Documentation

LeanPool.ErdosTuzaValtr.Lib.Core.Rel3

LeanPool.ErdosTuzaValtr.Lib.Core.Rel3 #

Imported Lean Pool material for LeanPool.ErdosTuzaValtr.Lib.Core.Rel3.

def Mirror2 {α : Type u} {β : Sort v} (f : ααβ) :
αᵒᵈαᵒᵈβ

Mirror a binary relation/function to the order dual, swapping argument order.

Equations
Instances For
    def Mirror3 {α : Type u} {β : Sort v} (f : αααβ) :
    αᵒᵈαᵒᵈαᵒᵈβ

    Mirror a ternary relation/function to the order dual, reversing argument order.

    Equations
    Instances For
      @[reducible]
      def DecidableRel3 {α : Sort u} (r : αααProp) :
      Sort (max 1 u)

      Decidability of a ternary relation: each instance is decidable.

      Equations
      Instances For
        @[reducible]
        def DecidableRel.Mirror2 {α : Type u} {r : ααProp} (dec : DecidableRel r) :

        Transport decidability of a binary relation to its mirror.

        Equations
        Instances For
          @[reducible]
          def DecidableRel3.Mirror3 {α : Type u} {r : αααProp} (dec : DecidableRel3 r) :

          Transport decidability of a ternary relation to its mirror.

          Equations
          Instances For