Given the number a:
$\ a^2\ = H$, where H is a perfect square. Let :
$\ a= c*d\ $, where c are it's prime factors.
How do we prove that:
$\ a^2\ $ = $\ (c * d)^2\ $ = $\ c^2 * d^2\ $
Given the number a:
$\ a^2\ = H$, where H is a perfect square. Let :
$\ a= c*d\ $, where c are it's prime factors.
How do we prove that:
$\ a^2\ $ = $\ (c * d)^2\ $ = $\ c^2 * d^2\ $
The multiplication on the naturals is associative and commutative :
So you get $$(c*d)*(c*d)=c*d*c*d=c*c*d*d=c^2*d^2$$