Given matrix $V',W',Y'$ is of $d\times m (d\le m)$ ; column vector $c$ is of size $m$; $r_i, i=1,...,d$ are distinct; and each row of the matrix A is $A_i=(r_i^0 ... r_i^{d-1})$. So, A is of $d\times d$, and clearly A is invertible. We define matrix V, W, Y by $AV=V', AW=W', AY=Y'$ and $x^T=(x^0 x^1 ... x^{d-1})$. And all the elements are real number.
How to show the condition $V'c\circ W'c=Y'c$ ($\circ$ is for pointwise multiplication) is equivalent to the statement that the polynomial $p(x)=(x^TVc)(x^TWc)-x^TYc$ is divisible by $t(x)=\prod_{i=1,...,d}(x-r_i)$.
Some basic facts, and notation, so we do not have to use different notation: Clearly, $p(x)$ is of degree $2d-2$, $t(x)$ is of degree d; suppose $p(x)=t(x)*h(x)$, then $h(x)$ is of degree $d-2$.