Theorems · Theorem · order theory
List.shortlex_def
∀ {α : Type u_1} {r : α → α → Prop} {s t : List α},
List.Shortlex r s t ↔ s.length < t.length ∨ s.length = t.length ∧ List.Lex r s t- Defined in
- Mathlib.Data.List.Shortlex
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 11 from the axioms · uses propext
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.append_leftproof · cited by 0
- List.Shortlex.append_rightproof · cited by 0