Documentation

Mathlib.Order.Types.Arithmetic

Main definitions #

Notation #

The following are notations in the OrderType namespace:

References #

Tags #

order type, order isomorphism, linear order

@[simp]
theorem OrderType.type_lex_sum (α : Type u) (β : Type v) [LinearOrder α] [LinearOrder β] :
type (Lex (α β)) = type α + type β
@[simp]
theorem OrderType.type_lex_prod (α : Type u) (β : Type v) [LinearOrder α] [LinearOrder β] :
type (Lex (α × β)) = type β * type α

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

          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