Mathlib Map

Theorems · Theorem · order theory

Set.MulAntidiagonal.eq_of_fst_le_fst_of_snd_le_snd

∀ {α : Type u_1} [inst : CommMonoid α] [inst_1 : PartialOrder α] [IsCancelMul α] [MulLeftMono α] [MulRightStrictMono α]
  (s t : Set α) (a : α) {x y : ↑(s.mulAntidiagonal t a)}, (↑x).1 ≤ (↑y).1 → (↑x).2 ≤ (↑y).2 → x = y
Defined in
Mathlib.Data.Set.MulAntidiagonal
Cited by
1 results in Mathlib
Foundations
Depth 17 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommMonoidPartialOrderIsCancelMulMulLeftMonoMulRightStrictMono

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites13

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by1

Results whose statement or proof uses this declaration.