$X = C_{[a,b]}^1$, $d(f,g) = \displaystyle\max_{x \in [a,b]} |f'(x) - g'(x)| + |f(a) - g(a)|$. Is $(X,d)$ a metric space?
My attempt: These conditions $d(f,g) \geq 0$, $d(f,g) = 0$, $d(f,g) = d(g,f)$ are trivial We condider the last condition for a metric, that is $d(f,h) \leq d(f,g) + d(g,h), \forall f,g,h \in X$.
$d(f,h) = \displaystyle\max_{x \in [a,b]} |f'(x) - h'(x)| + |f(a) - h(a)|$.
We have $|f'(x) - h'(x)| = |f'(x) - g'(x) + g'(x) - h(x)| \leq |f'(x) -g'(x)|+|g'(x) - h'(x)|$,
$|f'(x) - h'(x)| \leq |f'(x) -g'(x)|+|g'(x) - h'(x)| \Rightarrow \displaystyle\max_{x \in [a,b]} |f'(x) - h'(x)| \leq |f'(x) -g'(x)|+|g'(x) - h'(x)| \Rightarrow \displaystyle\max_{x \in [a,b]} |f'(x) - h'(x)| \leq \displaystyle\max_{x \in [a,b]} |f'(x) - g'(x)|+|g'(x) - h'(x)|$
Similarly we conclude that $|f(a) - h(a)| \leq |f(a) - g(a)|+|g(a) - h(a)| \Rightarrow \displaystyle\max_{x \in [a,b]} |f(a) - h(a)| \leq \displaystyle\max_{x \in [a,b]} |f(a) - g(a)|+|g(a) - h(a)|$
Hence, $\displaystyle\max_{x \in [a,b]} |f'(x) - h'(x)| + |f(a) - h(a)| \leq \displaystyle\max_{x \in [a,b]} |f'(x) - g'(x)| + |f(a) - g(a)| + \displaystyle\max_{x \in [a,b]} |g'(x) - h'(x)| + |g(a) - h(a)|$
Thus, $d$ is a metric on $X$. Is my proof true? Thank all!
Is it true that if two functions have the same (continuous) first derivative and take on the same value at a point then they are the same function? This assertion I would not consider trivial. The rest of the argument looks fine, though.