For any inner product, can we always find a symmetric orthonormal basis?

1k Views Asked by At

Given an inner product space $(V,<>)$ where $V$ is a vector space. Denote the scalar field of $V$ as $F$, define an inner product as the following,

enter image description here

Given a basis $\bf{V}$, define the inner product matrix as the following,

enter image description here

$\bf{V}$ is an orthonormal basis if its inner product matrix with respect to the inner product $<>$ is an identity matrix.

The Gram-Schmidt process guarantees the existence of an orthonormal basis with respect to $<>$ for any inner product $<>$.

enter image description here

My question is, how about symmetric orthonormal basis (suppose V is a vector space over field $F$, or just look at vector space $\Bbb R^n$)? Can we always find an symmetric orthonormal basis for any inner product $<>$? Thank you!