Theorems · Theorem
List.disjoint_map
∀ {α : Type u} {β : Type v} {f : α → β} {s t : List α},
Function.Injective f → s.Disjoint t → (List.map f s).Disjoint (List.map f t)The images of disjoint lists under an injective map are disjoint
- Defined in
- Mathlib.Data.List.Basic
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 21 from the axioms · uses propext, Quot.sound
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.disjoint_pmapproof · cited by 2
Cited by3
Results whose statement or proof uses this declaration.
- List.exists_pw_disjoint_with_cardproof · cited by 1
- List.Disjoint.mapproof · cited by 1
- List.ranges_disjointproof · cited by 1