upper_set.Ici etc as sup/Sup/inf/Inf-homomorphisms #
THIS FILE IS SYNCHRONIZED WITH MATHLIB4. Any changes to this file require a corresponding PR to mathlib4.
In this file we define upper_set.Ici_sup_hom etc. These functions are upper_set.Ici and
lower_set.Iic bundled as sup_homs, inf_homs, Sup_homs, or Inf_homs.
upper_set.Ici as a sup_hom.
Equations
- upper_set.Ici_sup_hom = {to_fun := upper_set.Ici (partial_order.to_preorder α), map_sup' := _}
@[simp]
@[simp]
upper_set.Ici as a Sup_hom.
Equations
- upper_set.Ici_Sup_hom = {to_fun := upper_set.Ici (partial_order.to_preorder α), map_Sup' := _}
@[simp]
@[simp]
lower_set.Iic as an inf_hom.
Equations
- lower_set.Iic_inf_hom = {to_fun := lower_set.Iic (partial_order.to_preorder α), map_inf' := _}
@[simp]
@[simp]
lower_set.Iic as an Inf_hom.
Equations
- lower_set.Iic_Inf_hom = {to_fun := lower_set.Iic (partial_order.to_preorder α), map_Inf' := _}
@[simp]
@[simp]