Given i.i.d. draws $x_1,...,x_n$ from $X$, where:
- $X$ has a finite mean $E[X]=\mu < \infty$,
- $X$ is symmetric about its mean, meaning $f_X(\mu+c)=f_X(\mu-c)$ for all $c$,
- The probability density function $f_X$ is not otherwise known.
Is it possible to prove the following?
Proposition. The MLE for the mean of $X$ is the sample mean, $\hat \mu_{MLE}=\bar x = \sum_{i=1}^n x_i$.
A proof or a counterexample would be great. I am willing to additionally assume that $X$ has a finite variance $Var[X]=\sigma^2 < \infty$, or other common basic assumptions, if that becomes necessary for the proposition to hold, or if it greatly simplifies the proof.
I suspect that it may be possible to use the invariance of the MLE to transformations of the data to prove this, but it might follow from simpler facts about the sample mean.