Theorems · Theorem · order theory
mem_upperBounds_image2_of_mem_upperBounds_of_mem_upperBounds
∀ {α : Type u} {β : Type v} {γ : Type w} [inst : Preorder α] [inst_1 : Preorder β] [inst_2 : Preorder γ] {f : α → β → γ}
{s : Set α} {t : Set β} {a : α} {b : β},
(∀ (b : β), Antitone (Function.swap f b)) →
(∀ (a : α), Monotone (f a)) → a ∈ lowerBounds s → b ∈ upperBounds t → f a b ∈ upperBounds (Set.image2 f s t)- Defined in
- Mathlib.Order.Bounds.Image
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 17 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
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
- Preorderstatement and proof · cited by 7,952
- LE.le.transproof · cited by 3,151
- Monotonestatement and proof · cited by 1,397
- Antitonestatement and proof · cited by 563
- Set.image2statement · cited by 311
- upperBoundsstatement and proof · cited by 263
- Function.swapstatement and proof · cited by 216
- lowerBoundsstatement and proof · cited by 212
- Set.forall_mem_image2proof · cited by 20
Cited by3
Results whose statement or proof uses this declaration.
- image2_lowerBounds_upperBounds_subset_upperBounds_image2proof · cited by 0
- IsLeast.isGreatest_image2_of_isGreatestproof · cited by 0
- BddBelow.bddAbove_image2_of_bddAboveproof · cited by 0