Prove/disprove: $f+g$ and $f$ are differentiable at $x_0$ $\implies$ $g$ is differentiable at $x_0$
attempt
Suppose $g$ is not differentiable at $x_0$. There are three cases:
Case I: The two following one-sided limits exist, but not equal.$$\lim_{x\to {x_0}^+}\frac{g(x)-g(x_0)}{x-x_0}\neq \lim_{x\to {x_0}^-}\frac{g(x)-g(x_0)}{x-x_0}$$Case II: $g$ is not continuous at $x_0$
Case III: $g$ is undefined at $x_0$
Case I: $$\lim_{x\to {x_0}^-}\frac{(f+g)(x)-(f+g)(x_0)}{x-x_0}=\lim_{x\to {x_0}^-}\Big(\frac{f(x)-f(x_0)}{x-x_0}+\frac{g(x)-g(x_0)}{x-x_0}\Big)=\lim_{x\to {x_0}^-}\frac{f(x)-f(x_0)}{x-x_0}+\lim_{x\to {x_0}^-}\frac{g(x)-g(x_0)}{x-x_0}=L_f+L_{g^-}$$Similarly, with the other one-sided limit:$$\lim_{x\to {x_0}^+}\Big(...\Big)=...=L_f+L_{g^+}$$
Case II: For every type of discontinuity of $g$ we use one-sided limit rules and continuity of $f$ to show that $f+g$ is not continuous and therefore not differentiable.
Case III: That leads to $f+g$ being undefined at $x_0$.
comment
I haven't yet found a counterexample. If this idea of a proof works, is there a shorter one?
Instead of proving it by contradiction, you can prove it directly. Note that the following works for the limit approaching $x_0$ from either side: \begin{align*} \lim_{x \rightarrow x_0} \frac{g(x) - g(x_0)}{x - x_0} &= \lim_{x \rightarrow x_0} \frac{(f+g)(x) - (f+g)(x_0)}{x - x_0} - \frac{f(x) - f(x_0)}{x - x_0}\\ &= \lim_{x \rightarrow x_0} \frac{(f+g)(x) - (f+g)(x_0)}{x - x_0} - \lim_{x \rightarrow x_0} \frac{f(x) - f(x_0)}{x - x_0}. \end{align*} The latter two limits exist. You can also use $g = (f+g) - f$ to assure that $g$ is continuous at $x_0$.