Theorems · Theorem · group theory
AddCommGroup.equiv_free_prod_directSum_zmod
∀ (G : Type u) [inst : AddCommGroup G] [hG : AddGroup.FG G],
∃ n ι x p,
∃ (_ : ∀ (i : ι), Nat.Prime (p i)), ∃ e, Nonempty (G ≃+ (Fin n →₀ ℤ) × DirectSum ι fun i => ZMod (p i ^ e i))Structure theorem of finitely generated abelian groups : Any finitely generated abelian
group is the product of a power of ℤ and a direct sum of some ZMod (p i ^ e i) for some
prime powers p i ^ e i.
- Defined in
- Mathlib.GroupTheory.FiniteAbelian.Basic
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 160 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- AddCommGroupAddGroup.FG
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites25
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- RingHom.idproof · cited by 18,349
- AddCommGroupstatement and proof · cited by 12,871
- Fintypestatement and proof · cited by 7,736
- Finsuppstatement and proof · cited by 5,255
- LinearEquivproof · cited by 3,317
- HasQuotient.Quotientproof · cited by 2,301
- Nat.Primestatement · cited by 2,059
- Submodule.spanproof · cited by 1,504
- AddEquivstatement · cited by 1,087
- ZModstatement · cited by 1,024
- Irreducibleproof · cited by 496
- DirectSumstatement and proof · cited by 446
Cited by2
Results whose statement or proof uses this declaration.
- AddCommGroup.equiv_directSum_zmod_of_finiteproof · cited by 1
- CommGroup.equiv_free_prod_prod_multiplicative_zmodproof · cited by 0