So, I'm having trouble doing this certain problem. As the title suggests I should prove that if this holds:
$$x | y^2 $$ $$y^2 | x^3$$ $$x^3 | y^4$$ $$...$$
Than for each natural x and y, x is equal to y. I've tried writing the numbers x and y in form of:
$$x = p_1^{\alpha_1} + p_2^{\alpha_2} + ... + a_n^{\alpha_n}$$ $$y = P_1^{\beta_1} + p_2^{\beta_2} + ... + p_n^{\beta_n}$$
Now when I try to express the given equations in this form I get:
$$x \le y^2 \le x^3 \le y^4$$ Which for each $i$ yields:
$$\alpha_i \le 2\beta_i \le 3\alpha_i \le 4\beta_i ...$$
I was now wondering what to do next to prove it. Thanks.