Mathlib Map

Theorems · Theorem · commutative algebra

Ring.add_choose_eq

∀ {R : Type u_1} [inst : Ring R] [inst_1 : BinomialRing R] {r s : R} (k : ℕ),
  Commute r s →
    Ring.choose (r + s) k = ∑ ij ∈ Finset.HasAntidiagonal.antidiagonal k, Ring.choose r ij.1 * Ring.choose s ij.2

The Chu-Vandermonde identity for binomial rings

Defined in
Mathlib.RingTheory.Binomial
Cited by
1 results in Mathlib
Foundations
Depth 115 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
RingBinomialRing

Around this declaration

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

Cites24

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

Cited by1

Results whose statement or proof uses this declaration.