So I am tasked with finding whether $\frac{1}{\sin(x)}-\frac{1}{x}$ is uniformly continuous on the open interval $I=(0,1)$. To look at the "simple" ways to prove it first:
I obviously can't extend the function to $[0,1]$ since the limit at $x=0$ is not defined.
I tried to check if its derivative, $\frac{1}{x^2}-\frac{\cos(x)}{\sin^2(x)}$, is bounded on $I$, in which case the function is uniformly continuous by definition. By using $sin(x)\approx x$ when $x\rightarrow0$ I see that
$\frac{1}{x^2}-\frac{\cos(x)}{\sin^2(x)}\approx \frac{1-\cos(x)}{\sin^2(x)}=\frac{1-\cos(x)}{1-\cos^2(x)}=\frac{1-\cos(x)}{(1-\cos(x))(1+\cos(x))}=\frac{1}{1+\cos(x)}$ when $x\rightarrow0$
So intuitively it looks like it is indeed bounded, but for what $M$ is $|f'(x)|<M$? I haven't shown that it is strictly increasing or decreasing on $I$, so I cant assume $M=max[f'(0),f'(1)]$. Also this method simply feels icky here.
I assume I might have to use epsilon delta to prove/disprove uniform continuity on the interval, but I have simply no idea what values to insert while proceeding with that (the inverse sine bit has me absolutely stumped, I can't seem to relate it to previous assignments using other functions with $sin(x)$ to prove/disprove uniform continuity).
As a side note, I haven't worked with trigonometry in some time so I have a hard time identifying various trigonometric identities off the bat.
As $x>\sin x$ in $(0,1)$ $$f'(x)<{1\over1+\cos x}<1\;\forall\; x\in(0,1)$$ Just replace $\approx$ with $<$. You don't need that $\lim_{x\to0}{\sin x\over x}=1$.