Mathlib Map

Theorems · Theorem · ring theory

OreLocalization.OreSet.ore_right_cancel

∀ {R : Type u_1} {inst : Monoid R} {S : Submonoid R} [self : OreLocalization.OreSet S] (r₁ r₂ : R) (s : ↥S),
  r₁ * ↑s = r₂ * ↑s → ∃ s', ↑s' * r₁ = ↑s' * r₂

Common factors on the right can be turned into common factors on the left, a weak form of cancellability.

Defined in
Mathlib.GroupTheory.OreLocalization.OreSet
Cited by
1 results in Mathlib
Foundations
Depth 11 from the axioms · uses no axioms
Assumes
OreLocalization.OreSet

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites3

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by1

Results whose statement or proof uses this declaration.