I am a LaTex beginner and I am writing my first formal document. I need to add some arrows in an equation. Let me show you my code:
\begin{align}
\begin{split}
f(x,y,z,w) & = \underline{(\bar{x}\bar{y}\bar{z}\bar{w})} + \underline{(\bar{x}\bar{y}z\bar{w})} + (\bar{x}y\bar{z}\bar{w}) + (x\bar{y}zw) + (xy\bar{z}\bar{w}) + (xyzw) \\
&\eqtnine (\bar{x}\bar{y}\bar{z}) + (\bar{x}y\bar{z}\bar{w}) + \underline{(x\bar{y}zw)} + (xy\bar{z}\bar{w}) + \underline{(xyzw)} \\
&\eqtnine (\bar{x}\bar{y}\bar{z}) + (\bar{x}y\bar{z}\bar{w}) + (xy\bar{z}\bar{w}) + (xzw) \\
\end{split}
\end{align}
And this is the current result:

As you can see two terms are underlined every row and I'd like to have some arrows to start under that terms and their heads to be over a term which is on another line as I show in the following picture which I made using paint:

Is there an easy way to do it? Thank you in advance for your patience and consideration.
Edit: Here you are console log for the error using code I found in the answer:
Underfull \hbox (badness 10000) in paragraph at lines 258--259
''''[2]
Chapter 2.
! Undefined control sequence.
\c@lor@to@ps ->\PSTricks
_Not_Configured_For_This_Format
l.284 \end{align}
?


tikzmarklibrary fromtikzpackage. – Zarko Apr 11 '20 at 12:59tikzmarklibrary is a bit confusing even for me, so isn't it better to write an answer rather than a comment for such new users? – Apr 11 '20 at 13:17