Theorems · Theorem · group theory
AddCommGroup.equiv_directSum_zmod_of_finite
∀ (G : Type u) [inst : AddCommGroup G] [Finite G], ∃ ι x p, ∃ (_ : ∀ (i : ι), Nat.Prime (p i)), ∃ e, Nonempty (G ≃+ DirectSum ι fun i => ZMod (p i ^ e i))
Structure theorem of finite abelian groups : Any finite abelian group is 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
- 1 results in Mathlib
- Foundations
- Depth 161 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- AddCommGroupFinite
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites19
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- AddCommGroupstatement and proof · cited by 12,871
- Fintypestatement and proof · cited by 7,736
- Finsuppproof · cited by 5,255
- Finitestatement and proof · cited by 3,029
- Nat.Primestatement and proof · cited by 2,059
- AddEquivstatement and proof · cited by 1,087
- ZModstatement and proof · cited by 1,024
- Finsupp.singleproof · cited by 943
- DirectSumstatement and proof · cited by 446
- Uniqueproof · cited by 400
- nonempty_fintypeproof · cited by 261
Cited by1
Results whose statement or proof uses this declaration.
- AddCommGroup.equiv_directSum_zmod_of_finite'proof · cited by 2