I am doing some linear analysis problems and am faced with the following question
Conclude that if two norms $\|\cdot\|_1$ and $\|\cdot\|_2$ on a (complex) vector space V are not equivalent, there exists a linear functional $f : V → \mathbb{C}$ which is continuous with respect to one of the two norms, and discontinuous with respect to the other.
My idea was to use the contrapositive; we suppose that there are $a,b>0$ such that for all $f$ linear functional $V\to \mathbb{C}$ $$|f(x)|<a\|x\|_1$$ $$|f(x)|<a\|x\|_2$$ Then we look at the support functionals $f_x^{(i)}$ with respect to the $\|\cdot\|_i$ norm and plug them in to get $$\|x\|_2<a\|x\|_1$$ $$\|x\|_1<b\|x\|_2$$ from which the result follows. But my problem is that here is that I am not used to constructing the support functional like this, that is getting two different support functionals on the same space, but with regard to different norms. Is this a valid method? If not, how is best to approach this problem.