Q: For distinct $x_0, x_1, \cdots, x_n \in [0,1]$, show that
\begin{align*} \int_0^1 |(x-x_0)(x-x_1)\cdots(x-x_n)| \mathrm{d} x \leq 1 \end{align*}
What I have so far: we can assume $x_0 < x_1 < \cdots < x_n$. Then we can partition the interval and the LHS can be written as \begin{align*} \int_0^{x_0} &(-1)^{n+1}(x-x_0)(x-x_1)\cdots(x-x_n) \mathrm{d} x +\int_{x_0}^{x_1} (-1)^{n}(x-x_0)(x-x_1)\cdots(x-x_n) \mathrm{d} x \\ &+ \cdots + \int_{x_{n-1}}^{x_n} (-1)(x-x_0)(x-x_1)\cdots(x-x_n) \mathrm{d} x + \int_{x_n}^{1}(x-x_0)(x-x_1)\cdots(x-x_n) \mathrm{d} x \end{align*}
From here, I'm stuck; I think I'm overthinking things? Any help would be appreciated!
Rather, $|x-x_{i}|\leq 1-0=1$ for all $i=0,1,...,n$ and $x\in[0,1]$, so \begin{align*} \int_{0}^{1}|x-x_{0}|\cdots|x-x_{n}|dx\leq\int_{0}^{1}1^{n+1}dx=1. \end{align*}
Note that for $x\in[0,1]$, either $x\geq x_{i}$ or $x<x_{i}$, in the former case, $|x-x_{i}|=x-x_{i}\leq 1-0=1$, in the later case, $|x-x_{i}|=x_{i}-x\leq 1-0=1$ still.