Fungrim home page

Fungrim entry: 457aaa

Symbol: AnalyticContinuation Continuationz:abf(z)\mathop{\text{Continuation}}\limits_{\displaystyle{z: a \rightsquigarrow b}} \, f(z) Analytic continuation
Represents the value (or limiting value) g(b)g(b) where g(z)g(z) is the unique analytic continuation along the path from aa to bb for the function initially represented by f(z)f(z). It is assumed that the expression f(z)f(z) represents a holomorphic function of zz in a neighborhood of the initial point aa. More generally, aa is allowed to be a pole, branch point or even an essential singularity as long as f(z)f(z) is holomorphic locally in a cone around the path radiating from aa. Infinite endpoints are allowed, with the obvious interpretation. Analytic continuation paths are allowed to pass through (isolated) poles of the analytically continued function. The path is not allowed to pass through intermediate branch points, but may end at a branch point.
AnalyticContinuation(f(z), For(z, a, b)) Continuationz:abf(z)\mathop{\text{Continuation}}\limits_{\displaystyle{z: a \rightsquigarrow b}} \, f(z) Represents the analytic continuation of f(z)f(z) along the straight-line path from aa to bb.
AnalyticContinuation(f(z), For(z, P)) Continuationz:Pf(z)\mathop{\text{Continuation}}\limits_{\displaystyle{z: P}} \, f(z) Represents the analytic continuation of f(z)f(z) along the path object PP.
AnalyticContinuation(f(z), For(z, Path(a, b, c))) Continuationz:abcf(z)\mathop{\text{Continuation}}\limits_{\displaystyle{z: a \rightsquigarrow b \rightsquigarrow c}} \, f(z) Represents the analytic continuation of f(z)f(z) along the straight-line path abca \rightsquigarrow b \rightsquigarrow c.
AnalyticContinuation(f(z), For(z, CurvePath(Exp(Mul(ConstI, t)), For(t, 0, theta)))) Continuationz:(eit,t:0θ)f(z)\mathop{\text{Continuation}}\limits_{\displaystyle{z: \left({e}^{i t},\, t : 0 \rightsquigarrow \theta\right)}} \, f(z) Represents the analytic continuation of f(z)f(z) along the circular path starting at z=1z = 1 and rotating counterclockwise by the phase θ\theta.
Definitions:
Fungrim symbol Notation Short description
AnalyticContinuationContinuationz:abf(z)\mathop{\text{Continuation}}\limits_{\displaystyle{z: a \rightsquigarrow b}} \, f(z) Analytic continuation
Pathabca \rightsquigarrow b \rightsquigarrow c Line path
CurvePath(f(t),t:ab)\left(f(t),\, t : a \rightsquigarrow b\right) Path along a curve
Expez{e}^{z} Exponential function
ConstIii Imaginary unit
Source code for this entry:
Entry(ID("457aaa"),
    SymbolDefinition(AnalyticContinuation, AnalyticContinuation(f(z), For(z, a, b)), "Analytic continuation"),
    Description("Represents the value (or limiting value)", g(b), "where", g(z), "is the unique analytic continuation along the path from", a, "to", b, "for the function initially represented by", f(z), ". ", "It is assumed that the expression", f(z), "represents a holomorphic function of", z, "in a neighborhood of the initial point", a, ". ", "More generally, ", a, "is allowed to be a pole, branch point or even an essential singularity as long as", f(z), "is holomorphic locally in a cone around", "the path radiating from", a, ". ", "Infinite endpoints are allowed, with the obvious interpretation. Analytic continuation paths are allowed to pass through (isolated) poles of the analytically continued function. ", "The path is not allowed to pass through intermediate branch points, but may end at a branch point."),
    CodeExample(AnalyticContinuation(f(z), For(z, a, b)), "Represents the analytic continuation of", f(z), "along the straight-line path from", a, "to", b, "."),
    CodeExample(AnalyticContinuation(f(z), For(z, P)), "Represents the analytic continuation of", f(z), "along the path object", P, "."),
    CodeExample(AnalyticContinuation(f(z), For(z, Path(a, b, c))), "Represents the analytic continuation of", f(z), "along the straight-line path", Path(a, b, c), "."),
    CodeExample(AnalyticContinuation(f(z), For(z, CurvePath(Exp(Mul(ConstI, t)), For(t, 0, theta)))), "Represents the analytic continuation of", f(z), "along the circular path starting at", Equal(z, 1), "and rotating ", "counterclockwise by the phase", theta, "."))

Topics using this entry

Copyright (C) Fredrik Johansson and contributors. Fungrim is provided under the MIT license. The source code is on GitHub.

2021-03-15 19:12:00.328586 UTC