Theorems · Theorem · order theory
isLUB_image2_of_isLUB_isLUB
∀ {α : Type u} {β : Type v} {γ : Type w} [inst : Preorder α] [inst_1 : Preorder β] [inst_2 : Preorder γ] {s : Set α}
{t : Set β} {l : α → β → γ} {u₁ : β → γ → α} {u₂ : α → γ → β} {a₀ : α} {b₀ : β},
(∀ (b : β), GaloisConnection (Function.swap l b) (u₁ b)) →
(∀ (a : α), GaloisConnection (l a) (u₂ a)) → IsLUB s a₀ → IsLUB t b₀ → IsLUB (Set.image2 l s t) (l a₀ b₀)- Defined in
- Mathlib.Order.GaloisConnection.Basic
- Cited by
- 7 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.
Cites7
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
- Set.image2statement · cited by 311
- IsLUBstatement and proof · cited by 280
- GaloisConnectionstatement and proof · cited by 253
- Function.swapstatement and proof · cited by 216
- GaloisConnection.le_iff_leproof · cited by 17
Cited by7
Results whose statement or proof uses this declaration.
- sSup_image2_eq_sSup_sSupproof · cited by 5
- csSup_image2_eq_csSup_csSupproof · cited by 5
- IsLUB.addproof · cited by 2
- IsLUB.mulproof · cited by 2
- isLUB_image2_of_isGLB_isGLBproof · cited by 0
- isLUB_image2_of_isGLB_isLUBproof · cited by 0
- isLUB_image2_of_isLUB_isGLBproof · cited by 0