Theorems · Theorem · group theory
Submonoid.LocalizationMap.map_mul_left
∀ {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} (hy : ∀ (y : ↥S), g ↑y ∈ T)
{Q : Type u_4} [inst_3 : CommMonoid Q] {k : T.LocalizationMap Q} (z : N),
k (g ↑(f.sec z).2) * (f.map hy k) z = k (g (f.sec z).1)Given Localization maps f : M →* N, k : P →* Q for Submonoids S, T respectively, if a
CommMonoid homomorphism g : M →* P induces a f.map hy k : N →* Q, then for all z : N,
we have k (g y) * f.map hy k z = k (g x) where x : M, y ∈ S are such that
z * f y = f x.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 51 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
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
- mul_commproof · cited by 2,262
- Submonoid.LocalizationMapstatement and proof · cited by 147
- Submonoid.LocalizationMap.secstatement and proof · cited by 26
- Submonoid.LocalizationMap.mapstatement and proof · cited by 16
- Submonoid.LocalizationMap.map_mul_rightproof · cited by 2
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.