Theorems · Theorem · combinatorics
List.sublist_iff_exists_fin_orderEmbedding_get_eq
∀ {α : Type u_1} {l l' : List α}, l.Sublist l' ↔ ∃ f, ∀ (ix : Fin l.length), l.get ix = l'.get (f ix)A l : List α is Sublist l l' for l' : List α iff
there is f, an order-preserving embedding of Fin l.length into Fin l'.length such that
any element of l found at index ix can be found at index f ix in l'.
- Defined in
- Mathlib.Data.List.NodupEquivFin
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 66 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- OrderEmbeddingstatement and proof · cited by 619
- LT.lt.transproof · cited by 370
- Option.some_injectiveproof · cited by 31
- OrderEmbedding.lt_iff_ltproof · cited by 23
- OrderEmbedding.ofStrictMonoproof · cited by 15
- OrderEmbedding.ofMapLEIffproof · cited by 6
- Fin.val_fin_ltproof · cited by 3
- List.sublist_iff_exists_orderEmbedding_getElem?_eqproof · cited by 1
Cited by1
Results whose statement or proof uses this declaration.
- List.duplicate_iff_exists_distinct_getproof · cited by 0