Mathlib Map

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.

Cited by3

Results whose statement or proof uses this declaration.