Documentation

Mathlib.Algebra.Order.Field.Defs

Linear ordered (semi)fields #

A linear ordered (semi)field is a (semi)field equipped with a linear order such that

Main Definitions #

Implementation details #

For olean caching reasons, this file is separate to the main file, Mathlib.Algebra.Order.Field.Basic. The lemmata are instead located there.

A linear ordered semifield is a field with a linear order respecting the operations.

Instances
    class LinearOrderedField (α : Type u_2) extends LinearOrderedCommRing , Inv , Div , RatCast :
    Type u_2

    A linear ordered field is a field with a linear order respecting the operations.

    Instances
      Equations
      • One or more equations did not get rendered due to their size.