From Knuth's The Art of Computer Programming, Volume 1 on page 81 he gives Cassini's identity
$F_{n+1} F_{n-1} - F_n^2 = (-1)^n$. Relation(4)
and follows by saying "Relation(4) shows that $F_n$ and $F_{n+1}$ are relatively prime, since any divisor would have to be a divisor of $(-1)^n$".
I don't see how this result flows from Cassini's identity. Can someone explain this to me?