The forward direction is: if $s \equiv_\alpha s' \land t \equiv_\alpha t'$, then $st \equiv_\alpha s't'$. I'm wondering if this holds:
if $st \equiv_\alpha s' t'$ then $s \equiv_\alpha s' \land t \equiv_\alpha t'$.
I was trying to come up with a counterargument, where if for any term $s t$, there exists a way to rewrite it as: $s'' t''$, where $s'' \not \equiv s' \lor t'' \not\equiv t'$, then this property clearly fails. But I haven't found any way to do this, as expanding the terms seem to keep the terms encapsulated inside $s$ or $t$. Maybe I'm missing something.
Thanks!