I am somewhat new to functional analysis (and this site, so please constructively chastise me if I commit any faux pas on here). I am one chapter into Kreyszig (Intro.to Func.Anal.) and I am already having trouble. We are asked to show that
$d(x,y)=\int_{a}^{b}|x(t)-y(t)|dt$
is a metric on continuous functions on the interval [a,b]. I believe that I can do almost all the checks in my sleep, except for one:
if $d(x,y)=0$, then $x=y$
(Notice I said IF and not IFF, the other direction is necessary as part of the problem, but is super trivial.)
I started a proof by contradiction by assuming that $x\neq y$, say for at least one t (my intuition being that for discontinuous functions this would be the minimum difference between two functions that weren't equal).
Of course our assumption is that x and y are in the space C[a,b], thus we do have continuity, therefore if the functions differ at at least one t, then there must be a "measurable" amount of t's for which the functions differ, which then would mean that our integral must be nonzero, contradiction, qed. However, I have no idea how to mathematically show all those steps, and I feel like the whole purpose of Kreyszig's "INTRO" to Func.Anal. is to teach how to prove this kind of thing by the END of the book, not asking us to know it in the first chapter... Am I over thinking this? Did I miss something very straightforward?