Mathlib Map

Theorems · Definition · group theory

AddSubgroup.noncommPiCoprod

{G : Type u_1} →
  [inst : AddGroup G] →
    {ι : Type u_2} →
      {H : ι → AddSubgroup G} →
        [Fintype ι] → (Pairwise fun i j => ∀ (x y : G), x ∈ H i → y ∈ H j → AddCommute x y) → ((i : ι) → ↥(H i)) →+ G

The canonical homomorphism from a family of additive subgroups where elements from different subgroups commute

Defined in
Mathlib.GroupTheory.NoncommPiCoprod
Cited by
5 results in Mathlib
Foundations
Depth 62 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
AddGroupFintype

Around this declaration

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

Cites9

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.