Proving the Existence of a Subset with Divisible Sum in Number Theory

In summary, the conversation discusses how to prove that a subset of a set with n natural number elements exists, where the sum of the subset's elements is divisible by n. The conversation suggests using the pigeonhole principle and considering congruency classes modulo n. Ultimately, it is proven that if none of the sums of the elements of the set are congruent to 0 modulo n, then there must be two sums that are congruent to each other, allowing for the creation of a new sum that is divisible by n.
  • #1
AdrianZ
319
0

Homework Statement


Suppose n is a natural number and A is a subset of natural number with n elements. Prove that a subset of A exists that the sum of its elements is dividable by n.

The Attempt at a Solution


well, This problem is harder than I can solve it. I first tried to use the pigeonhole principle to prove the existence of such a subset of A. well, It wasn't easy to prove it that way as I thought. so, now I feel that I'm stuck and have no idea of how to solve it. Any ideas?
 
Physics news on Phys.org
  • #2
You're on the right track with PHP. How many congruancy classes are there modulo n? Think about this for a bit, and I have another hint if you need one.
 
  • #3
Robert1986 said:
You're on the right track with PHP. How many congruancy classes are there modulo n? Think about this for a bit, and I have another hint if you need one.

I've already thought about the number of congruency classes a lot. There are n congruency classes of modulo n ([0],...,[n-1]). In fact the Euclidean algorithm of division forces that. but the question is still so confusing. so another hint would be appreciated.
 
  • #4
OK, let [itex]a_1,a_2,\ldots,a_n[/itex] be the elements of your n-element set. Consider these sums:

[itex]a_1 \equiv m_1 mod n[/itex]
[itex]a_1 + a_2 \equiv m_2 mod n[/itex]
[itex]\vdots[/itex]
[itex]a_1 + a_2 + \cdots + a_n \equiv m_n mod n[/itex]

Now, what would it mean if one of the [itex]m_i[/itex]'s were 0? OK, now what if none of them are 0? How many congruancy classes does this leave? How many sums are there above? If a,b,c are integers and [itex] a \equiv c mod n[/itex] and [itex]b \equiv c mod n[/itex] what can you say about a-b mod n?
 
  • #5
Robert1986 said:
OK, let [itex]a_1,a_2,\ldots,a_n[/itex] be the elements of your n-element set. Consider these sums:

[itex]a_1 \equiv m_1 mod n[/itex]
[itex]a_1 + a_2 \equiv m_2 mod n[/itex]
[itex]\vdots[/itex]
[itex]a_1 + a_2 + \cdots + a_n \equiv m_n mod n[/itex]

OK, now what if none of them are 0? How many congruancy classes does this leave?How many sums are there above? If a,b,c are integers and [itex] a \equiv c mod n[/itex] and [itex]b \equiv c mod n[/itex] what can you say about a-b mod n?

well, if one of them is zero, we're done. if none of them is zero, then we'll have n-1 congruency classes and n such sums. that would mean that two of these sums should be in the same congruency class. therefore if we subtract those two from each other we'll have a new sum that is congruent to 0 modulo n and we're done.

Thanks for the help.
 
  • #6
Beautiful!
 

FAQ: Proving the Existence of a Subset with Divisible Sum in Number Theory

What is number theory?

Number theory is a branch of mathematics that deals with the properties and relationships of numbers, particularly integers. It explores patterns and structures in numbers, as well as their properties and relationships with other mathematical objects.

What are some famous problems in number theory?

Some famous problems in number theory include the Goldbach Conjecture, the Riemann Hypothesis, and Fermat's Last Theorem. These problems have intrigued mathematicians for centuries and continue to be a focus of research and study in the field.

How is number theory used in cryptography?

Number theory plays a crucial role in modern cryptography, particularly in the field of public-key encryption. The security of many encryption methods relies on the difficulty of solving certain number theory problems, such as factoring large numbers or computing discrete logarithms.

How is number theory related to prime numbers?

Number theory is closely connected to the study of prime numbers, which are numbers that are only divisible by 1 and themselves. Many important theorems in number theory, such as the Fundamental Theorem of Arithmetic and the Prime Number Theorem, revolve around the properties and distribution of prime numbers.

What are some real-world applications of number theory?

Number theory has many real-world applications, including in computer science, cryptography, and physics. It is also used in the development of algorithms, data compression techniques, and error-correcting codes. In addition, number theory has implications in fields such as economics, biology, and music theory.

Back
Top