Mathlib Map

Theorems · Definition · commutative algebra

Ring.multichoose

{R : Type u_1} → [inst : AddCommMonoid R] → [inst_1 : Pow R ℕ] → [BinomialRing R] → R → ℕ → R

The multichoose function is the quotient of ascending Pochhammer evaluation by the corresponding factorial. When applied to natural numbers, multichoose k n describes choosing a multiset of n items from a type of size k, i.e., choosing with replacement.

Defined in
Mathlib.RingTheory.Binomial
Cited by
25 results in Mathlib
Foundations
Depth 3 from the axioms · uses no axioms
Assumes
AddCommMonoidPowBinomialRing

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites3

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by26

Results whose statement or proof uses this declaration.