Theorems · Theorem · order theory
iInf_image2
∀ {α : Type u_1} {β : Type u_2} [inst : CompleteLattice α] {γ : Type u_8} {δ : Type u_9} (f : β → γ → δ) (s : Set β)
(t : Set γ) (g : δ → α), ⨅ d ∈ Set.image2 f s t, g d = ⨅ b ∈ s, ⨅ c ∈ t, g (f b c)- Defined in
- Mathlib.Order.CompleteLattice.Basic
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 17 from the axioms · uses propext, Quot.sound
- Assumes
- CompleteLattice
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
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
- iInfstatement and proof · cited by 1,690
- CompleteLatticestatement and proof · cited by 1,048
- Set.image2statement · cited by 311
- Set.image_prodproof · cited by 24
- iInf_imageproof · cited by 14
- biInf_prodproof · cited by 4
Cited by1
Results whose statement or proof uses this declaration.
- Set.biInter_image2proof · cited by 1