Mathlib Map

Theorems · Definition · order theory

List.minimum

{α : Type u_1} → [inst : Preorder α] → [DecidableLT α] → List α → WithTop α

minimum l returns a WithTop α, the smallest element of l for nonempty lists, and for []

Defined in
Mathlib.Data.List.MinMax
Cited by
24 results in Mathlib
Foundations
Depth 8 from the axioms · uses no axioms
Assumes
PreorderDecidableLT

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites3

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by25

Results whose statement or proof uses this declaration.