let $ f_{n}:[a,b]\to\mathbb{R} $ be a sequence of increasing and continuous functions (each function is continuous and increasing, it dosent mean that the sequence is increasing). And assume that exists $ f:[a,b]\to\mathbb{R} $ such that $ f $ is continuous and $ f_{n}\to f $ pointwise. I have to prove that the convergence is also uniformly.
I tried to assume by contradiction that there is no uniformly convergence, but I got stuck. Now I have a new intuitio, since $ f_n $ and $ f $ are continious in $ [a,b] $ they are uniformly continuous. so actually for any $ x $ I can write:
$ |f_{n}\left(x\right)-f\left(x\right)|\leq|f_{n}\left(x\right)-f_{n}\left(x+\delta\right)|+|f\left(x\right)-f\left(x+\delta\right)|+|f_{n}\left(x+\delta\right)-f_{n}\left(x+\delta\right)| $
Where $ \delta $ would fit to some $ \varepsilon $ from the unifromly continuous definition, where the first two terms can be small as I want, I can continue with it untill $ x+k\delta $ "is close enough" to $ b $ where $ k \in \mathbb{R} $. But again, Im not sure how to do it since $ \delta $ would have to depend on $ n $.
Any hints would help. Thanks in advance