Theorems · Definition · group theory
QuotientGroup.equivQuotientSubgroupOfOfEq
{G : Type u} →
[inst : Group G] →
{A' A B' B : Subgroup G} →
[hAN : (A'.subgroupOf A).Normal] →
[hBN : (B'.subgroupOf B).Normal] → A' = B' → A = B → ↥A ⧸ A'.subgroupOf A ≃* ↥B ⧸ B'.subgroupOf BLet A', A, B', B be subgroups of G.
If A' = B' and A = B, then the quotients A / (A' ⊓ A) and B / (B' ⊓ B) are isomorphic.
Applying this equiv is nicer than rewriting along the equalities, since the type of
(A'.subgroupOf A : Subgroup A) depends on A.
- Defined in
- Mathlib.GroupTheory.QuotientGroup.Basic
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 82 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Groupstatement and proof · cited by 6,238
- Subgroupstatement and proof · cited by 3,593
- HasQuotient.Quotientstatement · cited by 2,301
- MulEquivstatement · cited by 1,142
- Subgroup.Normalstatement and proof · cited by 334
- Subgroup.subgroupOfstatement and proof · cited by 122
- MonoidHom.toMulEquivproof · cited by 3
- QuotientGroup.quotientMapSubgroupOfOfLeproof · cited by 1
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.