Theorems · Theorem · complex analysis
Complex.differentiableOn_update_limUnder_of_isLittleO
∀ {E : Type u} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℂ E] [CompleteSpace E] {f : ℂ → E} {s : Set ℂ}
{c : ℂ},
s ∈ nhds c →
DifferentiableOn ℂ f (s \ {c}) →
((fun z => f z - f c) =o[nhdsWithin c {c}ᶜ] fun z => (z - c)⁻¹) →
DifferentiableOn ℂ (Function.update f c ((nhdsWithin c {c}ᶜ).limUnder f)) sRemovable singularity theorem: if s is a neighborhood of c : ℂ, a function f : ℂ → E
is complex differentiable on s \ {c}, and $f(z) - f(c)=o((z-c)^{-1})$, then f redefined to be
equal to limUnder (𝓝[≠] c) f at c is complex differentiable on s.
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 286 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites37
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- Filterstatement · cited by 8,121
- Complexstatement and proof · cited by 5,565
- nhdsstatement and proof · cited by 5,554
- Filter.Tendstoproof · cited by 3,814
- Compl.complstatement and proof · cited by 2,925
- CompleteSpacestatement and proof · cited by 2,532
- zero_addproof · cited by 2,366
- nhdsWithinstatement and proof · cited by 1,912
- ContinuousAtproof · cited by 697
Cited by4
Results whose statement or proof uses this declaration.
- HurwitzZeta.differentiableAt_update_of_residueproof · cited by 2
- Complex.differentiableOn_update_limUnder_of_bddAboveproof · cited by 1
- Complex.differentiableOn_update_limUnder_insert_of_isLittleOproof · cited by 0