Theorems · Theorem
List.nodupKeys_cons
∀ {α : Type u} {β : α → Type v} {s : Sigma β} {l : List (Sigma β)}, (s :: l).NodupKeys ↔ s.fst ∉ l.keys ∧ l.NodupKeys- Defined in
- Mathlib.Data.List.Sigma
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 16 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.NodupKeysstatement · cited by 53
- List.keysstatement · cited by 46
Cited by4
Results whose statement or proof uses this declaration.
- List.nodupKeys_of_nodupKeys_consproof · cited by 3
- AList.insert_of_notMemstatement · cited by 1
- AList.insertRec_insertproof · cited by 1
- List.kinsert_nodupKeysproof · cited by 0