Theorems · Theorem · group theory
AddSubmonoid.LocalizationMap.neg_inj
∀ {M : Type u_1} [inst : AddCommMonoid M] {S : AddSubmonoid M} {N : Type u_2} [inst_1 : AddCommMonoid N] {f : M →+ N}
(hf : ∀ (y : ↥S), IsAddUnit (f ↑y)) {y z : ↥S},
-(IsAddUnit.liftRight (f.domRestrict S) hf) y = -(IsAddUnit.liftRight (f.domRestrict S) hf) z → f ↑y = f ↑zGiven an AddMonoidHom f : M →+ N and Submonoid S ⊆ M such that
f(S) ⊆ AddUnits N, for all y, z ∈ S, we have - (f y) = - (f z) → f y = f z.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 19 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- AddCommMonoidAddCommMonoid
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
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
- AddCommMonoidstatement and proof · cited by 12,281
- AddMonoidHomstatement and proof · cited by 3,230
- add_zeroproof · cited by 2,707
- AddSubmonoidstatement and proof · cited by 1,178
- AddUnitsstatement and proof · cited by 325
- AddUnits.valproof · cited by 248
- IsAddUnitstatement and proof · cited by 215
- AddMonoidHom.domRestrictstatement and proof · cited by 35
- IsAddUnit.liftRightstatement and proof · cited by 25
- AddUnits.neg_addproof · cited by 17
- AddSubmonoid.LocalizationMap.add_neg_leftproof · cited by 15
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.