There are $n$ piles of marbles and that every pile has a different number of marbles. We want to prove that the sum of the number of marbles in all the piles is greater than or equal to $\frac{n(n + 1)}{2}$, without knowing anything beyond the fact that each pile has a different number of marbles. Use induction to prove this fact for any positive integer $n$.
I'm having trouble writing the initial equation to solve and getting started. $\sum_{i=1}^{n}$ $\geq \frac{n(n + 1)}{2}$ is what I have so far where the base case is n = 1, but should I say have a variable for the number of piles so that it's written like $\sum_{i=1}^{p}~$ p $~\geq \frac{n(n + 1)}{2}$ where p is the sum of the piles and then the base case would be p = 1?