Theorems · Theorem · group theory
AddSubgroup.prod_le_iff
∀ {G : Type u_1} [inst : AddGroup G] {N : Type u_5} [inst_1 : AddGroup N] {H : AddSubgroup G} {K : AddSubgroup N}
{J : AddSubgroup (G × N)},
H.prod K ≤ J ↔ AddSubgroup.map (AddMonoidHom.inl G N) H ≤ J ∧ AddSubgroup.map (AddMonoidHom.inr G N) K ≤ J- Defined in
- Mathlib.Algebra.Group.Subgroup.Basic
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 25 from the axioms · uses propext, 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
- AddSubgroup.mapstatement · cited by 189
- AddSubgroup.prodstatement · cited by 34
- AddMonoidHom.inlstatement · cited by 29
- AddMonoidHom.inrstatement · cited by 29
- AddSubmonoid.prod_le_iffproof · cited by 5
- AddSubgroup.toAddSubmonoid_leproof · cited by 4
Cited by2
Results whose statement or proof uses this declaration.
- AddSubgroup.addCommutator_sum_sumproof · cited by 1
- AddSubgroup.closure_prodproof · cited by 0