Theorems · Theorem · order theory
List.index_of_argmax
∀ {α : Type u_1} {β : Type u_2} [inst : LinearOrder β] {f : α → β} [inst_1 : DecidableEq α] {l : List α} {m : α},
m ∈ List.argmax f l → ∀ {a : α}, a ∈ l → f m ≤ f a → List.idxOf m l ≤ List.idxOf a l- Defined in
- Mathlib.Data.List.MinMax
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 69 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- LinearOrderDecidableEq
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites2
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- LinearOrderstatement and proof · cited by 8,572
- List.argmaxstatement and proof · cited by 15
Cited by1
Results whose statement or proof uses this declaration.
- List.mem_argmax_iffproof · cited by 1