Theorems · Definition · group theory
QuotientAddGroup.prodEquiv
{G : Type u} →
[inst : AddGroup G] →
{H : Type v} →
[inst_1 : AddGroup H] → (A : AddSubgroup G) → (B : AddSubgroup H) → (G × H) ⧸ A.prod B ≃ (G ⧸ A) × H ⧸ B(G × H) / (A × B) is in bijection with G / A × H / B.
- Defined in
- Mathlib.GroupTheory.QuotientGroup.Basic
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 73 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.
- Equivstatement · cited by 8,337
- AddGroupstatement and proof · cited by 4,410
- AddSubgroupstatement and proof · cited by 3,232
- HasQuotient.Quotientstatement and proof · cited by 2,301
- QuotientAddGroup.mkproof · cited by 348
- AddSubgroup.prodstatement and proof · cited by 34
- Quotient.liftOn'proof · cited by 19
- Quotient.liftOn₂'proof · cited by 12
Cited by4
Results whose statement or proof uses this declaration.
- QuotientAddGroup.prodAddEquivproof · cited by 2
- QuotientAddGroup.prodEquiv_symm_applystatement and proof · cited by 0
- AddSubgroup.index_prodproof · cited by 0
- QuotientAddGroup.prodEquiv_applystatement and proof · cited by 0