Theorems · Theorem · order theory
Prod.mk_wcovBy_mk_iff
∀ {α : Type u_1} {β : Type u_2} [inst : PartialOrder α] [inst_1 : PartialOrder β] {a₁ a₂ : α} {b₁ b₂ : β},
(a₁, b₁) ⩿ (a₂, b₂) ↔ a₁ ⩿ a₂ ∧ b₁ = b₂ ∨ b₁ ⩿ b₂ ∧ a₁ = a₂- Defined in
- Mathlib.Order.Cover
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 31 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- PartialOrderPartialOrder
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites5
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- PartialOrderstatement and proof · cited by 6,410
- WCovBystatement and proof · cited by 107
- Prod.fst_eq_or_snd_eq_of_wcovByproof · cited by 2
- Prod.mk_wcovBy_mk_iff_leftproof · cited by 2
- Prod.mk_wcovBy_mk_iff_rightproof · cited by 1
Cited by1
Results whose statement or proof uses this declaration.
- Prod.wcovBy_iffproof · cited by 0