Mathlib Map

Theorems · Definition · order theory

Function.argminOn

{α : Type u_1} → {β : Type u_2} → (α → β) → [inst : LT β] → [WellFoundedLT β] → (s : Set α) → s.Nonempty → α

Given a function f : α → β where β carries a well-founded <, and a non-empty subset s of α, this is an element of s whose image under f is minimal in the sense of Function.not_lt_argminOn. See also Set.Finite.exists_minimalFor and related lemmas for the case when α or s is finite. TODO Consider removing this definition in favour of exists_minimalFor_of_wellFoundedLT.

Defined in
Mathlib.Order.WellFounded
Cited by
8 results in Mathlib
Foundations
Depth 15 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
LTWellFoundedLT

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.

Cited by9

Results whose statement or proof uses this declaration.