Documentation

Mathlib.Order.Types.Arithmetic

Main definitions #

Notation #

The following are notations in the OrderType namespace:

References #

Tags #

order type, order isomorphism, linear order

@[implicit_reducible, instance 100]
Equations
  • One or more equations did not get rendered due to their size.
@[implicit_reducible]
Equations
@[simp]
theorem OrderType.type_lex_sum (α : Type u) (β : Type v) [LinearOrder α] [LinearOrder β] :
type (Lex (α β)) = type α + type β
@[implicit_reducible]
Equations
  • One or more equations did not get rendered due to their size.
@[implicit_reducible, instance 100]
Equations
  • One or more equations did not get rendered due to their size.
@[implicit_reducible]
Equations
@[simp]
theorem OrderType.type_lex_prod (α : Type u) (β : Type v) [LinearOrder α] [LinearOrder β] :
type (Lex (α × β)) = type β * type α
@[implicit_reducible]
Equations
  • One or more equations did not get rendered due to their size.

The cardinal of an OrderType is the cardinality of any type on which a relation with that order type is defined.

Equations
Instances For
    @[simp]
    theorem OrderType.card_type {α : Type u} [LinearOrder α] :
    theorem OrderType.card_mono {o₁ o₂ : OrderType.{u_1}} :
    o₁ o₂o₁.card o₂.card
    @[simp]
    @[simp]
    @[implicit_reducible]
    Equations

    The order type of the rational numbers.

    Conventions for notations in identifiers:

    • The recommended spelling of η in identifiers is eta.
    Equations
    Instances For
      noncomputable def OrderType.theta :

      The order type of the real numbers.

      Conventions for notations in identifiers:

      • The recommended spelling of θ in identifiers is theta.
      Equations
      Instances For

        The order type of the rational numbers.

        Conventions for notations in identifiers:

        • The recommended spelling of η in identifiers is eta.
        Equations
        Instances For

          The order type of the real numbers.

          Conventions for notations in identifiers:

          • The recommended spelling of θ in identifiers is theta.
          Equations
          Instances For