Documentation

Mathlib.Algebra.Order.Field.Canonical

Canonically ordered semifields #

@[deprecated "Use `[LinearOrderedSemifield α] [CanonicallyOrderedAdd α]` instead." (since := "2025-01-13")]

A canonically linear ordered field is a linear ordered field in which a ≤ b iff there exists c with b = a + c.

Instances For
    @[reducible, inline]

    Construct a LinearOrderedCommGroupWithZero from a canonically linear ordered semifield.

    Equations
    • One or more equations did not get rendered due to their size.
    Instances For
      theorem tsub_div {α : Type u_1} [Semifield α] [LinearOrder α] [CanonicallyOrderedAdd α] [IsStrictOrderedRing α] [Sub α] [OrderedSub α] (a b c : α) :
      (a - b) / c = a / c - b / c