Divisors of 2 in increasing order: 1 , 2 . The second divisor is a prime.
Divisors of 3 in increasing order: 1 , 3 . The second divisor is a prime.
Divisors of 4 in increasing order: 1 , 2 , 4 . The second divisor is a prime.
What can we say about the following CONJECTURE supported by the three observations above?
The second smallest divisor of a positive integer n > 1 is a prime number.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Given { 1 , b , c , d , e … N } are the factors of N in increasing order from 1 to N .
Assume b is not a prime, then it can be factored into f 1 ⋅ f 2 ⋅ f 3 ⋅ … which all must be smaller than b . So taking the multiple of b that gives N , call it q (meaning b N = q ), then f 1 ⋅ f 1 b ⋅ q = f 1 ⋅ f 1 f 1 ⋅ f 2 ⋅ f 3 ⋅ … ⋅ q = N so f 1 is a factor of N smaller than b which contradicts our claim that the non-prime number b is the second smallest factor so it must be prime .
Let the divisors of n be written in ascending order. Such that n : 1 , x , . . . where x is not a prime number.
It follows that, due to the Fundamental Theorem of Arithmetic, x can be written as a unique product of primes which are necessarily smaller than x .
We can rewrite the ordered list of the divisors of n which includes the prime factors of x and therefore if the divisors of any integer are listed in ascending order, the second divisor in the list will be prime.
Problem Loading...
Note Loading...
Set Loading...
Let d be the 'second' divisor of n , which means, there is no integer m with 1 < m < d that m ∣ n .
Now, d must be a prime; otherwise we can find such an m . If d is not a prime, then there is at least one integer x with 1 < x < d that x ∣ d . As x ∣ d and d ∣ n , so we have, x ∣ n with 1 < x < d ; which makes x a fine m .
So, the conjecture is True for Every n .