I was hoping for help with the following problem.
Let X be the set of all bounded functions existing in B(X). For $f_1,f_2∈B(X)$ I am to show that $d({f_1}, {f_2}) = sup{[f_1(x) − f_2(x)| : x∈X, n ∈ N}$ is a metric space.
I know that all bounded functions of real numbers is called bounded if there is a number $M∈R$ such that $|f_1|\le M$ for all $n∈N$. I also know to prove that $X$ is a metric space, you need to show that $d$ is in fact a metric, meaning that it satisfies the three axioms:
- For all $f,g \in X$, $d(f,g) \geq 0$ and $d(f,g)=0$ if and only if $f=g$.
- For all $f,g \in X$, $d(f,g)=d(g,f)$.
- For all $f,g,h \in X$, $d(f,h) \leq d(f,g)+d(g,h)$.
I don't know how to show these properties valid for $d({f_1}, {f_2}) = sup{[f_1(x) − f_2(x)| : x∈X, n ∈ N}$ and could really use some help. Thanks.