@[simp]
@[simp]
theorem
Set.minimal_le_minimal_of_subset
{α : Type u_1}
{s s' : Set α}
[ha : LinearOrder α]
{x y : α}
(h₁ : s' ⊆ s)
(h₂ : Minimal (fun (x : α) => x ∈ s') y)
(h₃ : Minimal (fun (x : α) => x ∈ s) x)
:
theorem
Set.exi_min
{α : Type u_1}
{s : Set α}
[ha : LinearOrder α]
(h₁ : s.Finite)
(h₂ : s.Nonempty)
:
∃ x ∈ s, ∀ y ∈ s, x ≤ y
theorem
Set.exi_max
{α : Type u_1}
{s : Set α}
[ha : LinearOrder α]
(h₁ : s.Finite)
(h₂ : s.Nonempty)
:
∃ x ∈ s, ∀ y ∈ s, y ≤ x