Theorems · Theorem · group theory
TwoUniqueSums.of_addHom
∀ {G : Type u} {H : Type v} [inst : Add G] [inst_1 : Add 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) → ∀ [TwoUniqueSums G], TwoUniqueSums 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
- AddAddTwoUniqueSums
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites20
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
- AddHomstatement and proof · cited by 294
- lt_or_geproof · cited by 182
- Finset.mem_imageproof · cited by 105
- Finset.mem_image_of_memproof · cited by 81
- Finset.mem_productproof · cited by 48
Cited by1
Results whose statement or proof uses this declaration.
- TwoUniqueSums.of_injective_addHomproof · cited by 1