I understand induction with one variable well, however I am not sure what to do when there are 2 or more variables.
The problem I came across is following:
Prove that $a^r \ge 1$, where $r \in \mathbb{N}$ and $a \in \mathbb{R} \wedge a \ge 1$
My solution which I am not sure whether is right:
1) For $r=0$:
$a^0 = 1$, $1\ge1$
2) Now assuming $a^r \ge 1$, I try to prove that $a^{r+1} \ge 1$.
$a^{r+1} = a^r * a$
As assumed $a^r \ge 1$ and also $a \ge 1$, therefore $a^r * a \ge 1$.
Is this proof correct or do I have to do it for $a$ somehow as well?