Fungrim home page

Fungrim entry: afd5ca

Symbol: RightLimit limxa+f ⁣(x)\lim_{x \to {a}^{+}} f\!\left(x\right) Limiting value, from the right
This operator can be called with three or four arguments.
RightLimit(f(x), x, a), rendered as limxa+f ⁣(x)\lim_{x \to {a}^{+}} f\!\left(x\right), is equivalent to Limit(f(x), x, a, Element(x, OpenInterval(a, Infinity))).
RightLimit(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(a, Infinity)), P(x))).
Definitions:
Fungrim symbol Notation Short description
RightLimitlimxa+f ⁣(x)\lim_{x \to {a}^{+}} f\!\left(x\right) Limiting value, from the right
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("afd5ca"),
    SymbolDefinition(RightLimit, RightLimit(f(x), x, a), "Limiting value, from the right"),
    Description("This operator can be called with three or four arguments."),
    Description(SourceForm(RightLimit(f(x), x, a)), ", rendered as", RightLimit(f(x), x, a), ", is equivalent to", SourceForm(Limit(f(x), x, a, Element(x, OpenInterval(a, Infinity)))), "."),
    Description(SourceForm(RightLimit(f(x), x, a, P(x))), ", rendered as", RightLimit(f(x), x, a, P(x)), ", is equivalent to", SourceForm(Limit(f(x), x, a, And(Element(x, OpenInterval(a, Infinity)), 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