I have defined the space of continuous functions (complex trigonometric functions) by the given definitions:
Definition
A normed vector space, $X$, is said to be complete (Banach) iff and only if every sequence is convergent in norm (Cauchy).
Definition
Let $a < b$ be real numbers. Let then $C[a,b]$ denote the set of real-valued continuous functions with domain $[a, b]$.
Definition
Let $f$ be any real-valued function on some domain $\mathscr{D}$, with variable $t$. We can then define the norm of $f$ by $$||f||_\infty = \underset{t\in \mathscr{D}}{\text{sup}} |f(t)|$$
Definition
The metric, defining the distance between two elements $f_1,f_2\in X$, where $X$ is a Banach space (see def. 3, 4), is then measured by $$d(f_1,f_2)=\underset{t \in \mathscr{D}}{max}\big|f_1(t)-f_2(t)\big|$$
However, one thing does not add up.
When I want to apply the metric on two elements, say $f_1= e^{it}-\cos2t$ and $f_2=e^{2it^2}$, it will only work if I integrate the elements over the interval $[a,b]$ and apply the modulus on the result to get a real value.
Does it mean that I have to use the metric
$$ \forall \ \ f_1,f_2 \in C:d_2(f_1,f_2):=\bigg|\bigg(\int_a^b\big(f_1(t)-f_2(t)\big)^2 dt\bigg)^{\frac{1}{2}}\bigg|$$
and therefore go over the $L^2$ space instead? If yes, then it cannot be Hilbert space, because the elements $f_k$ are nonlinear continuous trigonometric functions on $\mathbb{C}^2$, and are not orthogonal to one another. So this would be $L^2$ "without" an inner product. What would the right name of the vector space be in this case?
Thanks