Theorems · Definition · order theory
List.Shortlex
{α : Type u_1} → (α → α → Prop) → List α → List α → PropGiven a relation r on α, the shortlex order on List α, for which
[a0, ..., an] < [b0, ..., b_k] if n < k or n = k and [a0, ..., an] < [b0, ..., bk]
under the lexicographic order induced by r.
- Defined in
- Mathlib.Data.List.Shortlex
- Cited by
- 13 results in Mathlib
- Foundations
- Depth 10 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites0
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
Nothing in Mathlib beyond the foundations.
Cited by13
Results whose statement or proof uses this declaration.
- List.Shortlex.of_length_ltstatement · cited by 3
- List.shortlex_cons_iffstatement · cited by 2
- List.shortlex_defstatement · cited by 2
- List.not_shortlex_nil_rightstatement · cited by 1
- List.Shortlex.of_lexstatement · cited by 1
- List.Shortlex.of_consstatement · cited by 0
- List.shortlex_iff_lexstatement · cited by 0
- List.shortlex_nil_or_eq_nilstatement and proof · cited by 0
- List.shortlex_singleton_iffstatement · cited by 0
- List.Shortlex.append_leftstatement and proof · cited by 0
- List.Shortlex.append_rightstatement and proof · cited by 0
- List.Shortlex.consstatement · cited by 0