$Y$ is a random variable such that $$Y = \cases{X,\hspace{2mm} \mathrm{for}\hspace{1mm} |X| \leq c \\ \\-X,\hspace{2mm}\mathrm{for}\hspace{1mm}|X|>c,} $$ where $c \geq 0,$ and $X$ has the standard normal distribution. I'd like to show that there exists a $c$ so that $\mathrm{Cov}(X,Y)=0$.
What I know so far is that $Y$ also has the standard normal distribution, which means that $\mathrm{E}X \mathrm{E}Y = 0 \cdot 0.$ Hence, I suppose I need to find some $c$ that will make $\mathrm{E}XY$ equal to zero, in order to get $\mathrm{Cov}(X,Y) = \mathrm{E}XY - \mathrm{E}X\mathrm{E}Y = 0$. I haven't had any success, though.
Since if $c \rightarrow \infty$, we get $\mathrm{Cov}(X,Y) = 1$, I suppose that if $c \rightarrow 0$, we'll have $\mathrm{Cov}(X,Y) = -1$ (?), but I don't know if that is something I can use. I'm pretty lost on how to solve this.
$$XY = \begin{cases}X^2 & |X| \le c \\ -X^2 & |X|>c\end{cases}$$
$$E[XY] = E[X^2 \mathbf{1}_{|X| \le c}] - E[X^2 \mathbf{1}_{|X| > c}]$$
(I think you already did the above.)
So as you noted, when $c \to \infty$ this becomes approaches $1$, while when $c \to 0$ this approaches $-1$. If you accept that the above quantity varies continuously with $c$, then you are done (intermediate value theorem). I think proving continuity is pretty straightforward; you can write down the integral and even use integration by parts to give an explicit expression in terms of $c$ and the CDF of the standard normal.