Mathlib Map

Theorems · Theorem · sequences and series

tendsto_pow_atTop_nhds_zero_iff_norm_lt_one

∀ {R : Type u_2} [inst : SeminormedRing R] [NormMulClass R] {x : R},
  Filter.Tendsto (fun n => x ^ n) Filter.atTop (nhds 0) ↔ ‖x‖ < 1
Defined in
Mathlib.Analysis.SpecificLimits.Normed
Cited by
3 results in Mathlib
Foundations
Depth 123 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
SeminormedRingNormMulClass

Around this declaration

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

Cites20

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

Cited by3

Results whose statement or proof uses this declaration.