Theorems · Theorem · order theory
sSup_image2_eq_sSup_sSup
∀ {α : Type u} {β : Type v} {γ : Type w} [inst : CompleteLattice α] [inst_1 : CompleteLattice β]
[inst_2 : CompleteLattice γ] {s : Set α} {t : Set β} {l : α → β → γ} {u₁ : β → γ → α} {u₂ : α → γ → β},
(∀ (b : β), GaloisConnection (Function.swap l b) (u₁ b)) →
(∀ (a : α), GaloisConnection (l a) (u₂ a)) → sSup (Set.image2 l s t) = l (sSup s) (sSup t)- Defined in
- Mathlib.Order.GaloisConnection.Basic
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 19 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
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
- CompleteLatticestatement and proof · cited by 1,048
- SupSet.sSupstatement · cited by 954
- Set.image2statement · cited by 311
- GaloisConnectionstatement and proof · cited by 253
- Function.swapstatement and proof · cited by 216
- isLUB_sSupproof · cited by 21
- IsLUB.sSup_eqproof · cited by 17
- isLUB_image2_of_isLUB_isLUBproof · cited by 7
Cited by5
Results whose statement or proof uses this declaration.
- sSup_mulproof · cited by 1
- sSup_addproof · cited by 1
- sSup_image2_eq_sInf_sInfproof · cited by 0
- sSup_image2_eq_sInf_sSupproof · cited by 0
- sSup_image2_eq_sSup_sInfproof · cited by 0