Let $X$ be a random variable with characteristic function $\phi(\ )$ satisfying $|\phi(t)|=1$ for all $|t|\leq 1/T$ with some $T>0$. Show that $X$ is degenerate, i.e., there is $c$ such that $P(X=c)=1$.
My try :
$|\phi(t)|^2=1 \implies (\mathbb{E}(\cos tX))^2+(\mathbb{E}(\sin tX))^2=1=\mathbb{E}(\cos^2 tX+\sin^2 tX)=\mathbb{E}(\cos^2 tX)+\mathbb{E}(\sin^2 tX)$ so we can say that $\sin tX=\mathbb{E}(\sin tX), \cos tX=\mathbb{E}(\cos tX)$, that is $\phi(t)=\rm{e}^{\rm{i}tX}$ for $|t|\leq 1/T$. But I cannot go anywhere from here, can someone help me? Thanks.
Edit : I found out this fact. Let $\psi(t)=|\phi(t)|^2$ which is a characteristic function and its real, and $\psi(t)=1, |t|\leq 1/T$. Now employ the inequality $\Re(1-\psi(t))\leq 4\Re(1-\psi(t/2))$ now apply this $n$ times we get $(1-\psi(t))\leq 4^n\left(1-\psi\left(\dfrac{t}{2^n}\right)\right)$ now for any $t$ we get rhs goes to $0$. But since $\psi$ is real it is also $\le 1$ so $\psi(t)=1$ for all $t$. Now we have $|\phi(t)|=1$ for all $t$. I know this is pretty pointless, but I don't understand any of the proofs given below, if someone would clearly explain why the sets mentioned have only one element in common, I would be grateful.
First fix $t$. From $$(\mathbb{E}(\cos tX))^2+(\mathbb{E}(\sin tX))^2 = \mathbb{E}(\cos^2 tX+\sin^2 tX)$$ you get $$\textrm{var}{(\cos{tX})} + \textrm{var}{(\sin{tX})} = 0$$
Then, almost surely $$\cos{tX} = c(t) \qquad\text{and}\qquad \sin{tX} = s(t)$$ for some constants $c(t)$ and $s(t)$ satisfying $c(t)^2+s(t)^2=1$.
Then you could say $X = \frac{1}{t}\arg(c(t)+is(t)) = 1$ almost surely.
I must admit though that the last step seems a bit weird to me. But I will post this anyway. I hope someone points a possible mistake I made.