Prove : If $A_{1},A_{2},...,A_{n} \text{ are finite sets, then } $$$ \bigcup_{i=1}^n A_{i} \text{ is finite.} $$
Proof:
(I) Basis Step : $p(1)$ is true because it is true because it is finite. There is a first one and a last one.
(II) Induction Step: Suppose $p(k)$ is ture.
$$ \bigcup_{i=1}^k A_{i} \text{ is finite.} $$
Show : $P(k+1)$ is true LHS.
$$ \bigcup_{i=1}^{k+1} A_{i} \text{ is finite.} $$
Here is where I get stuck because I do not know what the right hand side of this problem is. I also do not know if you are to multiply or add to the original left hand side. How does one prove this is true for all $n \in \Bbb N ?$
By definition, $$\bigcup\limits_{i=1}^{k+1} A_i = [\bigcup\limits_{i=1}^k A_i] \cup A_{k+1}$$ Since $p(k)$ is true, $\bigcup\limits_{i=1}^k A_i$ is finite. Since $p(2)$ is true (i.e. the union of two finite sets is finite), so is $p(k+1)$.
I want to point out that if $A_1, ... , A_n$ are sets, $\bigcup\limits_{i=1}^n A_i$ doesn't necessarily make sense. In order to take the union of a bunch of sets, they must all be subsets of some larger set.