Theorems · Theorem · combinatorics
Finset.finsuppAntidiag_insert
∀ {ι : Type u_1} {μ : Type u_2} [inst : DecidableEq ι] [inst_1 : AddCommMonoid μ] [inst_2 : Finset.HasAntidiagonal μ]
[inst_3 : DecidableEq μ] {a : ι} {s : Finset ι} (h : a ∉ s) (n : μ),
(insert a s).finsuppAntidiag n =
(Finset.HasAntidiagonal.antidiagonal n).biUnion fun p =>
Finset.map { toFun := fun f => (↑f).update a p.1, inj' := ⋯ } (s.finsuppAntidiag p.2).attach- Defined in
- Mathlib.Algebra.Order.Antidiag.Finsupp
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 95 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Finsetstatement and proof · cited by 13,712
- AddCommMonoidstatement and proof · cited by 12,281
- Finsuppstatement and proof · cited by 5,255
- Finset.mapstatement and proof · cited by 747
- Finset.extproof · cited by 565
- Finset.HasAntidiagonal.antidiagonalstatement and proof · cited by 218
- Finset.biUnionstatement and proof · cited by 217
- Finset.attachstatement and proof · cited by 168
- Finsupp.updatestatement and proof · cited by 52
- Finset.HasAntidiagonalstatement and proof · cited by 48
- Finset.mem_biUnionproof · cited by 26
Cited by1
Results whose statement or proof uses this declaration.
- MvPowerSeries.coeff_prodproof · cited by 3