Mathlib Map

Theorems · Definition · order theory

List.maximum

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

maximum l returns a WithBot α, the largest element of l for nonempty lists, and for []

Defined in
Mathlib.Data.List.MinMax
Cited by
25 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 by26

Results whose statement or proof uses this declaration.