Documentation

Std.Internal.Order.Basic

Additional operations of a complete lattice #

The top element , the binary meet and join , and the indexed infimum and supremum . The bottom element comes from CCPO, which every complete lattice is.

noncomputable def Lean.Order.top {α : Type u} [CompleteLattice α] :
α

Top element of a complete lattice (supremum of all elements)

Equations
Instances For

    Top element of a complete lattice (supremum of all elements)

    Equations
    Instances For
      @[instance_reducible]

      A complete lattice is a chain-complete partial order.

      Equations
      Instances For
        noncomputable def Lean.Order.meet {α : Type u} [CompleteLattice α] (x y : α) :
        α

        Binary meet (infimum)

        Equations
        Instances For

          Binary meet (infimum)

          Equations
          Instances For
            noncomputable def Lean.Order.join {α : Type u} [CompleteLattice α] (x y : α) :
            α

            Binary join (supremum)

            Equations
            Instances For

              Binary join (supremum)

              Equations
              Instances For
                noncomputable def Lean.Order.iInf {α : Type u} [CompleteLattice α] {ι : Type v} (f : ια) :
                α

                Indexed infimum

                Equations
                Instances For

                  Indexed infimum

                  Equations
                  • One or more equations did not get rendered due to their size.
                  Instances For
                    noncomputable def Lean.Order.iSup {α : Type u} [CompleteLattice α] {ι : Type v} (f : ια) :
                    α

                    Indexed supremum

                    Equations
                    Instances For

                      Indexed supremum

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