Mathlib Map

Theorems · Definition · combinatorics

Finset.sym

{α : Type u_1} → [DecidableEq α] → Finset α → (n : ℕ) → Finset (Sym α n)

Lifts a finset to Sym α n. s.sym n is the finset of all unordered tuples of cardinality n with elements in s.

Defined in
Mathlib.Data.Finset.Sym
Cited by
35 results in Mathlib
Foundations
Depth 75 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.

Cites2

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
  • Symstatement · cited by 150

Cited by36

Results whose statement or proof uses this declaration.