Mathlib Map

Theorems · Definition · order theory

Finsupp.Lex

{α : Type u_1} → {N : Type u_2} → [inst : Zero N] → (α → α → Prop) → (N → N → Prop) → (α →₀ N) → (α →₀ N) → Prop

Finsupp.Lex r s is the lexicographic relation on α →₀ N, where α is ordered by r, and N is ordered by s. The type synonym Lex (α →₀ N) has an order given by Finsupp.Lex (· < ·) (· < ·).

Defined in
Mathlib.Data.Finsupp.Lex
Cited by
11 results in Mathlib
Foundations
Depth 59 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
Zero

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 by12

Results whose statement or proof uses this declaration.