Theorems · Definition · group theory
QuotientAddGroup.equivQuotientAddSubgroupOfOfEq
{G : Type u} →
[inst : AddGroup G] →
{A' A B' B : AddSubgroup G} →
[hAN : (A'.addSubgroupOf A).Normal] →
[hBN : (B'.addSubgroupOf B).Normal] → A' = B' → A = B → ↥A ⧸ A'.addSubgroupOf A ≃+ ↥B ⧸ B'.addSubgroupOf 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'.addSubgroupOf A : AddSubgroup 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.
- AddGroupstatement and proof · cited by 4,410
- AddSubgroupstatement and proof · cited by 3,232
- HasQuotient.Quotientstatement · cited by 2,301
- AddEquivstatement · cited by 1,087
- AddSubgroup.Normalstatement and proof · cited by 183
- AddSubgroup.addSubgroupOfstatement and proof · cited by 87
- AddMonoidHom.toAddEquivproof · cited by 3
- QuotientAddGroup.quotientMapAddSubgroupOfOfLeproof · cited by 1
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.