![]() |
Interesting proof...
I was reading an old math book that had this interesting problem in it. It's not a text book, just a book on mathematical reasoning and problem solving, much like George Polya's classic, How to solve it!
My book is called Doing Mathematics: an Introduction to Proofs and Problem Solving, by Steven Galovich. Prove that if a^n - 1 is prime, then a = 2. Although the proof is far from difficult, I wouldn't be surprised if this thread ends up as popular as blizzak's thread, Very Difficult Proof... |
hmm looks like merseinne primes to me
heh i'll get back to you on this one in due time edit: is there supposed to be a restriction or range for n? cause I could disprove this much too easily if not. I think n is supposed to be a prime as well |
I think you're getting your logic mixed up.
The question is merely asserting that a^n - 1 is prime. Whether there need be any further restrictions on n to ensure the truth value of this statement is totally irrelevant. The truth value has been established as a given and the implication is what's in question. Prove that if a^n - 1 is prime, then a = 2. |
Okay, it is trivially true that if n = 1, then a can not just be 2 but, indeed, any prime number. After looking at the question, it turns out that I've overlooked a small detail to exclude what is called the trivial case.
By the way, these trivial cases are more common than one might think but they're generally discarded 'cause... well... they're trivial! Anyway, here's the amendment. Enjoy! Prove that for n > 1, if a^n - 1 is prime, then a = 2. |
ah yes, the trivial case, just as in solving systems of linear equations
makes sense...still working on this |
Okay, I'll give you all a hint, since this thread is threatening to fall off the board.
You can decompose a^n - 1 into a composite number by adding 0... |
Okay, fine. Since so many people were so interested in this problem, I'll just post the solution right here!
You want to add the identity, 0, but in a very convenient form. Let S be the summation symbol, represented in this clumsy ASCII form like so: S(i=0,k)(a^i) = a^0 + a^1 + ... + a^k So, add the identity 0 = S(i=1,n-1)(a^i) - S(i=1,n-1)(a^i) and the formula will simplify right before your eyes! Code:
a^n - 1 = a^n - 1 + 0 Therefore, a = 2. QED. Pretty cool, eh! |
yup, that would have been my proof too knifemissile.
|
All times are GMT -8. The time now is 07:48 PM. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2
© 2002-2012 Tilted Forum Project