MHB Understanding Limit Notation & Symbols: L & <=>

  • Thread starter Thread starter tmt1
  • Start date Start date
  • Tags Tags
    Terminology
Click For Summary
In limit notation, L represents the value of the limit as x approaches c, denoted as lim_{x→c} f(x) = L. The symbol <=>, or iff, indicates a biconditional relationship, meaning both sides of the equation are equivalent. Specifically, the statement lim_{x→c} f(x) = L iff lim_{x→c^+} f(x) = L and lim_{x→c^-} f(x) = L asserts that the overall limit exists if and only if both the right-hand and left-hand limits equal L. The variables f, c, and L are typically universally quantified, indicating that the statement applies to all functions f and real numbers c and L. Understanding this notation is crucial for analyzing the behavior of functions at specific points.
tmt1
Messages
230
Reaction score
0
Hello,

My professor wrote something on the board the other day and I forgot to ask after class.

$$\lim_{{x}\to{c}} f(x)$$ = L <=>$$\lim_{{x}\to{c^+}} f(x)$$ = L && $$\lim_{{x}\to{c^-}} f(x)$$ = L

What does mean by L and what does <=> mean?
 
Mathematics news on Phys.org
The $\LaTeX$ notation for <=> is $\iff$, the iff operation. $A \iff B$ means "if A then B and if B then A".

$L$ is simply the limit, the value of $\lim_{x \to c} f(x)$.
 
$L$ is a variable that ranges over real numbers. The statement
\[
\lim_{{x}\to{c}} f(x)=L\iff \left(\lim_{{x}\to{c}^+} f(x)=L\text{ and }\lim_{{x}\to{c}^-} f(x)=L\right)
\]
whatever it means, has three variables: $f$, $c$ and $L$. Here $f$ ranges over functions from $\Bbb R$ to $\Bbb R$, while $c$ and $L$ range over $R$. If a statement has variables like this, it usually means that they are universally quantified, i.e., the claim is that the statement holds for all $f$, $c$ and $L$.

This particular statement says that the limit of $f$ is $L$ iff both the right-sided and the left-sided limits of $f$ are $L$.