From what I understand, a normal form is a $\lambda$-term with one of the following properties:
- $\lambda x.M$ with $M$ in normal form
- $xM_1...M_n$ with $n \geq 0$ and $M_1,...,M_n$ in normal form
Now say I have the term $\lambda x.y$, which according to the definition given, is in normal form. Would I be correct in saying that this can't be reduced to $y$?