Theorems · Theorem · combinatorics
Finset.insert_val_of_notMem
∀ {α : Type u_1} [inst : DecidableEq α] {a : α} {s : Finset α}, a ∉ s → (insert a s).val = a ::ₘ s.val- Defined in
- Mathlib.Data.Finset.Insert
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 54 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- DecidableEq
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Finsetstatement and proof · cited by 13,712
- Multisetstatement and proof · cited by 2,627
- Finset.valstatement and proof · cited by 438
- Multiset.consstatement and proof · cited by 313
- Multiset.ndinsert_of_notMemproof · cited by 8
- Finset.insert_valproof · cited by 2
Cited by3
Results whose statement or proof uses this declaration.
- Finset.pi_insertproof · cited by 1
- Multiset.Ioo_cons_leftproof · cited by 0
- Multiset.Ico_cons_rightproof · cited by 0