- #1
1MileCrash
- 1,342
- 41
Hrm... Congruence Proofs. Don't remember the "rules"
Take equals sign as congruence or equals based on context, please. Itex does not work in Opera.
Prove that for all n, 8^n = 1 (mod 7)
This will be a proof by induction.
Consider the case where n = 1.
Since 8^1 = 8, and 8 - 1 = 7, which is divisible by 7, we see that 8 = 1 (mod 7).
Now, assume that this theorem holds for some k in the natural numbers.
Then,
8^k = [1]
(8)8^k = [8][1]
8^(k+1) = [1][1] (since we know that 8 = 1(mod 7))
8^(k+1) = [1]
Thus, 8^k+1 = 1 (mod 7)
Therefore, the theorem holds for all n.
Been a while... sorry if it's really terrible.
Homework Statement
Take equals sign as congruence or equals based on context, please. Itex does not work in Opera.
Prove that for all n, 8^n = 1 (mod 7)
Homework Equations
The Attempt at a Solution
This will be a proof by induction.
Consider the case where n = 1.
Since 8^1 = 8, and 8 - 1 = 7, which is divisible by 7, we see that 8 = 1 (mod 7).
Now, assume that this theorem holds for some k in the natural numbers.
Then,
8^k = [1]
(8)8^k = [8][1]
8^(k+1) = [1][1] (since we know that 8 = 1(mod 7))
8^(k+1) = [1]
Thus, 8^k+1 = 1 (mod 7)
Therefore, the theorem holds for all n.
Been a while... sorry if it's really terrible.