def
Fintype.sup
{ι : Type u_1}
[Fintype ι]
{α : Type u_2}
[SemilatticeSup α]
[OrderBot α]
(f : ι → α)
:
α
Equations
- Fintype.sup f = Finset.univ.sup f
Instances For
@[simp]
theorem
Fintype.elem_le_sup
{ι : Type u_2}
[Fintype ι]
{α : Type u_1}
[SemilatticeSup α]
[OrderBot α]
(f : ι → α)
(i : ι)
:
theorem
Fintype.le_sup
{ι : Type u_2}
[Fintype ι]
{α : Type u_1}
[SemilatticeSup α]
[OrderBot α]
{a : α}
{f : ι → α}
(i : ι)
(le : a ≤ f i)
:
Equations
- Fintype.decideEqPi a b x✝ = decidable_of_iff (∀ (i : ι), a i = b i) ⋯