Theorems · Theorem · group theory
Submonoid.LocalizationMap.mul_inv_right
∀ {M : Type u_1} [inst : CommMonoid M] {S : Submonoid M} {N : Type u_2} [inst_1 : CommMonoid N] {f : M →* N}
(h : ∀ (y : ↥S), IsUnit (f ↑y)) (y : ↥S) (w z : N),
z = w * ↑((IsUnit.liftRight (f.domRestrict S) h) y)⁻¹ ↔ z * f ↑y = wGiven a MonoidHom f : M →* N and Submonoid S ⊆ M such that f(S) ⊆ Nˣ, for all
w, z : N and y ∈ S, we have z = w * (f y)⁻¹ ↔ z * f y = w.
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 19 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CommMonoidCommMonoid
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
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
- Unitsstatement · cited by 2,804
- CommMonoidstatement and proof · cited by 2,264
- mul_commproof · cited by 2,262
- Units.valstatement · cited by 1,966
- IsUnitstatement and proof · cited by 1,602
- MonoidHom.domRestrictstatement · cited by 59
- IsUnit.liftRightstatement · cited by 36
- Submonoid.LocalizationMap.mul_inv_leftproof · cited by 15
Cited by5
Results whose statement or proof uses this declaration.
- Submonoid.LocalizationMap.mk'_eq_iff_eqproof · cited by 5
- Submonoid.LocalizationMap.eq_mk'_iff_mul_eqproof · cited by 4
- Localization.mk_eq_monoidOf_mk'_applyproof · cited by 4
- Submonoid.LocalizationMap.mul_invproof · cited by 3
- Submonoid.LocalizationMap.map_comp_mapproof · cited by 1