I'm finding some bounds for the Si function defined as $$ \operatorname{Si}(x) := \int_0^x\frac{\sin t}{t}dt. $$ I observed from WolframAlpha that the inequality $$ \operatorname{Si}(x)>\arctan(x) $$ holds for $x>0$.
I tried to show this analytically but failed and could not find any references regarding this. Could someone help me with this?
Power series approach, for $x\leq1$:
$$\text{Si}(x)=\sum_k\frac{(-1)^kx^{2k+1}}{(2k+1)!\,(2k+1)}$$ $$\arctan(x)=\sum_k \frac{(-1)^kx^{2k+1}}{(2k+1)}$$ $$\text{Si}(x)-\arctan(x)=\sum_k\frac{(-1)^{k-1}x^{2k+1}}{2k+1}\left(1-\frac1{(2k+1)!}\right)$$ $$=\frac{5}{18}x^3-\frac{119}{600}x^5+\frac{5039}{35280}x^7-\cdots$$ $$\overset?>0$$
Since this is an alternating series and the first term is positive, it suffices to show that the terms are always getting smaller:
$$\frac{x^{2k+1}}{2k+1}\left(1-\frac1{(2k+1)!}\right)\overset?<\frac{x^{2k-1}}{2k-1}\left(1-\frac1{(2k-1)!}\right)$$
We certainly have $x^{2k+1}\leq x^{2k-1}$ and $1-1/(2k+1)!<1$, so what remains is
$$\frac{1}{2k+1}\overset?<\frac{1}{2k-1}\left(1-\frac1{(2k-1)!}\right)$$ $$\frac{2k-1}{2k+1}=1-\frac{2}{2k+1}\overset?<1-\frac{1}{(2k-1)!}$$ $$\frac{2k+1}{2}\overset?<(2k-1)!$$
which is evidently true for $k>1$.