Let $M = [0,1]^{[0,1]}$ Prove that the set of increasing functions $$ J := \{f \in M : \forall \space a,b \in [0,1], a \leq b : f(b) − f(a) \geq 0 \} $$ is a $d$-closed subset of $M$ where $d = d_∞ \colon M \times M \to \mathbb{R}^+_0$ is given by $$ d(f,g) = \sup \{|f(x)-g(x)| : x \in [0,1]\}. $$
I have already shown that the map $\phi_{a,b} \colon M \to \mathbb{R}$ where $\phi_{a,b}(f) = f(b) − f(a)$ for $a,b \in [0,1]$ is continuous, as it apparently can help with the proof.
We know $J \subseteq M$.
So we need to show that $f \in M : \forall \epsilon > 0 \space \exists x \in B_{\epsilon}(f) : \space x \notin J \implies f \in J$.
Is that correct? The Ball is defined using the metric $d$.
I can't seem to go further than that. Any ideas?