Fungrim home page

Fungrim entry: c8a5f0

Symbol: LeftLimit limxaf ⁣(x)\lim_{x \to {a}^{-}} f\!\left(x\right) Limiting value, from the left
This operator can be called with three or four arguments.
LeftLimit(f(x), x, a), rendered as limxaf ⁣(x)\lim_{x \to {a}^{-}} f\!\left(x\right), is equivalent to Limit(f(x), x, a, Element(x, OpenInterval(Neg(Infinity), a))).
LeftLimit(f(x), x, a, P(x)), rendered as limxa,P(x)f ⁣(x)\lim_{x \to {a}^{-}, P\left(x\right)} f\!\left(x\right), is equivalent to Limit(f(x), x, a, And(Element(x, OpenInterval(Neg(Infinity), a)), P(x))).
Definitions:
Fungrim symbol Notation Short description
LeftLimitlimxaf ⁣(x)\lim_{x \to {a}^{-}} f\!\left(x\right) Limiting value, from the left
Limitlimxaf ⁣(x)\lim_{x \to a} f\!\left(x\right) Limiting value
OpenInterval(a,b)\left(a, b\right) Open interval
Infinity\infty Positive infinity
Source code for this entry:
Entry(ID("c8a5f0"),
    SymbolDefinition(LeftLimit, LeftLimit(f(x), x, a), "Limiting value, from the left"),
    Description("This operator can be called with three or four arguments."),
    Description(SourceForm(LeftLimit(f(x), x, a)), ", rendered as", LeftLimit(f(x), x, a), ", is equivalent to", SourceForm(Limit(f(x), x, a, Element(x, OpenInterval(Neg(Infinity), a)))), "."),
    Description(SourceForm(LeftLimit(f(x), x, a, P(x))), ", rendered as", LeftLimit(f(x), x, a, P(x)), ", is equivalent to", SourceForm(Limit(f(x), x, a, And(Element(x, OpenInterval(Neg(Infinity), a)), P(x)))), "."))

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