I've been going over problem 1.8 of [Griffiths, Introduction to Quantum Mechanics, 2nd edition], where it asks to prove the following: Say $\Psi(x,t)$ satisfies the time-dependent Schrödinger equation
\begin{equation} i\hbar \dfrac{\partial}{\partial t} \Psi = \Big[-\dfrac{\hbar^2}{2m}\nabla^2 + V(x)\Big] \Psi \end{equation}
Prove that adding a constant $V_0$ to the potential leads to the wavefunction picking up a factor $e^{-iV_0t/\hbar}$, i.e. the new solution is $\tilde\Psi = \Psi e^{-iV_0t/\hbar}$
What bothers me is that in every solution given to this question, it is always first assumed that the solution is separable, as in $\Psi(x,t) = \phi(x)e^{ -iEt/\hbar}$, and then show by substitution that it leads to the original equation but with potential $V(x) + V_0$. Obviously not every solution to this differential equation is separable, so is there a rigorous way to prove this fact?
I first thought it may be related to the Exponential shift theorem
$$ P(D)(e^{at}y) = e^{at}P(D+a)y $$
where in this case, we have the polynomial $P(u)=i\hbar u$ and $a=\dfrac{-iV_0t}{\hbar}$, but using it only leads to triviality.
Another thing that seems very related to this is this property of Laplace transforms
$$e^{-as} \mathcal{L}(f(t)) = \mathcal{L}(f(t-a)) $$
But again I still don't know what to do, so any guidance for a rigorous proof will be appreciated.
A lot of this comes down to the linearity of the time-dependent Schrödinger equation. The linearity means that it's usually straight-forward to prove well-posedness (in some Hilbert space), and uniqueness and existence of solutions. You already have existence of the original equation, $$i\hbar \dfrac{\partial}{\partial t} \Psi = \Big[-\dfrac{\hbar^2}{2m}\nabla^2 + V(x)\Big] \Psi,$$ by assumption. Because the operators are linear, you can prove uniqueness fairly straight-forwardly (just show that if $\Psi_1$ and $\Psi_2$ are two solutions, it must be that $\Psi_2-\Psi_1$ ends up being zero). Once you're armed with existence and uniqueness, you can use the deus ex machina information you're given, namely that $\tilde\Psi=\Psi e^{-iV_0t/\hbar}$. The logic is that if we find that $\tilde\Psi$ satisfies the new DE, we have proven existence. Uniqueness will be as easy as before. Therefore, $\tilde\Psi$ is the solution.
So suppose that we replace $V$ with $V+V_0,$ and let's assume the new solution is $\tilde\Psi,$ following your notation. Then, by definition, we must have \begin{align*} i\hbar \dfrac{\partial}{\partial t} \tilde\Psi &= \Big[-\dfrac{\hbar^2}{2m}\nabla^2 + V(x)+V_0\Big] \tilde\Psi \\ i\hbar \dfrac{\partial}{\partial t} \tilde\Psi &= \Big[-\dfrac{\hbar^2}{2m}\nabla^2 + V(x)\Big] \tilde\Psi+V_0\tilde\Psi \\ i\hbar \dfrac{\partial}{\partial t} \left(\Psi e^{-iV_0t/\hbar}\right) &= \Big[-\dfrac{\hbar^2}{2m}\nabla^2 + V(x)\Big] \Psi e^{-iV_0t/\hbar}+V_0\Psi e^{-iV_0t/\hbar} \\ i\hbar \left[e^{-iV_0t/\hbar}\dfrac{\partial}{\partial t} \Psi +\Psi\dfrac{\partial}{\partial t} \left( e^{-iV_0t/\hbar}\right)\right] &= \Big[-\dfrac{\hbar^2}{2m}\nabla^2 + V(x)\Big] \Psi e^{-iV_0t/\hbar}+V_0\Psi e^{-iV_0t/\hbar} \\ i\hbar \left[e^{-iV_0t/\hbar}\dfrac{\partial}{\partial t} \Psi -\Psi\,\frac{iV_0}{\hbar}e^{-iV_0t/\hbar}\right] &= \Big[-\dfrac{\hbar^2}{2m}\nabla^2 + V(x)\Big] \Psi e^{-iV_0t/\hbar}+V_0\Psi e^{-iV_0t/\hbar} \\ i\hbar \left[\dfrac{\partial}{\partial t} \Psi -\Psi\,\frac{iV_0}{\hbar}\right] &= \Big[-\dfrac{\hbar^2}{2m}\nabla^2 + V(x)\Big] \Psi+V_0\Psi \\ -i\hbar\Psi\,\frac{iV_0}{\hbar} &= V_0\Psi, \\ \end{align*} a true statement. Notice all these steps are reversible. So $\tilde\Psi$ satisfies the new DE, and by the logic above, we are done. Notice we didn't have to make any assumptions about whether any of the DE's are separable or not. We just needed linearity, which we have from the form of the equations.