(This is a question asked by Tilo Wiklund recently on our group meeting.)
The problem
A Beta distribution with parameters (\(\alpha\),\(\beta\)) has the density function
As shown in the above picture, the density of this function, is concave, not convex. So you may think there is a mistake in the title.
No, actually we are going to talk a related function \(r(x)\) constructed from \(f(x)\). Let \(m\) be the point where \(f(x)\) reaches maximum. With a bit calculus, we have
(So in the above example, we have \(m=1/4\), which can also be seen from the picture.) Let \(f^{-1}_{1}\) and \(f^{-1}_{2}\) be the inverse of \(f(x)\) for \(x \in (0,m)\) and \(x \in (m,1)\) respectively. They would look like this Then we define this function
What does this weird function do? It takes one point \(x \in [0,1]\), and gives you the point \(r(x) \in [0,1]\), such that \(f(x)=f(r(x))\) and \(x \ne r(x)\). In other words, it reflects the point \(x\) through the curve of beta density.
So what is the conjecture? Tilo suggests that if \(\beta>\alpha>1\), then \(r(x)\) must be convex. This looks reasonable if you look at the picture.
How to prove it?
This is not an easy question as it seems. The main difficulty is that we do not how to inverse \(x^{\alpha-1}(1-x)^{\beta-1}\). So if we take second derivative of \(r(x)\), using the formula
we get a bit chunk of mess.
Fortunately we live in 2018 and we have computers to help us. Yes, \(r''(x)\) is very ugly. But with the help of computer, it is not to difficult to see that when \(\beta>\alpha>1\), \(r''(x)>0\) is equivalent to the following, very simple inequality
Look at the picture again and it won't take you long to convince yourself that this is true. In this case \(m\) at most \(1/2\). So when \(x=0\), the left hand side is \(1> 2m\). And when \(x=r(x)=m\), we have equality.
Now note that for \(x \leq m\),
Looking at the picture of \(f^{-1}(x)\) again, we see that \({f_2^{-1}}\) is decreasing. Therefore, we only need to prove that
The nice thing about this inequality is that all the inverse functions are gone!
As mathematicians often like say when they run out of time, "the rest is left as an exercise"! (Or if you have Mathematica install, you can have a look of my somewhat messy code and check the details.)