Theorems · Definition · order theory
Finset.antidiagonal
{α : Type u_1} →
[inst : AddCommMonoid α] →
[inst_1 : PartialOrder α] → [IsOrderedCancelAddMonoid α] → {s t : Set α} → s.IsPWO → t.IsPWO → α → Finset (α × α)Finset.antidiagonal hs ht a is the set of all pairs of an element in
s and an element in t that add to a, but its construction requires proofs that s and t are
well-ordered.
- Defined in
- Mathlib.Data.Finset.MulAntidiagonal
- Cited by
- 23 results in Mathlib
- Foundations
- Depth 89 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- Finsetstatement · cited by 13,712
- AddCommMonoidstatement and proof · cited by 12,281
- PartialOrderstatement and proof · cited by 6,410
- IsOrderedCancelAddMonoidstatement and proof · cited by 359
- Set.Finite.toFinsetproof · cited by 351
- Set.IsPWOstatement and proof · cited by 99
Cited by24
Results whose statement or proof uses this declaration.
- Finset.mem_antidiagonalstatement · cited by 5
- HahnSeries.coeff_mul_single_addproof · cited by 3
- Finset.antidiagonal.congr_simpstatement and proof · cited by 2
- Finset.support_antidiagonal_subset_addstatement and proof · cited by 2
- HahnSeries.coeff_mulstatement · cited by 1
- Finset.swap_mem_antidiagonalstatement · cited by 1
- Finset.isPWO_support_antidiagonalstatement · cited by 1
- Finset.antidiagonal_min_add_minstatement · cited by 1
- Finset.antidiagonal_mono_leftstatement · cited by 1
- Finset.antidiagonal_mono_rightstatement · cited by 1
- HahnSeries.embDomain_mulproof · cited by 0
- Finset.support_addAntidiagonal_subset_addstatement · cited by 0