This is definition
"A real linear $V$ is said to have an inner product if for each pair of elements $x$ and $y$ in $V$, there corresponds a unique real number $(x.y)$ satisfying what we know as axioms for inner product."
What does it mean? $(x.y)=xy$ and $xy$ is a real number?
When $(x.y)$ is complex, it is called complex space, does that mean that $(x.y)=xy=$ complex?
I don't understand what inner product is.
An inner product on a real vector space $V$ is a map $f : V\times V \to \mathbb{R}$ such that
Note, by symmetry, $f$ is also linear in the second variable, so $f$ is in fact bilinear.
Note that $f(x, y) \in \mathbb{R}$. Instead of calling the inner product $f$ and denoting its values by $f(x, y)$, it is common to instead label the function $(\cdot\,, \cdot)$ and denote its values by $(x, y)$. In particular, $(x, y)$ does not mean $xy$; the latter doesn't even make sense in general as you cannot multiply vectors.
An inner product on a complex vector space $V$ is a map $f : V\times V \to \mathbb{C}$ which is conjugate symmetric (i.e. $f(x, y) = \overline{f(y, x)}$), linear (over $\mathbb{C}$) in the first argument, and positive definite. In this case, $f$ is not linear in the second variable, but conjugate linear; that is, $f$ is sesquilinear.