theorem
IsGLB.all_eq
{α : Type u_3}
[PartialOrder α]
{s : Set α}
{a b : α}
(h : IsGLB s a)
(h' : IsGLB s b)
:
a = b
theorem
IsLUB.all_eq
{α : Type u_3}
[PartialOrder α]
{s : Set α}
{a b : α}
(h : IsLUB s a)
(h' : IsLUB s b)
:
a = b
instance
instSubsingletonSubtypeIsGLB
{α : Type u_3}
[PartialOrder α]
{s : Set α}
:
Subsingleton { a : α // IsGLB s a }
Equations
- ⋯ = ⋯
instance
instSubsingletonSubtypeIsLUB
{α : Type u_3}
[PartialOrder α]
{s : Set α}
:
Subsingleton { a : α // IsLUB s a }
Equations
- ⋯ = ⋯
@[simp]
@[simp]