Let $F(n)$ denotes the $n$th number in Fibonacci sequence. Then for all $n\in\mathbb{N}$, $$F(n)^2+F(n+1)^2=F(2n+1).$$
I know how to prove it by using the formula
$$F(n)=\frac{\left(\frac{1+\sqrt5}{2}\right)^n-\left(\frac{1-\sqrt5}{2}\right)^n}{\sqrt{5}},$$
but is there a way to prove it by induction?
I am year 12 standard so please don't go too deep.