From Serge Lang's Linear Algebra:
Let $V$ be a finite dimensional space over $\mathbb{R}$ of infinitely differentiable functions (0) vanishing outside some interval. Let the scalar product be defined as usual by:
$$\langle f, g \rangle = \int_0^1 {f(t)g(t)} \, dt$$
Let $D$ be the derivative. (1) Show that one can define $D^T$ as before, and $D^T=-D$.
Definitions (and assumptions):
(0): The bounds of interval on which functions vanish are not specified in the book. If we consider the boundaries for the integral scalar product, I assume it is possible, that for $f, g \in V$, $\exists t \in [0, 1], (f(t)=0 \lor g(t)=0) \implies (\langle f, g \rangle = 0)$.
(1): $D^T$ is the adjoint of linear operator $D$ with respect to the scalar product defined above (such that $\langle Df, g \rangle = \langle f, D^{T}g \rangle$), which was proven to exist in my textbook using the isomorphic relation between inner product space and its dual space (Riesz representation theorem), but in this case scalar product is not proven to be non-degenerate, so this is not certain.
Furthermore, it seems to me that $D^T$ in this specific case implies transpose, therefore $D^T=-D$ equality simply implies that $D$ is skew-symmetric.
Formulated problem:
The relation between $D$ and $D^T$ can be represented by the equality from (1) (if we know that scalar product above is non-degenerate):
$$\int_0^1 {D(f(t))g(t)} \, dt = \int_0^1 {f(t)D^T(g(t))} \, dt$$
In order to show skew symmetry, following equality must hold:
$$\int_0^1 {D(f(t))g(t)} \, dt = -\int_0^1 {f(t)D(g(t))} \, dt$$
or in concordance with initial equation: $$\int_0^1 {f(t)D^T(g(t))} \, dt = -\int_0^1 {f(t)D(g(t))} \, dt$$
and thus, due to linearity, we must show that:
$$\int_0^1 f(t)(D^T(g(t)) + D(g(t)) \, dt = 0 $$
Question:
$V$ is a vector space of finitely dimensional smooth non-analytic functions. Can this fact be utilized to show non-degeneracy of integral scalar product, thus proving my initial equation (without using numerical approximation methods)? Finally, does the fact that these functions vanish have anything to do with the last equation that I derived in formulated problem?
In general, how can the existence of adjoint operator be proven by given information and is skew-symmetric property associated with this?
Thank you!