Mathlib Map

Theorems · Definition · group theory

AddMonoidHom.transfer

{G : Type u_1} →
  [inst : AddGroup G] →
    {H : AddSubgroup G} → {A : Type u_2} → [inst_1 : AddCommGroup A] → (↥H →+ A) → [H.FiniteIndex] → G →+ A

Given ϕ : H →+ A from H : AddSubgroup G to an additive commutative group A, the transfer homomorphism is transfer ϕ : G →+ A.

Defined in
Mathlib.GroupTheory.Transfer
Cited by
1 results in Mathlib
Foundations
Depth 103 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
AddGroupAddCommGroupAddSubgroup.FiniteIndex

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 by2

Results whose statement or proof uses this declaration.