Skip to content
This repository was archived by the owner on Jan 5, 2025. It is now read-only.

Commit c167df9

Browse files
authored
翻訳完了 (#68)
1 parent e426199 commit c167df9

File tree

1 file changed

+22
-15
lines changed

1 file changed

+22
-15
lines changed
Lines changed: 22 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,26 @@
11
.. _groups_and_ring:
22

3-
Groups and Rings
4-
================
3+
.. Groups and Rings
4+
.. ================
55
6-
We saw in :numref:`proving_identities_in_algebraic_structures` how to reason about
7-
operations in groups and rings. Later, in :numref:`section_algebraic_structures`, we saw how
8-
to define abstract algebraic structures, such as group structures, as well as concrete instances
9-
such as the ring structure on the Gaussian integers. :numref:`Chapter %s <hierarchies>` explained how
10-
hierarchies of abstract structures are handled in Mathlib.
6+
群と環
7+
========
118

12-
In this chapter we work with groups and rings in more detail. We won't be able to
13-
cover every aspect of the treatment of these topics in Mathlib, especially since Mathlib is constantly growing.
14-
But we will provide entry points to the library and show how the essential concepts are used.
15-
There is some overlap with the discussion of
16-
:numref:`Chapter %s <hierarchies>`, but here we will focus on how to use Mathlib instead of the design
17-
decisions behind the way the topics are treated.
18-
So making sense of some of the examples may require reviewing the background from
19-
:numref:`Chapter %s <hierarchies>`.
9+
.. We saw in :numref:`proving_identities_in_algebraic_structures` how to reason about
10+
.. operations in groups and rings. Later, in :numref:`section_algebraic_structures`, we saw how
11+
.. to define abstract algebraic structures, such as group structures, as well as concrete instances
12+
.. such as the ring structure on the Gaussian integers. :numref:`Chapter %s <hierarchies>` explained how
13+
.. hierarchies of abstract structures are handled in Mathlib.
14+
15+
:numref:`proving_identities_in_algebraic_structures` にて群や環の演算を推論する方法を見ました.その後, :numref:`section_algebraic_structures` では群構造などの抽象的な代数構造や,ガウス整数上の環構造のような具体的な例を定義する方法を説明しました. :numref:`Chapter %s <hierarchies>` ではMathlibにおいて抽象的な構造がどのように階層付けられるかを説明しました.
16+
17+
.. In this chapter we work with groups and rings in more detail. We won't be able to
18+
.. cover every aspect of the treatment of these topics in Mathlib, especially since Mathlib is constantly growing.
19+
.. But we will provide entry points to the library and show how the essential concepts are used.
20+
.. There is some overlap with the discussion of
21+
.. :numref:`Chapter %s <hierarchies>`, but here we will focus on how to use Mathlib instead of the design
22+
.. decisions behind the way the topics are treated.
23+
.. So making sense of some of the examples may require reviewing the background from
24+
.. :numref:`Chapter %s <hierarchies>`.
25+
26+
この章では群と環をより詳しく扱います.Mathlibにおけるこれらのトピックの扱いについてすべての面をカバーすることはできません.というのもMathlibは常に成長しているからです.しかし,ライブラリへの入口を提供し,重要な概念がどのように使われているかを紹介します. :numref:`Chapter %s <hierarchies>` の議論と重なる部分もありますが,ここではトピックの扱い方の背後にある設計の理由ではなく,Mathlibの使い方に焦点を当てます.そのため,いくつかの例を理解するためには :numref:`Chapter %s <hierarchies>` の背景を復習する必要があるかもしれません.

0 commit comments

Comments
 (0)