File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -570,7 +570,6 @@ def CayleyIsoMorphism (G : Type*) [Group G] : G ≃* (toPermHom G G).range :=
570570-- QUOTE.
571571
572572/- TEXT:
573- 以下是这段话的翻译:
574573
575574请注意,在上述定义之前,并不需要一定是群,而是可以是幺半群或者任何具有乘法操作的类型。
576575
@@ -596,7 +595,7 @@ example {G X : Type*} [Group G] [MulAction G X] : Setoid X := orbitRel G X
596595EXAMPLES: -/
597596-- QUOTE:
598597example {G X : Type *} [Group G] [MulAction G X] :
599- X ≃ (ω : orbitRel.Quotient G X) × (orbit G (Quotient.out' ω)) :=
598+ X ≃ (ω : orbitRel.Quotient G X) × (orbit G (Quotient.out ω)) :=
600599 MulAction.selfEquivSigmaOrbits G X
601600-- QUOTE.
602601
@@ -721,7 +720,7 @@ example {G G': Type*} [Group G] [Group G']
721720-- QUOTE.
722721
723722/- TEXT:
724- 需要注意的一个细微点是,类型 ``G ⧸ N`` 实际上依赖于 ``N``(在定义等同的范围内),因此证明两个正规子群 ``N`` 和 ``M`` 是相等的并不足以使相应的商群相等。然而,在这种情况下,整体性质确实给出了一个同构。
723+ 需要注意的一个细微点是,类型 ``G ⧸ N`` 实际上依赖于 ``N`` (在定义等同的范围内),因此证明两个正规子群 ``N`` 和 ``M`` 是相等的并不足以使相应的商群相等。然而,在这种情况下,整体性质确实给出了一个同构。
725724EXAMPLES: -/
726725-- QUOTE:
727726example {G : Type *} [Group G] {M N : Subgroup G} [M.Normal]
You can’t perform that action at this time.
0 commit comments