This operator can be called with three or four arguments.
ComplexLimit(f(z), z, a), rendered as , is equivalent to Limit(f(z), z, a, Element(z, CC)) but renders to LaTeX without displaying the predicate
which readers will typically understand from context.
ComplexLimit(f(z), z, a, P(z)), rendered as , is equivalent to Limit(f(z), z, a, And(Element(z, CC), P(z))).
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
ComplexLimit | Limiting value, complex variable | |
Limit | Limiting value | |
CC | 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)))), "."))