Theorems · Theorem · combinatorics
Finset.HasAntidiagonal.filter_snd_eq_antidiagonal
∀ {A : Type u_1} [inst : AddCommMonoid A] [inst_1 : PartialOrder A] [CanonicallyOrderedAdd A] [inst_3 : Sub A]
[OrderedSub A] [AddLeftReflectLE A] [inst_6 : Finset.HasAntidiagonal A] (n m : A)
[inst_7 : DecidablePred fun x => x = m] [inst_8 : Decidable (m ≤ n)],
{x ∈ Finset.HasAntidiagonal.antidiagonal n | x.2 = m} = if m ≤ n then {(n - m, m)} else ∅- Defined in
- Mathlib.Algebra.Order.Antidiag.Prod
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 59 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites17
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Finsetstatement and proof · cited by 13,712
- AddCommMonoidstatement and proof · cited by 12,281
- PartialOrderstatement and proof · cited by 6,410
- Function.Embeddingproof · cited by 988
- Finset.filterstatement and proof · cited by 949
- Finset.mapproof · cited by 747
- OrderedSubstatement and proof · cited by 236
- CanonicallyOrderedAddstatement and proof · cited by 229
- Finset.HasAntidiagonal.antidiagonalstatement and proof · cited by 218
- Finset.filter_congrproof · cited by 167
- AddLeftReflectLEstatement and proof · cited by 119
- Finset.HasAntidiagonalstatement and proof · cited by 48
Cited by1
Results whose statement or proof uses this declaration.
- MvPowerSeries.coeff_mul_monomialproof · cited by 5