Theorems · Definition · group theory
AddMonoidHom.toLocalizationMap
{M : Type u_1} →
[inst : AddCommMonoid M] →
{S : AddSubmonoid M} →
{N : Type u_2} →
[inst_1 : AddCommMonoid N] →
(f : M →+ N) →
(∀ (y : ↥S), IsAddUnit (f ↑y)) →
(∀ (z : N), ∃ x, z + f ↑x.2 = f x.1) →
(∀ (x y : M), f x = f y → ∃ c, ↑c + x = ↑c + y) → S.LocalizationMap NMakes a localization map from an AddCommMonoid hom satisfying the
characteristic predicate.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 13 from the axioms · uses no axioms
- Assumes
- AddCommMonoidAddCommMonoid
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
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
- AddSubmonoidstatement and proof · cited by 1,178
- IsAddUnitstatement and proof · cited by 215
- AddSubmonoid.LocalizationMapstatement · cited by 119
- ZeroHom.toFunproof · cited by 101
- AddMonoidHom.toZeroHomproof · cited by 61
Cited by2
Results whose statement or proof uses this declaration.
- AddSubmonoid.LocalizationMap.ofAddEquivOfLocalizationsproof · cited by 13
- AddSubmonoid.LocalizationMap.ofAddEquivOfDomproof · cited by 6