Theorems · Theorem · group theory
AddSubmonoid.LocalizationMap.add_neg
∀ {M : Type u_1} [inst : AddCommMonoid M] {S : AddSubmonoid M} {N : Type u_2} [inst_1 : AddCommMonoid N] {f : M →+ N}
(h : ∀ (y : ↥S), IsAddUnit (f ↑y)) {x₁ x₂ : M} {y₁ y₂ : ↥S},
f x₁ + ↑(-(IsAddUnit.liftRight (f.domRestrict S) h) y₁) = f x₂ + ↑(-(IsAddUnit.liftRight (f.domRestrict S) h) y₂) ↔
f (x₁ + ↑y₂) = f (x₂ + ↑y₁)Given an AddMonoidHom f : M →+ N and Submonoid S ⊆ M such that
f(S) ⊆ AddUnits N, for all x₁ x₂ : M and y₁, y₂ ∈ S, we have
f x₁ - f y₁ = f x₂ - f y₂ ↔ f (x₁ + y₂) = f (x₂ + y₁).
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 20 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.
Cites14
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_commproof · cited by 1,535
- AddSubmonoidstatement and proof · cited by 1,178
- add_assocproof · cited by 746
- AddUnitsstatement · cited by 325
- AddUnits.valstatement and proof · cited by 248
- IsAddUnitstatement and proof · cited by 215
- AddMonoidHom.map_addproof · cited by 48
- AddMonoidHom.domRestrictstatement and proof · cited by 35
- IsAddUnit.liftRightstatement and proof · cited by 25
Cited by3
Results whose statement or proof uses this declaration.
- AddSubmonoid.LocalizationMap.lift_mk'proof · cited by 7
- AddSubmonoid.LocalizationMap.lift_eq_iffproof · cited by 0
- AddSubmonoid.LocalizationMap.lift_injective_iffproof · cited by 0