Theorems · Theorem · order theory
sSup_image2
∀ {α : Type u_1} {β : Type u_2} {γ : Type u_3} [inst : CompleteLattice α] {f : β → γ → α} {s : Set β} {t : Set γ},
sSup (Set.image2 f s t) = ⨆ a ∈ s, ⨆ b ∈ t, f a b- Defined in
- Mathlib.Order.CompleteLattice.Basic
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 16 from the axioms · uses propext, Quot.sound
- Assumes
- CompleteLattice
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
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
- iSupstatement and proof · cited by 2,415
- CompleteLatticestatement and proof · cited by 1,048
- SupSet.sSupstatement and proof · cited by 954
- Set.image2statement · cited by 311
- sSup_imageproof · cited by 36
- Set.image_prodproof · cited by 24
- biSup_prodproof · cited by 5
Cited by3
Results whose statement or proof uses this declaration.
- sSup_symmDiff_sSup_leproof · cited by 1
- Metric.ediam_eq_sSupproof · cited by 1
- Set.sUnion_image2proof · cited by 0