Question: Why does
$$ \sin\theta = \sum_{n=0}^{\infty} (-1)^n \frac{\theta^{2n+1}}{(2n+1)!} $$
converge to $\sin \theta$?
What I understand:
I understand that this formula comes from viewing $\sin \theta$ as a Maclaurin series.
I understand that this is the case because $\sin \theta$ can be viewed as a Taylor expansion:
$$ \sin x = \sum_{k=0}^{n} \frac{\sin^{(k)}(x)(x-0)^k}{k!} + \frac{\sin^{(n+1)}(c)(x-0)^n}{(n+1)!} $$
Moreover, I understand that since the derivative of $\sin \theta$ is at most $1$, that the error terms converge to $0$ (so that this series converges).
What I don't understand is why this series converges to the desired target, $\sin x$. Why is this the case?
NOTE: Other explanations on this site seem to only explain the steps I outlined above, but not why the Maclaurin series actually converges to $\sin \theta$ (unless I'm missing something).