Lemmas about regular elements in rings. #
theorem
isLeftRegular_of_non_zero_divisor
{α : Type u_1}
[NonUnitalNonAssocRing α]
(k : α)
(h : ∀ (x : α), k * x = 0 → x = 0)
:
Left Mul
by a k : α
over [Ring α]
is injective, if k
is not a zero divisor.
The typeclass that restricts all terms of α
to have this property is NoZeroDivisors
.
theorem
isRightRegular_of_non_zero_divisor
{α : Type u_1}
[NonUnitalNonAssocRing α]
(k : α)
(h : ∀ (x : α), x * k = 0 → x = 0)
:
Right Mul
by a k : α
over [Ring α]
is injective, if k
is not a zero divisor.
The typeclass that restricts all terms of α
to have this property is NoZeroDivisors
.
theorem
isRegular_of_ne_zero'
{α : Type u_1}
[NonUnitalNonAssocRing α]
[NoZeroDivisors α]
{k : α}
(hk : k ≠ 0)
:
theorem
isRegular_iff_ne_zero'
{α : Type u_1}
[Nontrivial α]
[NonUnitalNonAssocRing α]
[NoZeroDivisors α]
{k : α}
:
@[reducible, inline]
A ring with no zero divisors is a CancelMonoidWithZero
.
Note this is not an instance as it forms a typeclass loop.
Equations
- NoZeroDivisors.toCancelMonoidWithZero = CancelMonoidWithZero.mk
Instances For
@[reducible, inline]
A commutative ring with no zero divisors is a CancelCommMonoidWithZero
.
Note this is not an instance as it forms a typeclass loop.
Equations
- NoZeroDivisors.toCancelCommMonoidWithZero = CancelCommMonoidWithZero.mk
Instances For
@[instance 100]
Equations
- IsDomain.toCancelMonoidWithZero = CancelMonoidWithZero.mk
@[instance 100]
Equations
- IsDomain.toCancelCommMonoidWithZero = CancelCommMonoidWithZero.mk