Mathlib Map

Theorems · Theorem · commutative algebra

PowerSeries.WithPiTopology.isTopologicallyNilpotent_iff_constantCoeff_isNilpotent

∀ {R : Type u_1} [inst : TopologicalSpace R] [inst_1 : CommRing R] [DiscreteTopology R] (f : PowerSeries R),
  Filter.Tendsto (fun n => f ^ n) Filter.atTop (nhds 0) ↔ IsNilpotent (PowerSeries.constantCoeff f)

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][bourbaki1981]

Defined in
Mathlib.RingTheory.PowerSeries.PiTopology
Cited by
0 results in Mathlib
Foundations
Depth 101 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
TopologicalSpaceCommRingDiscreteTopology

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites12

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.