6

How can one show that except for the first prime gap (between $2$ and $3$), all prime gaps are even?

Prime gap means the difference of two consecutive primes. For example: $5-3=2$ (even) or $17-13=4$ (even) or $23-19=4$ (even).

I have no idea how to start.

Safwane
  • 3,840
  • 27
    Hint : All primes but $2$ are odd. – Vincent Dec 19 '16 at 12:21
  • 2
  • prove that all primes > 2 are odd ---- 2) prove that the gap between any two odd numbers is even (hint all odd numbers are of the form 2a + 1 where a is a whole number)
  • – Cato Dec 19 '16 at 12:42
  • $2n+1 - (2k+1) = 2(n-k)$ – Widawensen Dec 19 '16 at 14:33
  • 3
    I don't think this question should be reopened yet. – Brian Tung Dec 19 '16 at 18:23