I was given the statement "for any integer n and prime number p, if n is divisible by p, then n+1 is not divisible by p" and I have to do proof by contradiction. Here's what I have so far... (Note: I don't know how to do the symbols on here so that why I say "for all" or "there exists")
Claim: For all n in Integers and all p in prime numbers, if n is divisible by p, then n+1 is not divisible by p
Proof: Suppose not. That is, suppose that there exists an n in Integers and there exists a p in prime numbers such that n is divisible p and n+1 is divisible by p
Since n+1 is divisible by p, there exists k in Integers such that n+1 = k*p
That's all I got. Im just not sure where to go once i have declared that n+1 is divisible by p. I can set it all up but when it actually comes to proving it I get stuck. And help would be wonderful.