Mathlib Map

Theorems · Theorem · several complex variables

HasFPowerSeriesWithinOnBall.hasSum

∀ {𝕜 : Type u_1} {E : Type u_2} {F : Type u_3} [inst : NontriviallyNormedField 𝕜] [inst_1 : NormedAddCommGroup E]
  [inst_2 : NormedSpace 𝕜 E] [inst_3 : NormedAddCommGroup F] [inst_4 : NormedSpace 𝕜 F] {f : E → F}
  {p : FormalMultilinearSeries 𝕜 E F} {s : Set E} {x : E} {r : ENNReal},
  HasFPowerSeriesWithinOnBall f p s x r →
    ∀ {y : E}, x + y ∈ insert x s → y ∈ Metric.eball 0 r → HasSum (fun n => (p n) fun x => y) (f (x + y))

p converges to f within s

Defined in
Mathlib.Analysis.Analytic.Basic
Cited by
28 results in Mathlib
Foundations
Depth 164 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
NontriviallyNormedFieldNormedAddCommGroupNormedSpaceNormedAddCommGroupNormedSpace

Around this declaration

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

hasFPowerSeriesWithinOnBall_univ · cited by 16hasFPowerSeriesWithinOnBa…HasFPowerSeriesWithinOnBall.coeff_zero · cited by 5HasFPowerSeriesWithinOnBa…ContinuousLinearMap.comp_hasFPowerSeriesWithinOnBall · cited by 5ContinuousLinearMap.comp_…IsOpen.analyticOn_iff_analyticOnNhd · cited by 5IsOpen.analyticOn_iff_ana…HasFPowerSeriesWithinOnBall.mono · cited by 4HasFPowerSeriesWithinOnBa…HasFPowerSeriesWithinOnBall.uniform_geometric_approx' · cited by 3HasFPowerSeriesWithinOnBa…HasFPowerSeriesWithinAt.mono_of_mem_nhdsWithin · cited by 3HasFPowerSeriesWithinAt.m…HasFPowerSeriesWithinOnBall.of_le · cited by 3HasFPowerSeriesWithinOnBa…HasFPowerSeriesWithinOnBall.pi · cited by 3HasFPowerSeriesWithinOnBa…HasFPowerSeriesWithinOnBall.add · cited by 2HasFPowerSeriesWithinOnBa…HasFPowerSeriesWithinOnBall.compContinuousLinearMap · cited by 2HasFPowerSeriesWithinOnBa…HasFPowerSeriesWithinOnBall.hasSum_sub · cited by 2HasFPowerSeriesWithinOnBa…HasFPowerSeriesWithinOnBall.neg · cited by 2HasFPowerSeriesWithinOnBa…HasFPowerSeriesWithinOnBall.prod · cited by 2HasFPowerSeriesWithinOnBa…hasFPowerSeriesWithinOnBall_pi_iff · cited by 2hasFPowerSeriesWithinOnBa…DFunLike.coe · cited by 62936DFunLike.coeSet · cited by 53352SetNormedAddCommGroup · cited by 15752NormedAddCommGroupNormedSpace · cited by 12499NormedSpaceENNReal · cited by 9879ENNRealNontriviallyNormedField · cited by 8742NontriviallyNormedFieldSummationFilter.unconditional · cited by 2068SummationFilter.unconditi…ContinuousMultilinearMap · cited by 1016ContinuousMultilinearMapFormalMultilinearSeries · cited by 615FormalMultilinearSeriesHasSum · cited by 518HasSumMetric.eball · cited by 294Metric.eballHasFPowerSeriesWithinOnBall · cited by 83HasFPowerSeriesWithinOnBa…HasFPowerSeriesWithinOnBall.h…CITED BYCITES

Cites12

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

Cited by28

Results whose statement or proof uses this declaration.