Theorems · Definition · combinatorics
Finset.finAntidiagonal.aux
{μ : Type u_2} →
[inst : AddCommMonoid μ] →
[Finset.HasAntidiagonal μ] → [DecidableEq μ] → (d : ℕ) → (n : μ) → { s // ∀ (f : Fin d → μ), f ∈ s ↔ ∑ i, f i = n }Auxiliary construction for finAntidiagonal that bundles a proof of lawfulness
(mem_finAntidiagonal), as this is needed to invoke disjiUnion. Using Finset.disjiUnion makes
this computationally much more efficient than using Finset.biUnion.
- Defined in
- Mathlib.Algebra.Order.Antidiag.Pi
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 81 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites5
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.sumstatement · cited by 5,195
- Finset.univstatement · cited by 3,473
- Finset.HasAntidiagonalstatement and proof · cited by 48
Cited by2
Results whose statement or proof uses this declaration.
- Finset.finAntidiagonalproof · cited by 1
- Finset.mem_finAntidiagonalproof · cited by 0