Theorems · Theorem · order theory
Set.PartiallyWellOrderedOn.prod
∀ {α : Type u_2} {β : Type u_3} {r : α → α → Prop} {r' : β → β → Prop} {s : Set α} [IsPreorder α r] {t : Set β},
s.PartiallyWellOrderedOn r →
t.PartiallyWellOrderedOn r' → (s ×ˢ t).PartiallyWellOrderedOn fun x y => r x.1 y.1 ∧ r' x.2 y.2- Defined in
- Mathlib.Order.WellFoundedSet
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 87 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- IsPreorder
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Setstatement and proof · cited by 53,352
- LT.lt.leproof · cited by 2,189
- SProd.sprodstatement and proof · cited by 1,750
- OrderEmbeddingproof · cited by 619
- Set.PartiallyWellOrderedOnstatement and proof · cited by 34
- OrderEmbedding.strictMonoproof · cited by 26
- IsPreorderstatement and proof · cited by 20
- Set.PartiallyWellOrderedOn.exists_monotone_subseqproof · cited by 9
- Set.partiallyWellOrderedOn_iff_exists_ltproof · cited by 6
- Set.PartiallyWellOrderedOn.exists_ltproof · cited by 3
Cited by1
Results whose statement or proof uses this declaration.
- Set.IsPWO.prodproof · cited by 4