Documentation

Mathlib.Algebra.Ring.Subring.Order

Subrings of ordered rings #

We study subrings of ordered rings and prove their basic properties.

Main definitions and results #

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.

A subring of a strict ordered ring is a strict ordered ring.

def Subring.orderedSubtype {R : Type u_2} [Ring R] [PartialOrder R] (s : Subring R) :
s →+*o R

The inclusion S → R of a subring, as an ordered ring homomorphism.

Equations
Instances For