Order isomorhpisms and bounds. #
THIS FILE IS SYNCHRONIZED WITH MATHLIB4. Any changes to this file require a corresponding PR to mathlib4.
theorem
order_iso.upper_bounds_image
{α : Type u_1}
{β : Type u_2}
[preorder α]
[preorder β]
(f : α ≃o β)
{s : set α} :
upper_bounds (⇑f '' s) = ⇑f '' upper_bounds s
theorem
order_iso.lower_bounds_image
{α : Type u_1}
{β : Type u_2}
[preorder α]
[preorder β]
(f : α ≃o β)
{s : set α} :
lower_bounds (⇑f '' s) = ⇑f '' lower_bounds s