This document provides a proof that given any 2n-1 integers, there exists a subset of n integers whose sum is divisible by n. It does this through two lemmas. Lemma 1 shows that if the theorem is true for integers n1 and n2, it is also true for their product n1n2. Lemma 2 proves the theorem for prime numbers p by showing that the sum of all possible subsets of p integers must be divisible by p, meaning at least one subset sum is divisible by p.