Functoriality of adic completions #
In this file we establish functorial properties of the adic completion.
Main definitions #
AdicCauchySequence.map I f
: the linear map onI
-adic cauchy sequences induced byf
AdicCompletion.map I f
: the linear map onI
-adic completions induced byf
Main results #
sumEquivOfFintype
: adic completion commutes with finite sumspiEquivOfFintype
: adic completion commutes with finite products
A linear map induces a linear map on adic cauchy sequences.
Equations
Instances For
A linear map induces a map on adic completions.
Equations
Instances For
Equality of maps out of an adic completion can be checked on Cauchy sequences.
Equality of linear maps out of an adic completion can be checked on Cauchy sequences.
Equality of linear maps out of an adic completion can be checked on Cauchy sequences.
A linear equiv induces a linear equiv on adic completions.
Equations
Instances For
Adic completion in families #
In this section we consider a family M : ι → Type*
of R
-modules. Purely from
the formal properties of adic completions we obtain two canonical maps
AdicCompleiton I (∀ j, M j) →ₗ[R] ∀ j, AdicCompletion I (M j)
(⨁ j, (AdicCompletion I (M j))) →ₗ[R] AdicCompletion I (⨁ j, M j)
If ι
is finite, both are isomorphisms and, modulo
the equivalence ⨁ j, (AdicCompletion I (M j)
and ∀ j, AdicCompletion I (M j)
,
inverse to each other.
The canonical map from the adic completion of the product to the product of the adic completions.
Equations
Instances For
The canonical map from the sum of the adic completions to the adic completion of the sum.
Equations
Instances For
If ι
is finite, we use the equivalence of sum and product to obtain an inverse for
AdicCompletion.sum
from AdicCompletion.pi
.
Equations
Instances For
If ι
is finite, sum
has sumInv
as inverse.
Equations
Instances For
If ι
is finite, pi
is a linear equiv.
Equations
Instances For
Adic completion of R^n
is (AdicCompletion I R)^n
.