These two formula are essentially one set of equations. That is, you can prove them both with one inductive proof. For example, if we know that (i) and (ii), we can proof the $F_{2n+2} = F_{n+1}^2 + F_n^2$. And if we know:
$$F_{2n}=F_n^2+F_{n-1}^2$$
and
$$F_{2n-1} = F_{n-2}F_{n-1} + F_{n-1} F_{n}$$
we can show $F_{2n+1} = F_{n-1}F_n + F_n F_{n+1}$
If we know (i) and (ii) for a particular $n$, we write:
$$F_{2n+2} = F_{2n+1} + F_{2n} = F_{n-1}F_n + F_n F_{n+1} + F_n^2 + F_{n-1}^2$$
$$= F_{n-1}(F_n+F_{n-1}) + F_{n+1}F_n + F_n^2 = F_{n-1}F_{n+1} + F_{n+1}F_n + F_n^2 $$
$$= F_{n+1}(F_n + F_{n-1}) + F_n^2 = F_{n+1}^2 + F_n^2$$
In the odd case, if $F_{2n}=F_n^2+F_{n-1}^2$ and $F_{2n-1} = F_{n-2}F_{n-1} + F_{n-1} F_{n}$, we take:
$$F_{2n+1} = F_{2n} + F_{2n-1} = F_n^2 + F_{n-1}^2 + F_{n-2}F_{n-1} + F_nF_{n-1} $$
$$= F_n(F_n+F_{n-1}) + F_{n-1}(F_{n-1}+F_{n-2})=F_n F_{n+1} + F_n F_{n-1}$$
I'll leave it to you to show the intial cases...