Theorems · Theorem · order theory
List.le_of_mem_argmax
∀ {α : Type u_1} {β : Type u_2} [inst : LinearOrder β] {f : α → β} {l : List α} {a m : α},
a ∈ l → m ∈ List.argmax f l → f a ≤ f m- Defined in
- Mathlib.Data.List.MinMax
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 21 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- LinearOrder
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites4
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
- le_of_not_gtproof · cited by 430
- List.argmaxstatement and proof · cited by 15
- List.not_lt_of_mem_argmaxproof · cited by 2
Cited by3
Results whose statement or proof uses this declaration.
- List.mem_argmax_iffproof · cited by 1
- Submodule.exists_isTorsionByproof · cited by 1
- List.le_maximum_of_memproof · cited by 1