Mathlib Map

Theorems · Theorem · commutative algebra

PowerSeries.WithPiTopology.multipliable_one_add_of_tendsto_order_atTop_nhds_top

∀ (R : Type u_1) [inst : TopologicalSpace R] [inst_1 : CommSemiring R] {ι : Type u_2} [inst_2 : LinearOrder ι]
  [LocallyFiniteOrderBot ι] {f : ι → PowerSeries R},
  Filter.Tendsto (fun i => (f i).order) Filter.atTop (nhds ⊤) → Multipliable fun x => 1 + f x

A family of PowerSeries in the form 1 + f i is multipliable if the order of f i tends to infinity.

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

Around this declaration

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

Cites15

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

Cited by1

Results whose statement or proof uses this declaration.