Mathlib Map

Theorems · Theorem · order theory

List.lex_cons_iff

∀ {α : Type u} {r : α → α → Prop} [Std.Irrefl r] {a : α} {l₁ l₂ : List α},
  List.Lex r (a :: l₁) (a :: l₂) ↔ List.Lex r l₁ l₂
Defined in
Mathlib.Data.List.Lex
Cited by
1 results in Mathlib
Foundations
Depth 10 from the axioms · uses no axioms
Assumes
Std.Irrefl

Around this declaration

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

Cites1

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

Cited by1

Results whose statement or proof uses this declaration.