The rules above split into three families: the basic facts (constant, identity), the algebraic combination rules (sum/difference, constant multiple, product, quotient, power, root, absolute value), and the advanced rules (composition, Squeeze Theorem). The table below collects all eleven in one place with each rule's precise conditions, since the conditions — not the formulas — are what distinguish correct application from a misuse that produces a wrong answer.
| Rule |
Statement |
Conditions |
| Constant |
limx → a c = c |
always — no conditions |
| Identity |
limx → a x = a |
always — no conditions |
| Sum / Difference |
lim (f ± g) = L ± M |
both component limits exist |
| Constant multiple |
lim (c · f) = c · L |
the limit of f exists; c any real constant |
| Product |
lim (f · g) = L · M |
both component limits exist |
| Quotient |
lim (f / g) = L / M |
both component limits exist AND M ≠ 0 |
| Power |
lim fn = Ln |
n positive integer; rational n requires L > 0 (or L ≥ 0 when denominator is odd) |
| Root |
lim n√f = n√L |
odd n: all L; even n: L ≥ 0 and f ≥ 0 near a |
| Absolute value |
lim |f| = |L| |
the limit of f exists (converse does not hold) |
| Composition |
lim f(g(x)) = f(L) |
lim g(x) = L AND f is continuous at L |
| Squeeze Theorem |
lim f = L |
g(x) ≤ f(x) ≤ h(x) near a, with lim g = lim h = L |