What is the difference between divisors and proper divisors?

$\begingroup$

I'm really confused about these two. For example if $n = 6$, then:

Divisors: $2, 3$
Proper Divisors: $1, 2, 3, 6$

Is it right?

Update
From Elementary Number Theory and Its Application by Kenneth H. Rosen 6th edition, page 256:

Because of certain mystical beliefs, the ancient Greeks were interested in those integers that are equal to the sum of all their proper positive divisors. Such integers are called perfect numbers.

Example:
$\sigma(6) = 1 + 2 + 3 + 6 = 12$, we see that $6$ is perfect.

Thanks,

$\endgroup$ 9

2 Answers

$\begingroup$

I think most of the time the convention would be: divisors = $\{1,2,3,6\}$ and proper divisors= $ \{1,2,3\} $.

For instance 6 is perfect because $\sigma(n)=2n$ where σ is the sum of its divisors or $s(n)=n$ where $s$ is the sum of its proper divisors . (Note that the notation $s$ may not be completely standard.)

$\endgroup$ 2 $\begingroup$

Generally for order relations, the adjective "proper" is usually used to denote a strict ordering, i.e. $\rm\ a \preceq b\ $ properly means $\rm\ a \preceq b\ $ but not $\rm\ b \preceq a\:.\:$ Thus we have proper divisors, proper subsets, etc.

Hence $\rm\:a\:$ is a proper divisor of $\rm\:b\:,\:$ or $\rm\ a\ |\ b\ $ properly, $\:$ simply means that $\rm\ a\ |\ b\ $ but not $\rm\ b\ |\ a\:.$

$\endgroup$

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like