feat(Algebra): add zpow_right_injective - #42914
Conversation
Add the ℤ-specific injectivity lemma and move CharZero.of_isAddTorsionFree to an earlier file, as instructed by the TODO in Algebra.Module.Torsion.Free.
Welcome new contributor!Thank you for contributing to Mathlib! If you haven't done so already, please review our contribution guidelines, as well as the style guide and naming conventions. In particular, we kindly remind contributors that we have guidelines regarding the use of AI when making pull requests. We use a review queue to manage reviews. If your PR does not appear there, it is probably because it is not successfully building (i.e., it doesn't have a green checkmark), has the If you haven't already done so, please come to https://leanprover.zulipchat.com/, introduce yourself, and mention your new PR. Thank you again for joining our community. |
PR summary e0b2beb1d5Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
|
awaiting-author |
Co-authored-by: Felix Pernegger <s59fpern@uni-bonn.de>
Co-authored-by: Felix Pernegger <s59fpern@uni-bonn.de>
Co-authored-by: Felix Pernegger <s59fpern@uni-bonn.de>
|
@lman310 can you try to merge master and see if that fixes the ci issue |
|
-awaiting-author |
Add
zpow_right_injective, stating that for a nontrivial elementaof amultiplicatively torsion free group, the map
n : ℤ ↦ a ^ nis injective,as well as the corresponding additive theorem
zsmul_left_injectiveusingto_additiveUse the new additive theorem in
CharZero.of_isAddTorsionFree, replacing itsdependency on the general
smul_left_injective. This allowsCharZero.of_isAddTorsionFreeto move fromMathlib.Algebra.Module.Torsion.Freeto the earlierMathlib.Algebra.Module.NatInt, resolving the existing TODOCodex was used to find the appropriate file
Mathlib.Algebra.Module.NatIntfor movingCharZero.of_isAddTorsionFree