Subrings of ordered rings #
We study subrings of ordered rings and prove their basic properties.
Main definitions and results #
Subring.orderedSubtype
: the inclusionS → R
of a subring as an ordered ring homomorphism- various ordered instances: a subring of an
OrderedRing
,OrderedCommRing
,LinearOrderedRing
,toLinearOrderedCommRing
is again an ordering ring
instance
Subring.toIsOrderedRing
{R : Type u_1}
[Ring R]
[PartialOrder R]
[IsOrderedRing R]
(s : Subring R)
:
A subring of an ordered ring is an ordered ring.
instance
Subring.toIsStrictOrderedRing
{R : Type u_1}
[Ring R]
[PartialOrder R]
[IsStrictOrderedRing R]
(s : Subring R)
:
A subring of a strict ordered ring is a strict ordered ring.
The inclusion S → R
of a subring, as an ordered ring homomorphism.
Equations
- s.orderedSubtype = { toRingHom := s.subtype, monotone' := ⋯ }