Theorems · Theorem · group theory
Submonoid.LocalizationMap.mul_inv
∀ {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)) {x₁ x₂ : M} {y₁ y₂ : ↥S},
f x₁ * ↑((IsUnit.liftRight (f.domRestrict S) h) y₁)⁻¹ = f x₂ * ↑((IsUnit.liftRight (f.domRestrict S) h) y₂)⁻¹ ↔
f (x₁ * ↑y₂) = f (x₂ * ↑y₁)Given a MonoidHom f : M →* N and Submonoid S ⊆ M such that
f(S) ⊆ Nˣ, for all x₁ x₂ : M and y₁, y₂ ∈ S, we have
f x₁ * (f y₁)⁻¹ = f x₂ * (f y₂)⁻¹ ↔ f (x₁ * y₂) = f (x₂ * y₁).
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 20 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.
Cites14
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 and proof · cited by 1,966
- mul_assocproof · cited by 1,667
- IsUnitstatement and proof · cited by 1,602
- MonoidHom.domRestrictstatement and proof · cited by 59
- MonoidHom.map_mulproof · cited by 37
- IsUnit.liftRightstatement and proof · cited by 36
Cited by3
Results whose statement or proof uses this declaration.
- Submonoid.LocalizationMap.lift_mk'proof · cited by 9
- Submonoid.LocalizationMap.lift_injective_iffproof · cited by 1
- Submonoid.LocalizationMap.lift_eq_iffproof · cited by 1