Theorems · Definition · combinatorics
Finset.symInsertEquiv
{α : Type u_1} →
{s : Finset α} →
{a : α} → [inst : DecidableEq α] → {n : ℕ} → a ∉ s → ↥((insert a s).sym n) ≃ (i : Fin (n + 1)) × ↥(s.sym (n - ↑i))If a does not belong to the finset s, then the nth symmetric power of {a} ∪ s is
in 1-1 correspondence with the disjoint union of the n - ith symmetric powers of s,
for 0 ≤ i ≤ n.
- Defined in
- Mathlib.Data.Finset.Sym
- Cited by
- 6 results in Mathlib
- Foundations
- Depth 81 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
- Equivstatement · cited by 8,337
- Symstatement and proof · cited by 150
- Finset.symstatement and proof · cited by 35
- Sym.fillproof · cited by 11
- Sym.filterNeproof · cited by 6
Cited by6
Results whose statement or proof uses this declaration.
- norm_iteratedFDerivWithin_prod_leproof · cited by 1
- Finset.sum_pow_of_commuteproof · cited by 1
- Finset.symInsertEquiv_apply_fststatement and proof · cited by 0
- Finset.symInsertEquiv_apply_snd_coestatement and proof · cited by 0
- Finset.symInsertEquiv_symm_apply_coestatement and proof · cited by 0
- Finset.symInsertEquiv.congr_simpstatement and proof · cited by 0