Patrick B. answered 10/04/20
Math and computer tutor/teacher
====================================
Suppose there is an integer m such that 7m+4 is divisible by 7.
7m+4 = 7k for integer k by definition of divisibility
4 = 7k - 7m = 7(k-m) by subtracting 7m from both sides
divides both sides by 4
1 = 7/4(k-m)
k-m is an integer by CLOSURE PROPERTY of integer subtraction
and 7/4 is not an integer.
=============================================================
Prove:
f(M)= 7M +4 is not divisible by 7 for any integer M.
M=0 --> f(M) = 4 which is not divisible by 7.
M=1 --> f(M) = 11 which is not divisible by 7.
Suppose f(M) is not divisible by 7 for some positive integer M.
(this is the GIVEN induction hypothesis)
7(m+1)+4 = 7m+7+4 = 7m +4 + 7 = (7m+4)+7
dividing by 7, the quotient is [(7m+4)+7]/7
= (7m+4)/7 + 1
which is NOT divisible by 7 per induction hypothesis...