Mathlib Map

Theorems · Theorem · ring theory

OreLocalization.inv_def

∀ {R : Type u_1} [inst : MonoidWithZero R] [inst_1 : Nontrivial R] [inst_2 : OreLocalization.OreSet (nonZeroDivisors R)]
  [inst_3 : NoZeroDivisors R] {r : R} {s : ↥(nonZeroDivisors R)}, (r /ₒ s)⁻¹ = if hr : r = 0 then 0 else ↑s /ₒ ⟨r, ⋯⟩
Defined in
Mathlib.RingTheory.OreLocalization.NonZeroDivisors
Cited by
2 results in Mathlib
Foundations
Depth 27 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
MonoidWithZeroNontrivialOreLocalization.OreSetNoZeroDivisors

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.

Cited by2

Results whose statement or proof uses this declaration.