Mathlib Map

Theorems · Theorem · order theory

map_iSup

∀ {F : Type u_1} {α : Type u_2} {β : Type u_3} {ι : Sort u_6} [inst : FunLike F α β] [inst_1 : SupSet α]
  [inst_2 : SupSet β] [sSupHomClass F α β] (f : F) (g : ι → α), f (⨆ i, g i) = ⨆ i, f (g i)
Defined in
Mathlib.Order.Hom.CompleteLattice
Cited by
5 results in Mathlib
Foundations
Depth 9 from the axioms · uses propext, Quot.sound
Assumes
FunLikeSupSetSupSetsSupHomClass

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.

Cited by5

Results whose statement or proof uses this declaration.