The primes represented in the Fibonacci sequence are written in the form $6n + 1$ and $6n -1$, respectively.
$$5=6\times1-1$$ $$13=6\times2+1$$ $$89=6\times15-1$$ $$233=6\times39-1$$ $$1597=6\times266+1$$ $$28657=6\times4776+1$$ $$514229=6\times85705-1$$ $$433494437=6\times 72249073-1$$ $$2971215073=6\times495202512+1$$
This is the part I don't know how to prove.
I have found that $n$ is an odd number when the prime number is written in the form $6n -1$ and $n$ is an even number when the prime number can be written in the form $6n + 1$.
If the above is true than it is clear that diffrence between two prime numbers from Fibonacci sequence bigger than $4$ is divisible with $4$.
I wrote down all possible forms of the differences of two primes.
n and m are even
$6n + 1 - (6m + 1) = 6n + 1 - 6m - 1 = 6n - 6m = 6 (n - m) = 2 \times 3 \times (n - m)$
Since n and m are even numbers, their difference is also even, which means that the difference of the two prime numbers in this case is divisible by 4.
n even, m odd
$6n + 1 - (6m - 1) = 6n + 1 - 6m + 1 = 6 (n + m) +2 = 2 (3 (n + m) + 1)$
Since $n$ is an even number and $m$ is an odd number, their sum is also an odd number. Three times an odd number is an odd number, and adding $1$ to it gives an even number. This proves that the difference is again divisible by $4$.
n odd, m even
$6n - 1 - (6m + 1) = 6n - 1 - 6m - 1 = 6 (n - m) - 2 = 2 ( 3(n - m) - 1) $
If $n$ is an odd number and m is an even number, their difference is an odd number. As in the previous example, three times an odd number is an odd number and adding one to it gives an even number. So the difference is divisible by $4$.
n odd, m odd
$6n - 1 - (6m - 1) = 6n - 1 - 6m + 1 = 6 (n - m)$
If both numbers are odd, their difference is an even number, which again means that the difference is divisible by $4$.