Skip to content

Commit f5c8bbf

Browse files
Register two Wikipedia theorems (#1709)
1 parent 845e1f1 commit f5c8bbf

File tree

2 files changed

+46
-7
lines changed

2 files changed

+46
-7
lines changed

src/group-theory/quotient-groups.lagda.md

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,15 @@ open import group-theory.semigroups
4242
## Idea
4343

4444
Given a [normal subgroup](group-theory.normal-subgroups.md) `N` of `G`, the
45-
**quotient group** `G/N` is a [group](group-theory.groups.md) equipped with a
45+
{{#concept "quotient group" WD="quotient group" WDID=Q1138961 Agda=quotient-Group}}
46+
`G/N` is a [group](group-theory.groups.md) equipped with a
4647
[group homomorphism](group-theory.homomorphisms-groups.md) `q : G → G/N` such
47-
that `N ⊆ ker q`, and such that `q` satisfies the **universal property of the
48-
quotient group**, which asserts that any group homomorphism `f : G → H` such
49-
that `N ⊆ ker f` extends uniquely along `q` to a group homomorphism `G/N → H`.
50-
In other words, the universal property of the quotient group `G/N` asserts that
51-
the map
48+
that `N ⊆ ker q`, and such that `q` satisfies the
49+
{{#concept "universal property" Disambiguation="of the quotient group" Agda=universal-property-quotient-Group}}
50+
of the quotient group, which asserts that any group homomorphism `f : G → H`
51+
such that `N ⊆ ker f` extends uniquely along `q` to a group homomorphism
52+
`G/N → H`. In other words, the universal property of the quotient group `G/N`
53+
asserts that the map
5254

5355
```text
5456
hom-Group G/N H → nullifying-hom-Group G H N
@@ -60,6 +62,11 @@ from group homomorphisms `G/N → H` to
6062
group homomorphism is said to be `N`-nullifying if `N` is contained in the
6163
[kernel](group-theory.kernels-homomorphisms-groups.md) of `f`.
6264

65+
The fact that the quotient group satisfies its universal property is commonly
66+
known as the
67+
{{#concept "fundamental theorem on homomorphisms" Disambiguation="of groups" WD="fundamental theorem on homomorphisms" WDID=Q1187646 Agda=is-quotient-group-quotient-Group}},
68+
or **first isomorphism theorem**.
69+
6370
## Definitions
6471

6572
### The universal property of quotient groups
@@ -529,7 +536,7 @@ above. The first map is an equivalence by the universal property of set
529536
quotients, by which we have:
530537

531538
```text
532-
(G/N → H) ≃ reflecting-map G H.
539+
(G/N → H) ≃ reflecting-map G H.
533540
```
534541

535542
```agda
@@ -714,3 +721,8 @@ module _
714721
unit-congruence-Normal-Subgroup G N
715722
( apply-effectiveness-map-quotient-hom-Group G N (inv H))
716723
```
724+
725+
## External links
726+
727+
- [Fundamental theorem on homomorphisms](https://en.wikipedia.org/wiki/Fundamental_theorem_on_homomorphisms)
728+
on Wikipedia

src/literature/wikipedia-list-of-theorems.lagda.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,15 @@ open import foundation.fundamental-theorem-of-equivalence-relations using
117117
( equiv-equivalence-relation-partition)
118118
```
119119

120+
### Fundamental theorem on homomorphisms {#Q1187646}
121+
122+
**Author:** [Egbert Rijke](https://egbertrijke.github.io)
123+
124+
```agda
125+
open import group-theory.quotient-groups using
126+
( is-quotient-group-quotient-Group)
127+
```
128+
120129
### Kleene's fixed point theorem {#Q3527263}
121130

122131
**Author:** [Fredrik Bakke](https://www.ntnu.edu/employees/fredrik.bakke)
@@ -149,6 +158,24 @@ open import foundation.lawveres-fixed-point-theorem using
149158
( fixed-point-theorem-Lawvere)
150159
```
151160

161+
### Triangle inequality theorem {#Q208216}
162+
163+
**Author:** [malarbol](https://github.com/malarbol)
164+
165+
```agda
166+
open import real-numbers.metric-space-of-real-numbers using
167+
( is-triangular-neighborhood-ℝ)
168+
```
169+
170+
**Author:** [Louis Wasserman](https://github.com/lowasser)
171+
172+
```agda
173+
open import real-numbers.absolute-value-real-numbers using
174+
( triangle-inequality-abs-ℝ)
175+
open import real-numbers.distance-real-numbers using
176+
( triangle-inequality-dist-ℝ)
177+
```
178+
152179
### Pythagorean theorem {#Q11518}
153180

154181
**Author:** [Louis Wasserman](https://github.com/lowasser)

0 commit comments

Comments
 (0)