Theorems · Theorem · order theory
isGLB_image2_of_isGLB_isGLB
∀ {α : Type u} {β : Type v} {γ : Type w} [inst : Preorder α] [inst_1 : Preorder β] [inst_2 : Preorder γ] {s : Set α}
{t : Set β} {u : α → β → γ} {u₁ : β → γ → α} {u₂ : α → γ → β} {a₀ : α} {b₀ : β},
(∀ (b : β), GaloisConnection (u₁ b) (Function.swap u b)) →
(∀ (a : α), GaloisConnection (u₂ a) (u a)) → IsGLB s a₀ → IsGLB t b₀ → IsGLB (Set.image2 u s t) (u a₀ b₀)- Defined in
- Mathlib.Order.GaloisConnection.Basic
- Cited by
- 5 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
- Set.image2statement · cited by 311
- GaloisConnectionstatement and proof · cited by 253
- Function.swapstatement and proof · cited by 216
- IsGLBstatement and proof · cited by 213
- Set.forall_mem_image2proof · cited by 20
- mem_lowerBoundsproof · cited by 19
- forall_true_iffproof · cited by 3
- isGLB_iff_le_iffproof · cited by 3
Cited by5
Results whose statement or proof uses this declaration.
- sInf_image2_eq_sInf_sInfproof · cited by 5
- csInf_image2_eq_csInf_csInfproof · cited by 5
- isGLB_image2_of_isLUB_isLUBproof · cited by 0
- isGLB_image2_of_isGLB_isLUBproof · cited by 0
- isGLB_image2_of_isLUB_isGLBproof · cited by 0