Theorems · Theorem · group theory
AddSubmonoid.LocalizationMap.eq_of_eq
∀ {M : Type u_1} [inst : AddCommMonoid M] {S : AddSubmonoid M} {N : Type u_2} [inst_1 : AddCommMonoid N] {P : Type u_3}
[inst_2 : AddCommMonoid P] (f : S.LocalizationMap N) {g : M →+ P},
(∀ (y : ↥S), IsAddUnit (g ↑y)) → ∀ {x y : M}, f x = f y → g x = g yGiven a Localization map f : M →+ N for an AddSubmonoid S ⊆ M and a map of
AddCommMonoids g : M →+ P such that g(S) ⊆ AddUnits P, f x = f y → g x = g y
for all x y : M.
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 22 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
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
- zero_addproof · cited by 2,366
- add_commproof · cited by 1,535
- AddSubmonoidstatement and proof · cited by 1,178
- add_assocproof · cited by 746
- AddUnits.valproof · cited by 248
- IsAddUnitstatement and proof · cited by 215
- AddSubmonoid.LocalizationMapstatement and proof · cited by 119
- AddMonoidHom.map_addproof · cited by 48
- AddMonoidHom.domRestrictproof · cited by 35
Cited by4
Results whose statement or proof uses this declaration.
- AddSubmonoid.LocalizationMap.lift_eqproof · cited by 8
- AddSubmonoid.LocalizationMap.lift_mk'proof · cited by 7
- AddSubmonoid.LocalizationMap.comp_eq_of_eqproof · cited by 1
- AddSubmonoid.LocalizationMap.lift_injective_iffproof · cited by 0