Product topology on multivariate power series #
Let R
be with Semiring R
and TopologicalSpace R
In this file we define the topology on MvPowerSeries σ R
that corresponds to the simple convergence on its coefficients.
It is the coarsest topology for which all coefficient maps are continuous.
When R
has UniformSpace R
, we define the corresponding uniform structure.
This topology can be included by writing open scoped MvPowerSeries.WithPiTopology
.
When the type of coefficients has the discrete topology, it corresponds to the topology defined by [Bou90], chapter 4, §4, n°2.
It is not the adic topology in general.
Main results #
MvPowerSeries.WithPiTopology.tendsto_pow_zero_of_constantCoeff_nilpotent
,MvPowerSeries.WithPiTopology.tendsto_pow_zero_of_constantCoeff_zero
: if the constant coefficient off
is nilpotent, or vanishes, then the powers off
converge to zero.MvPowerSeries.WithPiTopology.tendsto_pow_of_constantCoeff_nilpotent_iff
: the powers off
converge to zero iff the constant coefficient off
is nilpotent.MvPowerSeries.WithPiTopology.hasSum_of_monomials_self
: viewed as an infinite sum, a power series converges to itself.
TODO: add the similar result for the series of homogeneous components.
Instances #
- If
R
is a topological (semi)ring, then so isMvPowerSeries σ R
. - If the topology of
R
is T0 or T2, then so is that ofMvPowerSeries σ R
. - If
R
is aUniformAddGroup
, then so isMvPowerSeries σ R
. - If
R
is complete, then so isMvPowerSeries σ R
.
The pointwise topology on MvPowerSeries
Instances For
MvPowerSeries
on a T0Space
form a T0Space
MvPowerSeries
on a T2Space
form a T2Space
MvPowerSeries.coeff
is continuous.
MvPolynomial.constantCoeff
is continuous
A family of power series converges iff it converges coefficientwise
The semiring topology on MvPowerSeries
of a topological semiring
The ring topology on MvPowerSeries
of a topological ring
The powers of a MvPowerSeries
converge to 0 iff its constant coefficient is nilpotent.
N. Bourbaki, Algebra II, [Bou90] (chap. 4, §4, n°2, corollaire de la prop. 3)
A multivariate power series is the sum (in the sense of summable families) of its monomials
The componentwise uniformity on MvPowerSeries
Equations
- MvPowerSeries.WithPiTopology.instUniformSpace = Pi.uniformSpace fun (x : σ →₀ ℕ) => R
Instances For
Coefficients of a multivariate power series are uniformly continuous
Completeness of the uniform structure on MvPowerSeries
The UniformAddGroup
structure on MvPowerSeries
of a UniformAddGroup