Theorems · Theorem · order theory
csSup_image2_eq_csSup_csSup
∀ {α : 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) (u₁ b)) →
(∀ (a : α), GaloisConnection (l a) (u₂ a)) →
s.Nonempty → BddAbove s → t.Nonempty → BddAbove t → sSup (Set.image2 l s t) = l (sSup s) (sSup t)- 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.
Cites12
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
- Set.Nonemptystatement and proof · cited by 2,627
- SupSet.sSupstatement · cited by 954
- BddAbovestatement and proof · cited by 620
- ConditionallyCompleteLatticestatement and proof · cited by 364
- Set.image2statement · cited by 311
- GaloisConnectionstatement and proof · cited by 253
- Function.swapstatement and proof · cited by 216
- isLUB_csSupproof · cited by 34
- IsLUB.csSup_eqproof · cited by 19
- Set.Nonempty.image2proof · cited by 14
- isLUB_image2_of_isLUB_isLUBproof · cited by 7
Cited by5
Results whose statement or proof uses this declaration.
- csSup_addproof · cited by 3
- csSup_mulproof · cited by 1
- csSup_image2_eq_csInf_csInfproof · cited by 0
- csSup_image2_eq_csInf_csSupproof · cited by 0
- csSup_image2_eq_csSup_csInfproof · cited by 0