Theorems · Theorem · order theory
Prod.lt_iff
∀ {α : Type u_2} {β : Type u_3} [inst : Preorder α] [inst_1 : Preorder β] {x y : α × β},
x < y ↔ x.1 < y.1 ∧ x.2 ≤ y.2 ∨ x.1 ≤ y.1 ∧ x.2 < y.2- Defined in
- Mathlib.Order.Basic
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 12 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites4
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Preorderstatement and proof · cited by 7,952
- LT.lt.leproof · cited by 2,189
- LT.lt.not_geproof · cited by 305
- LE.le.lt_of_not_geproof · cited by 21
Cited by2
Results whose statement or proof uses this declaration.
- Prod.mk_lt_mkproof · cited by 4
- SSet.prodStdSimplex.strictMono_orderHomOfSimplex_iffproof · cited by 0