I am trying to prove that over the vectors $x \in \mathbb{R}^n_+ + \{0\}$ such that $\lVert x \rVert_1 = 1$ and for (positive?) real $p$ that $\inf \lVert x \rVert_p = \sqrt[p]{1/n^{p-1}}$.
I feel really daft because I feel like this should be very straightforward, but I only have a hand-wavy proof for integer $p$ and I need something rigorous.
Edit: I do not think $1/p$ is correct, I found a mistake in my proof and am trying to correct it... sorry. I still don't know how to go about this.
Answer for $1<p<\infty$: Let $q=\frac p {p-1}$ so that $\frac 1 p+\frac 1 q=1$. By holder's inequality $\|x\|_1=1$ implies $1 \leq \|x\|_p\|x\|_q$. Now $\|x\|_q \leq n^{1/q}$ because $|x_i| \leq 1$ for each $i$. Hence $ n^{-1/q}\leq \|x\|_p$. The lower bound $ n^{-1/q}$ is attained when $x_i=\frac 1n$ for each $i$. Hence the required infimum is $n^{-1/q}=n^{-p/{p-1}}=(\frac 1{n^{p-1}})^{1/p}$.