Theorems · Theorem · group theory
AddSubmonoid.LocalizationMap.comp_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} {T : AddSubmonoid P} {Q : Type u_4}
[inst_3 : AddCommMonoid Q],
(∀ (y : ↥S), g ↑y ∈ T) → ∀ (k : T.LocalizationMap Q) {x y : M}, f x = f y → k (g x) = k (g y)Given AddCommMonoids M, P, Localization maps f : M →+ N, k : P →+ Q for AddSubmonoids
S, T respectively, and g : M →+ P such that g(S) ⊆ T, f x = f y
implies k (g x) = k (g y).
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 23 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
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
- AddMonoidHom.compproof · cited by 339
- IsAddUnitproof · cited by 215
- AddSubmonoid.LocalizationMapstatement and proof · cited by 119
- AddSubmonoid.LocalizationMap.map_addUnitsproof · cited by 36
- AddSubmonoid.LocalizationMap.toAddMonoidHomproof · cited by 29
- AddSubmonoid.LocalizationMap.eq_of_eqproof · cited by 4
Cited by1
Results whose statement or proof uses this declaration.
- AddSubmonoid.LocalizationMap.map_comp_mapproof · cited by 1