Documentation

Mathlib.Order.NonemptyFiniteChains

Nonempty finite chains in a partially ordered type #

Given a partially ordered type X, we introduce the type NonemptyFiniteChains of nonempty finite chains in X, i.e. nonempty finite subsets A of X such that all the elements in A are comparable.

Given a partially ordered type X, this is the type of nonempty finite subsets A of X such that all the elements of A are comparable.

Instances For
    theorem PartialOrder.NonemptyFiniteChains.ext {X : Type u} {inst✝ : PartialOrder X} {x y : NonemptyFiniteChains X} (finset : x.finset = y.finset) :
    x = y

    The image of a nonempty finite chain by a monotone map.

    Equations
    Instances For
      @[simp]
      theorem PartialOrder.NonemptyFiniteChains.mem_map_iff {X : Type u_1} {Y : Type u_2} [PartialOrder X] [PartialOrder Y] (s : NonemptyFiniteChains X) (f : X →o Y) (y : Y) :
      y (s.map f).finset xs.finset, f x = y

      The monotone map NonemptyFiniteChains X →o NonemptyFiniteChains Y that is induced by f : X →o Y.

      Equations
      Instances For

        The functor PartOrdPartOrd which sends a partially ordered type X to NonemptyFiniteChains X.

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