(no title)
tie_ | 2 years ago
If we take any number K=N*4 divisible by 4 and >2, that'd be an even number by definition. The two closest odd numbers on either side would be (K-3), (K-1), (K+1), (K+3). As it happens (K+3) is the same as K(-1) for the next N, and (K-3) is the same as (K+1) for the previous N. So _all_ odd numbers follow this rule.
What "4k+1 or 4k-1" says in a roundabout way is that all prime numbers (>2) are odd, which isn't much of a surprise.
naniwaduni|2 years ago
For a certain point of view, most of math is trivial corollaries.
(Proof: check.)
BadOakOx|2 years ago
Additionally, for the 4k+1 / 4k-1 topic, it is just a complicated way of saying 2k+1 (as parent suggested).