(Left) Ore sets and rings #
This file contains results on left Ore sets for rings and monoids with zero.
References #
- https://ncatlab.org/nlab/show/Ore+set
def
OreLocalization.oreSetOfCancelMonoidWithZero
{R : Type u_1}
[CancelMonoidWithZero R]
{S : Submonoid R}
(oreNum : R → ↥S → R)
(oreDenom : R → ↥S → ↥S)
(ore_eq : ∀ (r : R) (s : ↥S), ↑(oreDenom r s) * r = oreNum r s * ↑s)
:
OreSet S
Cancellability in monoids with zeros can act as a replacement for the ore_right_cancel
condition of an ore set.
Equations
Instances For
def
OreLocalization.oreSetOfNoZeroDivisors
{R : Type u_1}
[Ring R]
[NoZeroDivisors R]
{S : Submonoid R}
(oreNum : R → ↥S → R)
(oreDenom : R → ↥S → ↥S)
(ore_eq : ∀ (r : R) (s : ↥S), ↑(oreDenom r s) * r = oreNum r s * ↑s)
:
OreSet S
In rings without zero divisors, the first (cancellability) condition is always fulfilled, it suffices to give a proof for the Ore condition itself.