Theorems · Definition · group theory
QuotientAddGroup.addEquivPiModRangeNSMulAddMonoidHom
{ι : Type u_1} →
(A : ι → Type u_2) →
[inst : (i : ι) → AddCommGroup (A i)] →
(n : ℕ) → ((i : ι) → A i) ⧸ (nsmulAddMonoidHom n).range ≃+ ((i : ι) → A i ⧸ (nsmulAddMonoidHom n).range)The isomorphism between the quotient of a product by the image of the multiplication-by-n
map and the product of the quotients by the images of the multiplication-by-n maps
on the factors.
- Defined in
- Mathlib.GroupTheory.QuotientGroup.Basic
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 84 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- AddCommGroup
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.
- AddCommGroupstatement and proof · cited by 12,871
- AddSubgroupstatement · cited by 3,232
- AddMonoidHomproof · cited by 3,230
- HasQuotient.Quotientstatement and proof · cited by 2,301
- AddEquivstatement · cited by 1,087
- QuotientAddGroup.mkproof · cited by 348
- AddMonoidHom.rangestatement and proof · cited by 142
- nsmulAddMonoidHomstatement and proof · cited by 24
- QuotientAddGroup.liftEquivproof · cited by 2
Cited by2
Results whose statement or proof uses this declaration.
- AddSubgroup.index_range_nsmulproof · cited by 1
- QuotientAddGroup.addEquivPiModRangeNSMulAddMonoidHom_applystatement · cited by 0