Product topology on power series #
Let R
be with Semiring R
and TopologicalSpace R
In this file we define the topology on PowerSeries σ R
that corresponds to the simple convergence on its coefficients.
It is the coarsest topology for which all coefficients maps are continuous.
When R
has UniformSpace R
, we define the corresponding uniform structure.
This topology can be included by writing open scoped PowerSeries.WithPiTopology
.
When the type of coefficients has the discrete topology, it corresponds to the topology defined by N. Bourbaki, Algebra {II}, Chapter 4, §4, n°2.
It corresponds with the adic topology but this is not proved here.
PowerSeries.WithPiTopology.isTopologicallyNilpotent_of_constantCoeff_isNilpotent
,PowerSeries.WithPiTopology.isTopologicallyNilpotent_of_constantCoeff_zero
: if the constant coefficient off
is nilpotent, or vanishes, thenf
is topologically nilpotent.PowerSeries.WithPiTopology.isTopologicallyNilpotent_iff_constantCoeff_isNilpotent
: assuming the base ring has the discrete topology,f
is topologically nilpotent iff the constant coefficient off
is nilpotent.PowerSeries.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 isPowerSeries σ R
. - If the topology of
R
is T0 or T2, then so is that ofPowerSeries σ R
. - If
R
is aIsUniformAddGroup
, then so isPowerSeries σ R
. - If
R
is complete, then so isPowerSeries σ R
.
The pointwise topology on PowerSeries
Instances For
Separation of the topology on PowerSeries
PowerSeries
on a T2Space
form a T2Space
Coefficients are continuous
The constant coefficient is continuous
A family of power series converges iff it converges coefficientwise
The inclusion of polynomials into power series has dense image
The semiring topology on PowerSeries
of a topological semiring
The ring topology on PowerSeries
of a topological ring
A family of PowerSeries
is summable if their order tends to infinity.
The product uniformity on PowerSeries
Equations
Instances For
Coefficients are uniformly continuous
Completeness of the uniform structure on PowerSeries
The IsUniformAddGroup
structure on PowerSeries
of a IsUniformAddGroup
Alias of PowerSeries.WithPiTopology.instIsUniformAddGroup
.
The IsUniformAddGroup
structure on PowerSeries
of a IsUniformAddGroup
Assuming the base ring has a discrete topology, the powers of a PowerSeries
converge to 0
iff its constant coefficient is nilpotent.
N. Bourbaki, Algebra {II}, Chapter 4, §4, n°2, corollary of prop. 3
A power series is the sum (in the sense of summable families) of its monomials
If the coefficient space is T2, then the power series is tsum
of its monomials