I was playing around with the function $f : \mathbb R \rightarrow \mathbb R$, defined as follows. $$f(x) = \frac{\sin\left(x \sin \left( \frac 1x \right) \right)}{x \sin \left( \frac 1x \right)}$$ This function is undefined at $x = \frac{1}{n\pi}$ for all $n \in \mathbb N$. Namely, this suggests
$$\forall \delta > 0 : \exists x : 0 < |x| < \delta \wedge f(x) \text{ is undefined.}$$
I'm curious about $\lim_{x \rightarrow 0} f(x)$. If this value exists, say set $\lim_{x \rightarrow 0} f(x) = L$, we naturally must have that
$$\forall \varepsilon > 0 : \exists \delta > 0 : 0 < |x| < \delta \Rightarrow |f(x) - L| < \varepsilon.$$
But, since $f$ is not defined for all $x$ in the set $0 < |x| < \delta$, the conclusion $|f(x) - L| < \varepsilon$ cannot always be guaranteed to hold. So, I'm inclined to say that the limit $L$ does not exist.
That being said, the graph looks like this and based on the graph, $f$ appears to satisfy this inequality: $$\forall x : \frac{\sin x}{x} \leq f(x) < 1$$
Since $\displaystyle \lim_{x\rightarrow 0} \frac{\sin x}{x} = 1$, this suggests in a squeeze-theorem-esque way that $L$ "wants" to take the value $1$, but of course we cannot actually apply the squeeze theorem here for the same reason that we couldn't apply the $\varepsilon$-$\delta$ definition directly.
So, my questions are:
- Is my analysis correct that $\displaystyle \lim_{x \rightarrow 0} \frac{\sin\left(x \sin \left( \frac 1x \right) \right)}{x \sin \left( \frac 1x \right)}$ does not exist?
- Is there any looser definition of a limit in common use (say, ${\lim}^\star$) that would set $\displaystyle {\lim_{x \rightarrow 0}}^\star \frac{\sin\left(x \sin \left( \frac 1x \right) \right)}{x \sin \left( \frac 1x \right)} = 1$ in a way that captures the spirit of what I described above?