Theorems · Definition · order theory
Function.argmin
{α : Type u_1} → {β : Type u_2} → (α → β) → [inst : LT β] → [WellFoundedLT β] → [Nonempty α] → αGiven a function f : α → β where β carries a well-founded <, this is an element of α
whose image under f is minimal in the sense of Function.not_lt_argmin.
See also Set.Finite.exists_minimalFor and related lemmas for the case when α is finite.
- Defined in
- Mathlib.Order.WellFounded
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 15 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- LTWellFoundedLTNonempty
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.
- Set.univproof · cited by 3,945
- WellFoundedLTstatement and proof · cited by 491
- WellFounded.minproof · cited by 33
- Set.univ_nonemptyproof · cited by 21
Cited by4
Results whose statement or proof uses this declaration.
- Function.argmin_lestatement · cited by 2
- Function.not_lt_argminstatement · cited by 1
- CategoryTheory.Functor.eventually_injectiveproof · cited by 0
- Function.isMinimalFor_argminstatement and proof · cited by 0