Theorems · Theorem · order theory
Finset.mem_antidiagonal
∀ {α : Type u_1} [inst : AddCommMonoid α] [inst_1 : PartialOrder α] [inst_2 : IsOrderedCancelAddMonoid α] {s t : Set α}
{hs : s.IsPWO} {ht : t.IsPWO} {a : α} {x : α × α}, x ∈ Finset.antidiagonal hs ht a ↔ x.1 ∈ s ∧ x.2 ∈ t ∧ x.1 + x.2 = a- Defined in
- Mathlib.Data.Finset.MulAntidiagonal
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 90 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
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.IsPWOstatement and proof · cited by 99
- Set.Finite.mem_toFinsetproof · cited by 74
- Finset.antidiagonalstatement · cited by 23
- Set.mem_antidiagonalproof · cited by 8
Cited by5
Results whose statement or proof uses this declaration.
- Finset.support_antidiagonal_subset_addproof · cited by 2
- Finset.swap_mem_antidiagonalproof · cited by 1
- Finset.antidiagonal_min_add_minproof · cited by 1
- Finset.mem_addAntidiagonalproof · cited by 0
- HahnSeries.SummableFamily.pow_finite_co_supportproof · cited by 0