Consider the vector space $V$ where $V$ is the set of continuous functions $f\colon [0,2] \to \mathbb{C}$. Prove that the following defines an inner product: $$(f \mid g) = \int_{1}^{2} f(x)\overline{g(x)}(1 + x^2)\,dx$$
My issue is the bounds of the integral. If we were dealing with $$(f \mid g) = \int_{0}^{2} f(x)\overline{g(x)}(1 + x^2)\,dx$$ then I would know how to continue but I'm confused as to how to do it when the bounds don't match.
Axioms for inner products:
- $(f \mid f)$ $\geq$ 0 for all a $\in$ V
- $(f \mid f)$ = 0 $\implies$ f = 0$_V$
- Linearity in the first slot: $(f + \lambda h \mid g)$ = $(f \mid g) +\lambda(h \mid g)$
- $(f \mid g)$ = $\overline{(g \mid f)}$