Q. Consider $f := \mathbb{R}^n → R$ defined by $$f(x) = 1/p |x_i|^p$$ for $1 < p < ∞$. Find $f^∗$
I came across other questions such as that of finding the conjugate of $f(x) = \frac{1}{2}||x||^2$. However, I am not really sure of whether it is similar for this question. I tried to find the conjugate $f^*(y) = sup_x(x^Ty - \frac{1}{p}\sum_{i=1}^n |x_i|^p) $ and then I get $f^*(y) = \sum_{i=1}^n y_i^2 - \frac{1}{p}\sum_{i=0}^n |y_i|^p $. But I am not sure whether this is correct and where exactly it is defined since $1<p<\infty$.
Any help is appreciated.