Theorems · Theorem · order theory
DirectedOn.fst
∀ {α : Type u_1} {β : Type u_2} {r : α → α → Prop} {r₂ : β → β → Prop} {d : Set (α × β)},
DirectedOn (fun p q => r p.1 q.1 ∧ r₂ p.2 q.2) d → DirectedOn (fun x1 x2 => r x1 x2) (Prod.fst '' d)- Defined in
- Mathlib.Order.Directed
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 9 from the axioms · uses propext, Quot.sound
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.
- Setstatement and proof · cited by 53,352
- Set.imagestatement · cited by 5,609
- DirectedOnstatement and proof · cited by 271
- DirectedOn.mono_compproof · cited by 10
- DirectedOn.monoproof · cited by 8
Cited by1
Results whose statement or proof uses this declaration.
- ScottContinuousOn.fromProdproof · cited by 1