Ring orderings #
We prove basic properties of (pre)orderings on rings and their supports.
References #
- [An introduction to real algebra, T.Y. Lam][lam_1984]
Preorderings #
theorem
RingPreordering.toSubsemiring_le_toSubsemiring
{R : Type u_1}
[CommRing R]
{Pโ Pโ : RingPreordering R}
:
theorem
RingPreordering.toSubsemiring_lt_toSubsemiring
{R : Type u_1}
[CommRing R]
{Pโ Pโ : RingPreordering R}
:
theorem
RingPreordering.unitsInv_mem
{R : Type u_1}
[CommRing R]
{P : RingPreordering R}
{a : Rหฃ}
(ha : โa โ P)
:
theorem
RingPreordering.inv_mem
{F : Type u_2}
[Field F]
{P : RingPreordering F}
{a : F}
(ha : a โ P)
:
theorem
RingPreordering.mem_of_isSumSq
{R : Type u_1}
[CommRing R]
{P : RingPreordering R}
{x : R}
(hx : IsSumSq x)
:
def
RingPreordering.mk'
{R : Type u_3}
[CommRing R]
(P : Set R)
(add : โ {x y : R}, x โ P โ y โ P โ x + y โ P)
(mul : โ {x y : R}, x โ P โ y โ P โ x * y โ P)
(sq : โ (x : R), x * x โ P)
(neg_one : -1 โ P)
:
Construct a preordering from a minimal set of axioms.
Equations
Instances For
@[simp]
@[simp]
Supports #
theorem
RingPreordering.one_notMem_supportAddSubgroup
{R : Type u_1}
[CommRing R]
(P : RingPreordering R)
:
1 โ P.supportAddSubgroup
theorem
RingPreordering.one_notMem_support
{R : Type u_1}
[CommRing R]
(P : RingPreordering R)
[P.HasIdealSupport]
:
1 โ P.support
theorem
RingPreordering.supportAddSubgroup_ne_top
{R : Type u_1}
[CommRing R]
(P : RingPreordering R)
:
theorem
RingPreordering.support_ne_top
{R : Type u_1}
[CommRing R]
(P : RingPreordering R)
[P.HasIdealSupport]
:
theorem
RingPreordering.IsOrdering.mk'
{R : Type u_1}
[CommRing R]
(P : RingPreordering R)
[HasMemOrNegMem P]
(h : โ {x y : R}, x * y โ P.support โ x โ P.support โจ y โ P.support)
:
Constructor for IsOrdering that doesn't require ne_top'.
theorem
RingPreordering.HasIdealSupport.smul_mem
{R : Type u_1}
[CommRing R]
{P : RingPreordering R}
[P.HasIdealSupport]
(x : R)
{a : R}
(hโa : a โ P)
(hโa : -a โ P)
:
theorem
RingPreordering.HasIdealSupport.neg_smul_mem
{R : Type u_1}
[CommRing R]
{P : RingPreordering R}
[P.HasIdealSupport]
(x : R)
{a : R}
(hโa : a โ P)
(hโa : -a โ P)
:
theorem
RingPreordering.hasIdealSupport_of_isUnit_two
{R : Type u_1}
[CommRing R]
{P : RingPreordering R}
(h : IsUnit 2)
:
instance
RingPreordering.instHasIdealSupportOfFactIsUnitOfNat
{R : Type u_1}
[CommRing R]
{P : RingPreordering R}
[h : Fact (IsUnit 2)]
:
theorem
RingPreordering.eq_zero_of_mem_of_neg_mem
{F : Type u_2}
[Field F]
{P : RingPreordering F}
{x : F}
(h : x โ P)
(h2 : -x โ P)
:
theorem
RingPreordering.supportAddSubgroup_eq_bot
{F : Type u_2}
[Field F]
(P : RingPreordering F)
:
@[simp]