Theorems · Theorem · group theory
AddSubsemigroup.le_prod_iff
∀ {M : Type u_1} {N : Type u_2} [inst : Add M] [inst_1 : Add N] {s : AddSubsemigroup M} {t : AddSubsemigroup N}
{u : AddSubsemigroup (M × N)},
u ≤ s.prod t ↔ AddSubsemigroup.map (AddHom.fst M N) u ≤ s ∧ AddSubsemigroup.map (AddHom.snd M N) u ≤ t- Cited by
- 1 results in Mathlib
- Foundations
- Depth 24 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- SetLike.coeproof · cited by 8,199
- AddSubsemigroupstatement and proof · cited by 262
- AddSubsemigroup.mapstatement and proof · cited by 50
- AddSubsemigroup.prodstatement and proof · cited by 11
- AddHom.sndstatement and proof · cited by 9
- AddHom.fststatement and proof · cited by 8
Cited by1
Results whose statement or proof uses this declaration.
- AddSubsemigroup.prod_eq_top_iffproof · cited by 0