Mathlib Map

Theorems · Theorem · group theory

Subgroup.map_iSup

∀ {G : Type u_1} [inst : Group G] {N : Type u_5} [inst_1 : Group N] {ι : Sort u_7} (f : G →* N) (s : ι → Subgroup G),
  Subgroup.map f (iSup s) = ⨆ i, Subgroup.map f (s i)
Defined in
Mathlib.Algebra.Group.Subgroup.Map
Cited by
2 results in Mathlib
Foundations
Depth 69 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
GroupGroup

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 by2

Results whose statement or proof uses this declaration.