Given the words $v,w \in \sum^*$, is this correct?
If $v^6w^8 = w^{12}v^4$ then $(vw)^2 = v^2w^2$
If $vw^2 = wv^2$ then $v=w$
For one, I tried $v=\epsilon, w=\epsilon$ and it worked, and I also tried $v=aa, w= aaaa$ and it also worked, but I am not quite sure how to prove it.
Regarding two, I could not come up with examples except $v,w=\epsilon$.
Any help is appreciated.