This operator can be called with three or four arguments.
RightLimit(f(x), x, a), rendered as limx→a+f(x), is equivalent to Limit(f(x), x, a, Element(x, OpenInterval(a, Infinity))).
RightLimit(f(x), x, a, P(x)), rendered as limx→a+,P(x)f(x), is equivalent to Limit(f(x), x, a, And(Element(x, OpenInterval(a, Infinity)), P(x))).
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
RightLimit | limx→a+f(x) | Limiting value, from the right |
Limit | limx→af(x) | Limiting value |
OpenInterval | (a,b) | Open interval |
Infinity | ∞ | 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)))), "."))