In Rudin's textbook, "Principles of Mathematical Analysis", theorem 5.3 says:
If $f$ and $g$ are defined on $[a, b]$ and are differentiable at a point $x \in [a,b]$, then $$(f+g)'(x) = f'(x) + g'(x)$$
Rudin said this statement is clear by theorem 4.4, but I tried to prove it by myself. Could you tell me if my way is correct?
My proof:
\begin{align} (f+g)'(x) &= \lim_{t\to x} \frac{(f+g)(t) - (f+g)(x)}{(t-x)}\\ &= \lim _{t\to x} \frac{f(t) + g(t) - f(x) - g(x)}{(t-x)}\\ &= \lim _{t\to x} \frac{f(t)-f(x)}{t-x} + \lim _{t\to x} \frac{g(t)- g(x)}{t-x}\\ &= f'(x) + g'(x) \end{align}