Let $\mu \in \mathbb{R}$ and suppose the probability density function $f$ of the random variable $X$ satisfies $$f(x-\mu) = f(x+\mu) \quad \forall x \in \mathbb R.$$ Show that $F(\mu) = \frac{1}{2}$, where $F$ denotes the probability distribution function of $X$, $$F(x) = \int_{-\infty}^x f(t)\ dt$$
My Approach
$$F(+\infty) = 1 \implies \int_{-\infty}^{+\infty} f(t)\ dt = \int_{-\infty}^{\mu} f(t)\ dt + \int_{\mu}^{+\infty} f(t)\ dt = 1 $$
i change my variable in $f$ this means that $x-\mu = t \to dx = dt$
$$\int_{-\infty}^{2\mu} f(x-\mu)\ dx + \int_{2\mu}^{+\infty} f(x-\mu)\ dx = 1 $$
and we know that $f(x-\mu) = f(x+\mu)$
$$\int_{-\infty}^{2\mu} f(x+\mu)\ dt + \int_{2\mu}^{+\infty} f(x-\mu)\ dx = 1 $$
but i don't know what i should do . I think if I can prove in a way that two integrals are equal, the question is solved, but I have no idea to prove their equality. Please help me.
we can understand from $f(x+\mu) = f(x-\mu)$ our function $f$ is a symmetric function.
Thanks a lot