Fungrim home page

Fungrim entry: 05a3ee

Symbol: ComplexLimit limzaf(z)\lim_{z \to a} f(z) Limiting value, complex variable
This operator can be called with three or four arguments.
ComplexLimit(f(z), For(z, a)), rendered as limzaf(z)\lim_{z \to a} f(z), is equivalent to Limit(f(z), For(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), For(z, a), P(z)), rendered as limza,P(z)f(z)\lim_{z \to a,\,P(z)} f(z), is equivalent to Limit(f(z), For(z, a), And(Element(z, CC), P(z))).
The expression For(z, a) declares z as a locally bound variable within the scope of the arguments to this operator.
Definitions:
Fungrim symbol Notation Short description
ComplexLimitlimzaf(z)\lim_{z \to a} f(z) Limiting value, complex variable
Limitlimxaf(x)\lim_{x \to a} f(x) Limiting value
CCC\mathbb{C} Complex numbers
Source code for this entry:
Entry(ID("05a3ee"),
    SymbolDefinition(ComplexLimit, ComplexLimit(f(z), For(z, a)), "Limiting value, complex variable"),
    Description("This operator can be called with three or four arguments."),
    Description(SourceForm(ComplexLimit(f(z), For(z, a))), ", rendered as", ComplexLimit(f(z), For(z, a)), ", is equivalent to", SourceForm(Limit(f(z), For(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), For(z, a), P(z))), ", rendered as", ComplexLimit(f(z), For(z, a), P(z)), ", is equivalent to", SourceForm(Limit(f(z), For(z, a), And(Element(z, CC), P(z)))), "."),
    Description("The expression", SourceForm(For(z, a)), "declares", SourceForm(z), "as a locally bound variable within the scope of the arguments to this operator."))

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