I'm a bit confused about how to take the distance between two functions where one function is discontinuous. Supposing we have the $L^1$ metric $d_1$ and $f_n(x) = x^n$ defined over $[0, 1]$. $x^n$ has discontinuous limit function so how would one take the distance under $d_1$?
Would it look like ($x=1$): $$d_1(x^n, 1) = \int_1^1 |x^n - 1|dx$$ and for $0\le x \lt1$ $$d_1(x^n, 0) = \int_0^1 |x^n - 0|dx$$? Thanks, I'm just a little unsure. I want to find out whether $f_n$ converges to its pointwise limit under $d_1$.