Mathlib Map

Theorems · Theorem · group theory

AddSubgroup.map_iInf

∀ {G : Type u_1} [inst : AddGroup G] {N : Type u_5} [inst_1 : AddGroup N] {ι : Sort u_7} [Nonempty ι] (f : G →+ N),
  Function.Injective ⇑f → ∀ (s : ι → AddSubgroup G), AddSubgroup.map f (iInf s) = ⨅ i, AddSubgroup.map f (s i)
Defined in
Mathlib.Algebra.Group.Subgroup.Map
Cited by
1 results in Mathlib
Foundations
Depth 67 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
AddGroupAddGroupNonempty

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites11

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by1

Results whose statement or proof uses this declaration.