Theorems · Theorem · order theory
BddAbove.bddAbove_image2_of_bddBelow
∀ {α : Type u} {β : Type v} {γ : Type w} [inst : Preorder α] [inst_1 : Preorder β] [inst_2 : Preorder γ] {f : α → β → γ}
{s : Set α} {t : Set β},
(∀ (b : β), Monotone (Function.swap f b)) →
(∀ (a : α), Antitone (f a)) → BddAbove s → BddBelow t → BddAbove (Set.image2 f s t)- Defined in
- Mathlib.Order.Bounds.Image
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 18 from the axioms · uses propext, Classical.choice, Quot.sound
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.
- Setstatement and proof · cited by 53,352
- Preorderstatement and proof · cited by 7,952
- Monotonestatement and proof · cited by 1,397
- BddAbovestatement and proof · cited by 620
- Antitonestatement and proof · cited by 563
- BddBelowstatement and proof · cited by 401
- Set.image2statement · cited by 311
- upperBoundsproof · cited by 263
- Function.swapstatement and proof · cited by 216
- lowerBoundsproof · cited by 212
- mem_upperBounds_image2_of_mem_upperBounds_of_mem_lowerBoundsproof · cited by 3
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.