Cofactor reflection maps greatest proper divisor to least (prime) proper divisor

156 Views Asked by At

Suppose that $y$ is a positive integer, and $z$ is the largest factor of $y$ such that $z<y$, then let $x=y/z$. Prove that $x$ must be a prime number.

Is there a simple way to solve this? It should be obvious but it's stumping me :/

4

There are 4 best solutions below

0
On

Hint: Use the fundamental theorem of arithmetic.

0
On

Hint $\ $ cofactor reflection $\, x \mapsto n/x\,$ is order-reversing on the set of nontrivial factors of $\,n,\,$ therefore it maps a maximal nontrivial factor to a minimal nontrivial factor (necessarily prime, else it would have a smaller factor, contra minimality).

Remark $ $ Extended to common divisors this method yields $\,{\rm lcm}(a,b) = ab/\gcd(a,b)$.

0
On

Hint If $d |x$ then $dz |y$ and $z \leq dz \leq y$. What can $dz$ be?

0
On

Let $z$ be the largest factor of $y$ satisfying $y<z$. Suppose $y=xz$ where $x$ is not a prime integer. Then write $x=ab$; $1<a,b <x$; $a,b$ positive integers. But then $az$ also divides $z$ and satisfies $z<az<y$.