Both $x_n$ and $y_n$ are sequences in (0, 1) and they both converge to 0.
Both image sequences {f($x_n$)} and {f($y_n$)} converge, but they converge to different numbers.
Prove that it must be the case that $\lim_{x\to 0}$ f(x) does not exist (i.e. for any number L, it is not the case that $\lim_{x\to 0}$f(x) = L)
This is a definition I could try to make use of: $\lim_{x\to a}$f (x) = L means that:
$(∀ε > 0)(∃δ > 0)(∀x ∈ D_f )[0 < |x − a| < δ \Rightarrow |f (x) − L| < ε].$
An additional Theorem I could make use of is $\lim_{x\to a}$f (x) = L if and only if:
For every sequence $x_k$ in $D_f$ \ {a}, if $x_k$ → a, then f($x_k$) → L.
My current solution: Since $x_n$ and $y_n$ both converge to 0, we can denote 0 as 'a' so $x_n,y_n$ → a. However, f($x_n$) and f($y_n$) both converge to different numbers so it cannot be the case that they both converge to L. This completes the proof.
Any corrections or suggestions to make my proof more elegant would be appreciated!