Theorems · Theorem · order theory
Set.mem_mulAntidiagonal
∀ {α : Type u_1} [inst : Mul α] {s t : Set α} {a : α} {x : α × α},
x ∈ s.mulAntidiagonal t a ↔ x.1 ∈ s ∧ x.2 ∈ t ∧ x.1 * x.2 = a- Defined in
- Mathlib.Data.Set.MulAntidiagonal
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 5 from the axioms · uses no axioms
- Assumes
- Mul
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites2
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
- Set.mulAntidiagonalstatement · cited by 11
Cited by2
Results whose statement or proof uses this declaration.
- Set.MulAntidiagonal.finite_of_isPWOproof · cited by 1
- Set.MulAntidiagonal.eq_of_fst_le_fst_of_snd_le_sndproof · cited by 1