The positive even natural numbers can be represented as $2 k$, for $k \in \mathrm{Nat}^{+}$. Let
$$
\Sigma(k)=2+4+\cdots+2 k
$$
be the sum of the first $k$ positive even natural numbers.
1. Write a recursive definition for $\Sigma$ beginning with the base case of $k=1$.
2. Using this recursive definition, prove that $\Sigma(n)=n(n+1)$, for every $n \in \mathrm{Nat}^{+}$.