Mathlib Map

Theorems · Theorem · order theory

Set.image2_iUnion_left

∀ {α : Type u_1} {β : Type u_2} {γ : Type u_3} {ι : Sort u_5} (f : α → β → γ) (s : ι → Set α) (t : Set β),
  Set.image2 f (⋃ i, s i) t = ⋃ i, Set.image2 f (s i) t
Defined in
Mathlib.Data.Set.Lattice.Image
Cited by
10 results in Mathlib
Foundations
Depth 11 from the axioms · uses propext, Quot.sound

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.

Cited by10

Results whose statement or proof uses this declaration.