To rigorously establish what it means for a function \(f(x)\) to have a limit as \(x\) approaches a point \(c\), we use the epsilon-delta definition. This definition sets a formal ground:
- Given any \(\varepsilon > 0\) representing how close you want \(f(x)\) to get to the limit \(L\),
- There exists a \(\delta > 0\) such that whenever \(0 < |x - c| < \delta\), \(f(x)\) is within \(\varepsilon\) of \(L\), that means \(|f(x) - L| < \varepsilon\).
Think of \(\varepsilon\) as a tiny range around the proposed limit \(L\) that we wish \(f(x)\) to fall within, and \(\delta\) as the maximum allowable distance we'll let \(x\) stray from \(c\) to achieve this proximity.
This definition is vital because it gives a clear and testable condition for limits, free from ambiguity or intuition, ensuring mathematical calculations and proofs can be reliably made.