Theorems · Definition · combinatorics
Finset.finAntidiagonal
{μ : Type u_2} →
[inst : AddCommMonoid μ] → [Finset.HasAntidiagonal μ] → [DecidableEq μ] → (d : ℕ) → μ → Finset (Fin d → μ)finAntidiagonal d n is the type of d-tuples with sum n.
TODO: deduplicate with the less general Finset.Nat.antidiagonalTuple.
- Defined in
- Mathlib.Algebra.Order.Antidiag.Pi
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 82 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites4
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Finsetstatement · cited by 13,712
- AddCommMonoidstatement and proof · cited by 12,281
- Finset.HasAntidiagonalstatement and proof · cited by 48
- Finset.finAntidiagonal.auxproof · cited by 1
Cited by3
Results whose statement or proof uses this declaration.
- Finset.piAntidiagproof · cited by 19
- Nat.finMulAntidiagproof · cited by 13
- Finset.mem_finAntidiagonalstatement · cited by 0