Theorems · Theorem · order theory
csSup_image2_eq_csInf_csInf
∀ {α : Type u_1} {β : Type u_2} {γ : Type u_3} [inst : ConditionallyCompleteLattice α]
[inst_1 : ConditionallyCompleteLattice β] [inst_2 : ConditionallyCompleteLattice γ] {s : Set α} {t : Set β}
{l : α → β → γ} {u₁ : β → γ → α} {u₂ : α → γ → β},
(∀ (b : β), GaloisConnection (Function.swap l b ∘ ⇑OrderDual.ofDual) (⇑OrderDual.toDual ∘ u₁ b)) →
(∀ (a : α), GaloisConnection (l a ∘ ⇑OrderDual.ofDual) (⇑OrderDual.toDual ∘ u₂ a)) →
s.Nonempty → BddBelow s → t.Nonempty → BddBelow t → sSup (Set.image2 l s t) = l (sInf s) (sInf t)- Cited by
- 0 results in Mathlib
- Foundations
- Depth 20 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites15
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Setstatement and proof · cited by 53,352
- Equivstatement · cited by 8,337
- Set.Nonemptystatement · cited by 2,627
- SupSet.sSupstatement · cited by 954
- InfSet.sInfstatement · cited by 935
- OrderDualstatement · cited by 927
- OrderDual.toDualstatement and proof · cited by 481
- BddBelowstatement · cited by 401
- OrderDual.ofDualstatement and proof · cited by 400
- ConditionallyCompleteLatticestatement and proof · cited by 364
- Set.image2statement · cited by 311
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.