Theorems · Theorem · order theory
List.shortlex_cons_iff
∀ {α : Type u_1} {r : α → α → Prop} [Std.Irrefl r] {a : α} {s t : List α},
List.Shortlex r (a :: s) (a :: t) ↔ List.Shortlex r s t- Defined in
- Mathlib.Data.List.Shortlex
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 22 from the axioms · uses propext, Classical.choice, Quot.sound
- 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.
- List.Shortlexstatement · cited by 13
Cited by2
Results whose statement or proof uses this declaration.
- List.Shortlex.consproof · cited by 0
- List.Shortlex.of_consproof · cited by 0