Documentation

Atlas.NumberTheoryI.code.ComplexAnalysis

def ConvergesLocallyUniformlyOn (F : ) (f : ) (S : Set ) :
Instances For
    def ConvergesNormallyOn (f : ) (S : Set ) :
    Instances For
      def ConvergesLocallyNormallyOn (f : ) (S : Set ) :
      Instances For
        theorem weierstrass_m_test_deriv_normally_convergent {f : } {S : Set } (hS : IsOpen S) (hf_holo : ∀ (n : ), DifferentiableOn (f n) S) (hf_conv : ConvergesLocallyNormallyOn f S) :
        ConvergesLocallyNormallyOn (fun (n : ) (z : ) => deriv (f n) z) S
        theorem weierstrass_m_test_deriv {f : } {S : Set } (hS : IsOpen S) (hf_holo : ∀ (n : ), DifferentiableOn (f n) S) (hf_conv : ConvergesLocallyNormallyOn f S) :
        ConvergesLocallyNormallyOn (fun (n : ) (z : ) => deriv (f n) z) S zS, HasDerivAt (fun (z : ) => ∑' (n : ), f n z) (∑' (n : ), deriv (f n) z) z
        Instances For
          noncomputable def contourIntegral (f : ) (γ : ParameterizedCurve) :
          Instances For
            theorem contourIntegral_reparam_invariance (f : ) (γ₁ γ₂ : ParameterizedCurve) (φ φ' : ) (hcomp : tSet.Icc γ₂.a γ₂.b, γ₂.toFun t = γ₁.toFun (φ t)) (hφa : φ γ₂.a = γ₁.a) (hφb : φ γ₂.b = γ₁.b) (hφ_deriv : tSet.uIcc γ₂.a γ₂.b, HasDerivAt φ (φ' t) t) (hφ'_cont : ContinuousOn φ' (Set.uIcc γ₂.a γ₂.b)) (hchain : tSet.Icc γ₂.a γ₂.b, deriv γ₂.toFun t = (φ' t) * deriv γ₁.toFun (φ t)) (hg_cont : ContinuousOn (fun (u : ) => f (γ₁.toFun u) * deriv γ₁.toFun u) (φ '' Set.uIcc γ₂.a γ₂.b)) :
            theorem locallyUniformLimit_holomorphic {ι : Type u_1} {φ : Filter ι} [φ.NeBot] {F : ι} {f : } {U : Set } (hf : TendstoLocallyUniformlyOn F f φ U) (hF : ∀ᶠ (n : ι) in φ, DifferentiableOn (F n) U) (hU : IsOpen U) :
            theorem locallyUniformLimit_deriv_converges {ι : Type u_1} {φ : Filter ι} {F : ι} {f : } {U : Set } (hf : TendstoLocallyUniformlyOn F f φ U) (hF : ∀ᶠ (n : ι) in φ, DifferentiableOn (F n) U) (hU : IsOpen U) :
            theorem locallyUniformLimit_zero_free {ι : Type u_1} {φ : Filter ι} [φ.NeBot] {F : ι} {f : } {U : Set } (hf : TendstoLocallyUniformlyOn F f φ U) (hF : ∀ᶠ (n : ι) in φ, DifferentiableOn (F n) U) (hU : IsOpen U) (hUc : IsPreconnected U) (hFnz : ∀ᶠ (n : ι) in φ, zU, F n z 0) (hfnz : zU, f z 0) (z : ) :
            z Uf z 0
            theorem locallyUniformLimit_holomorphic_and_deriv_and_zeroFree {ι : Type u_1} {φ : Filter ι} [φ.NeBot] {F : ι} {f : } {U : Set } (hf : TendstoLocallyUniformlyOn F f φ U) (hF : ∀ᶠ (n : ι) in φ, DifferentiableOn (F n) U) (hU : IsOpen U) (hUc : IsPreconnected U) (hFnz : ∀ᶠ (n : ι) in φ, zU, F n z 0) (hfnz : zU, f z 0) :
            DifferentiableOn f U TendstoLocallyUniformlyOn (deriv F) (deriv f) φ U zU, f z 0
            theorem cauchy_theorem (U : Set ) (hU : IsOpen U) (f : ) (hf : DifferentiableOn f U) (γ : ParameterizedCurve) (hγ_simple : γ.IsSimple) (hγ_closed : γ.IsClosed) (hγ_contained : γ.ContainedIn U) :
            theorem complex_ftc_contour (γ : ParameterizedCurve) {Ω : Set } {f : } ( : IsOpen Ω) (hγ_range : tSet.Icc γ.a γ.b, γ.toFun t Ω) (hf : DifferentiableOn f Ω) (hγ_diff : tSet.uIcc γ.a γ.b, HasDerivAt γ.toFun (deriv γ.toFun t) t) (hint : IntervalIntegrable (fun (t : ) => deriv f (γ.toFun t) * deriv γ.toFun t) MeasureTheory.volume γ.a γ.b) :
            contourIntegral (deriv f) γ = f (γ.toFun γ.b) - f (γ.toFun γ.a)
            noncomputable def complexResidue (f : ) (z₀ : ) :
            Instances For
              theorem cauchy_residue_formula (U : Set ) (hU : IsOpen U) (f : ) (hf : MeromorphicOn f U) (γ : ParameterizedCurve) (hγ_closed : γ.IsClosed) (hγ_simple : γ.IsSimple) (hγ_in_U : γ.ContainedIn U) (poles : Finset ) (hpoles_in_interior : zpoles, z γ.curveInterior) (hpoles_off_curve : zpoles, zγ.image) (hf_analytic : zU, zpolesAnalyticAt f z) :
              contourIntegral f γ = 2 * Real.pi * Complex.I * zpoles, complexResidue f z
              theorem cauchy_residue_circle (f : ) (a : ) (R : ) (hR : 0 < R) (hf : DifferentiableOn f (Metric.closedBall a R)) :
              (2 * Real.pi * Complex.I)⁻¹ * (z : ) in C(a, R), (fun (w : ) => f w / (w - a)) z = f a
              theorem complexResidue_div_sub_eq (U : Set ) (hU : IsOpen U) (f : ) (hf : DifferentiableOn f U) (a : ) (ha : a U) :
              complexResidue (fun (w : ) => f w / (w - a)) a = f a
              theorem meromorphicOn_div_sub (U : Set ) (hU : IsOpen U) (f : ) (hf : DifferentiableOn f U) (a : ) (_ha : a U) :
              MeromorphicOn (fun (w : ) => f w / (w - a)) U
              theorem analyticAt_div_sub (U : Set ) (hU : IsOpen U) (f : ) (hf : DifferentiableOn f U) (a z : ) (hz : z U) (hza : z a) :
              AnalyticAt (fun (w : ) => f w / (w - a)) z
              theorem cauchy_integral_formula_general (U : Set ) (hU : IsOpen U) (f : ) (hf : DifferentiableOn f U) (γ : ParameterizedCurve) (hγ_simple : γ.IsSimple) (hγ_closed : γ.IsClosed) (hγ_contained : γ.ContainedIn U) (a : ) (ha : a γ.curveInterior) :
              f a = (2 * Real.pi * Complex.I)⁻¹ * contourIntegral (fun (w : ) => f w / (w - a)) γ
              theorem liouville_theorem (f : ) (hf : Differentiable f) (hb : Bornology.IsBounded (Set.range f)) :
              ∃ (c : ), ∀ (z : ), f z = c
              theorem morera_theorem {f : } {U : Set } (hU : IsOpen U) (hf_cont : ContinuousOn f U) (hf_conservative : Complex.IsConservativeOn f U) :