I remember when I took linear algebra that there are myriads of vector spaces with myriads of different inner products. But there is one thing that was never clear to me: Given a crazy vector space, how do we construct an inner product or prove that we can't have an inner product defined on it?
This question came up to me because I remembered the following vetor space:
$$\oplus :\Bbb{R}_+ \times \Bbb{R}_+\to \Bbb{R}_+ \qquad x\oplus y =x\cdot y\\ \odot :\Bbb{R}_+ \times \Bbb{R}_+\to \Bbb{R}_+ \hspace{0mm}\qquad a\odot x =x^a\hspace{3.5mm}$$
From this, I think we can construct - for example - the $2-$dimensional vector space with the following operations:
$$\oplus :\Bbb{R}_+^2 \times \Bbb{R}_+^2\to \Bbb{R}_+^2 \qquad (x_1,y_1)\oplus (x_2,y_2) =(x_1\cdot x_2,y_1 \cdot y_2)\\ \odot :\Bbb{R}_+ \times \Bbb{R}_+^2\to \Bbb{R}_+^2 \hspace{20mm} a\odot (x_1,y_1) =(x_1^a,y_1^a)\hspace{15mm}$$
How do we define (if possible) a inner product in this vector space? Just looking from the definition, it's not clear to me how to do it or if it's possible.
Could we use the classical inner product $(x_1,y_1)\cdot (x_2,y_2)=x_1 x_2 + y_1 y_2$? I think that as we're using $\Bbb{R}_+$, vectors would never be orthogonal? I'm not sure if this is an actual problem.