Theorems · Theorem · combinatorics
List.Nodup.sigma
∀ {α : Type u} {l₁ : List α} {σ : α → Type u_1} {l₂ : (a : α) → List (σ a)},
l₁.Nodup → (∀ (a : α), (l₂ a).Nodup) → (l₁.sigma l₂).Nodup- Defined in
- Mathlib.Data.List.Nodup
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 23 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites2
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- List.Nodup.mapproof · cited by 11
- List.nodup_flatMapproof · cited by 3
Cited by1
Results whose statement or proof uses this declaration.
- Multiset.Nodup.sigmaproof · cited by 0