I am trying to understand a substitution step at http://www.ams.sunysb.edu/~jiao/teaching/ams501_fall11/notes/hiorder_nonlinear.pdf (page 2).
Here is the step I am unable to understand:
... we obtain $$ y''(t) - y'(t) = y(t) y'(t). $$ This is an automanous equation. The substitution $ u = y' $ reduces the order to first-order equation $$ uu' − u = yu. $$
Shouldn't the substitution $ u(t) = y'(t) $ reduce $$ y''(t) - y'(t) = y(t) y'(t) $$ to $$ u'(t) - u(t) = y(t) u(t), $$ that is $$ u' - u = yu?$$