Theorems · Theorem · group theory
Submonoid.LocalizationMap.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},
(∀ (y : ↥S), IsUnit (g ↑y)) → ∀ {x y : M}, f x = f y → g x = g yGiven a Localization map f : M →* N for a Submonoid S ⊆ M and a map of CommMonoids
g : M →* P such that g(S) ⊆ Units P, f x = f y → g x = g y for all x y : M.
- Cited by
- 5 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
- MonoidHomstatement and proof · cited by 3,629
- Submonoidstatement and proof · cited by 3,086
- one_mulproof · cited by 2,841
- CommMonoidstatement and proof · cited by 2,264
- mul_commproof · cited by 2,262
- Units.valproof · cited by 1,966
- mul_assocproof · cited by 1,667
- IsUnitstatement and proof · cited by 1,602
- Submonoid.LocalizationMapstatement and proof · cited by 147
- MonoidHom.domRestrictproof · cited by 59
- MonoidHom.map_mulproof · cited by 37
Cited by5
Results whose statement or proof uses this declaration.
- Submonoid.LocalizationMap.lift_eqproof · cited by 11
- Submonoid.LocalizationMap.lift_mk'proof · cited by 9
- Submonoid.LocalizationMap.lift_injective_iffproof · cited by 1
- Submonoid.LocalizationMap.comp_eq_of_eqproof · cited by 1
- IsLocalization.eq_of_eqproof · cited by 0