Commit 2024-05-01 18:59 94b9da4b
View on Github →feat(RingTheory/AdicCompletion): refactor and expand API (#12516) Refactors and expands the API for adic completions. More precisely:
- Renames
adicCompletion
toAdicCompletion
. - Redefines
adicCompletion
in terms of atransitionMap
. - Introduces
AdicCauchySequence
as the module ofI
-adic Cauchy sequences. - Provides a surjective linear map
AdicCauchySequence I M →ₗ[R] AdicCompletion I M
and an induction principle forAdicCompletion I M
for that.