i want to know if exist or if you can develop or give me ideas of a proof to show that the least number for which sine is periodic is $2\pi$ $$\neg \{\exists n\in \mathbb{R} \wedge n < 2\pi: \sin(x)=\sin(x+n)\}$$ $$\neg \{\exists n\in \mathbb{R} \wedge n < 2\pi: \cos(x)=\sin(x+n)\}$$
Is not enough to proof it by definition of fundamental period, i am wondering for a proof that avoids definitions of certain properties (i am not avoiding properties, just definitions, in order to show that from the inner core of geometry and logic). Can we build trigonometry without the definition of fundamental period?
We are allowed to use ALL THE THEORY we know about, analysis, logic, model theory, geometry, combinatorics, even topology, if you want, we just may try to avoid if it`s possible the definition of the periodicity. If that is a just a definition then....
I am not taking out the rest of the axioms of geometry, i am just trying to figure out wether or not the periodicity of trigonometrical functions is an axiom; or you can use any axiom, property, theorem that do not depends on that fact to proof it. Off course, we could not use Fourier series because that theory depends mainly on the periodicity of those functions, if we go further, i think that the sine function depends integrally on the existence of a least bound of periodicity.
Thank you very much
Ok at first I will say what definitions I use. \begin{align*} \exp(x)&=\sum_{k=0}^\infty \frac{x^k}{k!}\\ \sin(x)&=\frac{1}{2i} \left(\exp(ix)-\exp(-ix)\right)\\ \cos(x)&=\frac{1}{2}\left(\exp(ix)+\exp(-ix)\right) \end{align*} In special with those definitions I get the so called euler forlmula: $$\exp(ix)=\cos(x) +i \cdot \sin(x)$$ Taking a unit circle in the complex plane, one can see that $\cos(x)$ is the projection on the real axis of $\exp(ix)$, when $x$ is real.
For the next step we will need the functional equation of the exponential function
We prove this equation, for the proof we will need the binomial theorem and the cauchy product. At first we recall the Binomial Theorem $$(a+b)^n = \sum_{k=0}^n \binom{n}{k} a^k b^{n-k} $$ The cauchy product is a special way to multiply two series, when both series are absolut convergent. As our series is absolute convergent for all $x$ we will just write the cauchy product $$\left(\sum_{k=0}^\infty a_k\right) \cdot \left( \sum_{n=0}^\infty b_n\right)= \sum_{k=0}^\infty \sum_{n=0}^k a_{k-n} b_n $$
With those informations \begin{align*} \exp(A+B)&=\sum_{j=0}^\infty \frac{1}{j!} (A+B)^j \\ &=\sum_{j=0}^\infty \frac{1}{j!} \sum_{k=0}^j \binom{j}{k} A^{j-k} B^k\\ &=\sum_{j=0}^\infty \sum_{k=0}^j \frac{1}{(j-k)!} A^{j-k} \frac{1}{k!} B^k\\ &=\left(\sum_{j=0}^\infty \frac{1}{j!} A^j\right) \cdot \left(\sum_{k=0}^\infty \frac{1}{k!} B^k \right)\\ &=\exp(A) \cdot \exp(B) \end{align*}
Now we look at \begin{align*} \cos(x+y)+i\cdot \sin(x+y)&=\exp(i(x+y))\\ &= \exp(ix) \cdot \exp(iy)\\ &= (\cos(x)+i\sin(x)) \cdot (\cos(y)+i\sin(y))\\ &= \cos(x)\cos(y) - \sin(x)\sin(y) + i (\sin(x)\cos(y)+\sin(y)\cos(x)) \end{align*}
Looking only at the imaginary part we see that $$\sin(x+y)=\sin(x)\cos(y)+\sin(y)\cos(x)$$
Another definition I use
Now let's assume that $$\sin(n+x)=\sin(x)$$ for all $x$, then we have $$\sin(x+n)=\sin(x)\cos(n)+\sin(n)\cos(x)=\sin(x)$$ At first we look at the special case $x=0$, with the series above we know that $$0=0\cdot \cos(n)+ \sin(n)\cdot 1$$ Ok so we know that $\sin(n)=0$ must be true hence $n$ must be an integer multiple of $\pi$, because else $0<n-\pi<\pi$ and $$\sin(n-\pi)=\sin(n)\cos(-\pi) + \sin(-\pi)\cos(n)=0$$ would be a smaller positive zero than $\pi$ in contradiction to that $\pi$ is the smallest positive zero.
Now we try if $$\sin(\pi+\frac{\pi}{2})=\sin(\frac{\pi}{2})$$ \begin{align*} \sin(\pi+\frac{\pi}{2})&= \sin(\pi)\cos(\frac{\pi}{2})+\sin(\frac{\pi}{2})\cdot \cos(\pi)\\ &=-\sin(\frac{\pi}{2})\\ &\neq \sin(\frac{\pi}{2}) \end{align*} Hence $\pi$ can't be the period of $\sin$ and the next possible choice $2\pi$ must be the period.