How would you prove this without induction?
Prove the following statement for a collection of natural numbers $$ x_1, x_2, . . . , x_n $$ and the set
$$ I = \{1, 2, . . . , n\} $$
Statement : $$ (x_1 + x_2 + · · · + x_n) > \frac{n(n + 1)}{2} → (∃i ∈ I, x_i > i) $$
Contrapositive?
If all $x_i$ were less than or equal to $i$ then
$$x_1+x_2 + \cdots +x_n \le 1+2+\cdots + n = \dfrac{n(n+1)}{2}$$
where the equality
$$\sum_{i=1}^n i = \dfrac{n(n+1)}{2}$$
can be easily proven without induction.