Theorems · Theorem · combinatorics
Finset.HasAntidiagonal.filter_fst_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.1 = m} = if m ≤ n then {(m, n - m)} else ∅- Defined in
- Mathlib.Algebra.Order.Antidiag.Prod
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 58 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites19
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
- le_rflproof · cited by 1,558
- Finset.filterstatement · cited by 949
- Finset.extproof · cited by 565
- OrderedSubstatement and proof · cited by 236
- CanonicallyOrderedAddstatement and proof · cited by 229
- Finset.HasAntidiagonal.antidiagonalstatement · cited by 218
- Finset.mem_filterproof · cited by 185
- AddLeftReflectLEstatement and proof · cited by 119
- Finset.mem_singletonproof · cited by 103
Cited by2
Results whose statement or proof uses this declaration.
- MvPowerSeries.coeff_monomial_mulproof · cited by 3
- Finset.HasAntidiagonal.filter_snd_eq_antidiagonalproof · cited by 1