Fungrim home page

Fungrim entry: 05a3ee

Symbol: ComplexLimit limzaf ⁣(z)\lim_{z \to a} f\!\left(z\right) Limiting value, complex variable
This operator can be called with three or four arguments.
ComplexLimit(f(z), z, a), rendered as limzaf ⁣(z)\lim_{z \to a} f\!\left(z\right), is equivalent to Limit(f(z), z, a, Element(z, CC)) but renders to LaTeX without displaying the predicate zCz \in \mathbb{C} which readers will typically understand from context.
ComplexLimit(f(z), z, a, P(z)), rendered as limza,P(z)f ⁣(z)\lim_{z \to a, P\left(z\right)} f\!\left(z\right), is equivalent to Limit(f(z), z, a, And(Element(z, CC), P(z))).
Definitions:
Fungrim symbol Notation Short description
ComplexLimitlimzaf ⁣(z)\lim_{z \to a} f\!\left(z\right) Limiting value, complex variable
Limitlimxaf ⁣(x)\lim_{x \to a} f\!\left(x\right) Limiting value
CCC\mathbb{C} Complex numbers
Source code for this entry:
Entry(ID("05a3ee"),
    SymbolDefinition(ComplexLimit, ComplexLimit(f(z), z, a), "Limiting value, complex variable"),
    Description("This operator can be called with three or four arguments."),
    Description(SourceForm(ComplexLimit(f(z), z, a)), ", rendered as", ComplexLimit(f(z), z, a), ", is equivalent to", SourceForm(Limit(f(z), z, a, Element(z, CC))), "but renders to LaTeX without displaying the predicate", Element(z, CC), " which readers will typically understand from context."),
    Description(SourceForm(ComplexLimit(f(z), z, a, P(z))), ", rendered as", ComplexLimit(f(z), z, a, P(z)), ", is equivalent to", SourceForm(Limit(f(z), z, a, And(Element(z, CC), P(z)))), "."))

Topics using this entry

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

2019-06-18 07:49:59.356594 UTC