Topologically nilpotent elements #
Let M be a monoid with zero M, endowed with a topology.
IsTopologicallyNilpotent asays thata : Mis topologically nilpotent, i.e., its powers converge to zero.IsTopologicallyNilpotent.map: The image of a topologically nilpotent element under a continuous morphism of monoids with zero endowed with a topology is topologically nilpotent.IsTopologicallyNilpotent.zero:0is topologically nilpotent.
Let R be a commutative ring with a linear topology.
IsTopologicallyNilpotent.mul_left: ifa : Ris topologically nilpotent, thena*bis topologically nilpotent.IsTopologicallyNilpotent.mul_right: ifa : Ris topologically nilpotent, thena * bis topologically nilpotent.IsTopologicallyNilpotent.add: ifa b : Rare topologically nilpotent, thena + bis topologically nilpotent.
These lemmas are actually deduced from their analogues for commuting elements of rings.
An element is topologically nilpotent if its powers converge to 0.
Equations
- IsTopologicallyNilpotent a = Filter.Tendsto (fun (x : ℕ) => a ^ x) Filter.atTop (nhds 0)
Instances For
The image of a topologically nilpotent element under a continuous morphism is topologically nilpotent
0 is topologically nilpotent
If a and b commute and a is topologically nilpotent,
then a * b is topologically nilpotent.
If a and b commute and b is topologically nilpotent,
then a * b is topologically nilpotent.
If a and b are topologically nilpotent and commute,
then a + b is topologically nilpotent.
If a is topologically nilpotent, then a * b is topologically nilpotent.
If b is topologically nilpotent, then a * b is topologically nilpotent.
If a and b are topologically nilpotent, then a + b is topologically nilpotent.
The topological nilradical of a ring with a linear topology
Equations
- topologicalNilradical R = { carrier := {a : R | IsTopologicallyNilpotent a}, add_mem' := ⋯, zero_mem' := ⋯, smul_mem' := ⋯ }