noncomputable def
Finset.argmin
{α : Type u_1}
{β : Type u_2}
(S : Finset α)
(hS : S.Nonempty)
(f : α → β)
[LinearOrder β]
:
α
Instances For
@[simp]
theorem
Finset.argmin_le
{α : Type u_1}
{β : Type u_2}
(S : Finset α)
(hS : S.Nonempty)
(f : α → β)
[LinearOrder β]
(a : α)
(ha : a ∈ S)
:
@[simp]
theorem
Finset.argmin_mem
{α : Type u_1}
{β : Type u_2}
(S : Finset α)
(hS : S.Nonempty)
(f : α → β)
[LinearOrder β]
:
noncomputable def
Finset.argmax
{α : Type u_1}
{β : Type u_2}
(S : Finset α)
(hS : S.Nonempty)
(f : α → β)
[LinearOrder β]
:
α
Instances For
@[simp]
theorem
Finset.argmax_le
{α : Type u_1}
{β : Type u_2}
(S : Finset α)
(hS : S.Nonempty)
(f : α → β)
[LinearOrder β]
(a : α)
(ha : a ∈ S)
:
@[simp]
theorem
Finset.argmax_mem
{α : Type u_1}
{β : Type u_2}
(S : Finset α)
(hS : S.Nonempty)
(f : α → β)
[LinearOrder β]
: