Theorems · Theorem · group theory
TwoUniqueProds.of_mulHom
∀ {G : Type u} {H : Type v} [inst : Mul G] [inst_1 : Mul H] (f : H →ₙ* G),
(∀ ⦃a b c d : H⦄, a * b = c * d → f a = f c ∧ f b = f d → a = c ∧ b = d) → ∀ [TwoUniqueProds G], TwoUniqueProds H- Defined in
- Mathlib.Algebra.Group.UniqueProds.Basic
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 77 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- MulMulTwoUniqueProds
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites19
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Finsetproof · cited by 13,712
- SetLike.coeproof · cited by 8,199
- LE.le.transproof · cited by 3,151
- Finset.cardproof · cited by 2,327
- SProd.sprodproof · cited by 1,750
- Finset.imageproof · cited by 910
- MulHomstatement and proof · cited by 299
- lt_or_geproof · cited by 182
- Finset.mem_image_of_memproof · cited by 81
- Finset.mem_productproof · cited by 48
- Finset.card_productproof · cited by 39
Cited by1
Results whose statement or proof uses this declaration.
- TwoUniqueProds.of_injective_mulHomproof · cited by 1