Theorems · Theorem · group theory
Submonoid.LocalizationMap.comp_eq_of_eq
∀ {M : Type u_1} [inst : CommMonoid M] {S : Submonoid M} {N : Type u_2} [inst_1 : CommMonoid N] {P : Type u_3}
[inst_2 : CommMonoid P] (f : S.LocalizationMap N) {g : M →* P} {T : Submonoid P} {Q : Type u_4}
[inst_3 : CommMonoid Q], (∀ (y : ↥S), g ↑y ∈ T) → ∀ (k : T.LocalizationMap Q) {x y : M}, f x = f y → k (g x) = k (g y)Given CommMonoids M, P, Localization maps f : M →* N, k : P →* Q for Submonoids
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
- MonoidHomstatement and proof · cited by 3,629
- Submonoidstatement and proof · cited by 3,086
- CommMonoidstatement and proof · cited by 2,264
- IsUnitproof · cited by 1,602
- MonoidHom.compproof · cited by 469
- Submonoid.LocalizationMapstatement and proof · cited by 147
- Submonoid.LocalizationMap.map_unitsproof · cited by 46
- Submonoid.LocalizationMap.toMonoidHomproof · cited by 33
- Submonoid.LocalizationMap.eq_of_eqproof · cited by 5
Cited by1
Results whose statement or proof uses this declaration.
- Submonoid.LocalizationMap.map_comp_mapproof · cited by 1