0

Determine if the following statement is true or false.
There exists a non-prime $n\in\Bbb N$ such that for all proper divisors $k$ of $n$ there exists $t\in\Bbb Z\setminus\{1,k\}$ with $t|k$.

I proved that the statement is false by contradiction. Let $n=4$ and $k=2$, then $2\mid4=2$ and $t$ does not exist.

Can I have some feedback on my answer?

Parcly Taxel
  • 103,344

2 Answers2

1

You did not prove the statement is false, because the statement is in the form $\;\exists n\in \mathbf N, P(n)$, where $P(n)$ denotes some assertion about $n$.

Therefore, to prove it's false, you should prove that $\;\forall n, \neg P(n)$. However you only prove there exists an $n$ such that $P(n)$ is false.

A correct proof would interpret first what the statement means: there exists an $n$ such that all its non-trivial divisors have non-trivial divisors, i. ee. all its non-trivial divisors are non-primes.

Unfortunately, a fundamental lemma to prove the decomposition of any natural number into primes is the following:

Let $n$ be a natural number $>1$. The smallest natural number $k>1$ which divides $n$ is prime.

It's easy to prove this lemma by contrapositive: a divisor $k>1$ which is not prime can't be the smallest divisor $>1$.

Bernard
  • 175,478
1

Let $n $ be a composite number. Let $k$ be the least factor. Let $t|k $. And $k|n $ so $t|n $. But $k $ was the least proper divisor so $t$ can not be a proper divisor less than $k $. In other words it is not the case $1 <t <k $ so $t=1$ or $t=k $. So $n $ does not have the property. $n $ was arbitrary. So no $n $ has the property.

And as has been pointed out in the comments, a single counterexample does not demonstrate that no such other number is possible.

Prove whether the exist an odd prime. $p=2$ is a counter example. Does that mean odd primes are impossible? $n=57$ is a counterexample of a number not being larger than $1000$. Does that mean there are no numbers larger than $1000$.

fleablood
  • 124,253