Slashdot Mirror


Banker Offers $1M To Solve Beal Conjecture

oxide7 writes "A Texas banker with a knack for numbers has offered $1 million for anyone who can solve a complex math equation that has stumped mathematicians since the 1980s. The Beal Conjecture states that the only solutions to the equation A^x + B^y = C^z, when A, B and C are positive integers, and x, y and z are positive integers greater than two, are those in which A, B and C have a common factor. Like most number theories, it's "easy to say but extremely difficult to prove.""

216 comments

  1. Fermat? by SleazyRidr · · Score: 1, Informative

    Is that not Fermat's last theorem? Wasn't that proved a few years ago? I'm a math enthusiast rather than an actual mathematician, so I imagine someone here can correct my incorrect assumptions.

    1. Re:Fermat? by Samantha+Wright · · Score: 4, Informative

      Fermat's last theorem requires x = y = z, and argues that there is no answer. This is a generalization.

      --
      Bio questions? Ask me to start a Q&A journal. Computer analogies available for most topics!
    2. Re:Fermat? by Kjella · · Score: 4, Informative

      No, Fermat's last theorem says a^n + b^n = c^n for n > 2 has no solutions. Here's it says a^x + b^y = c^z for x,y,z > 2 only have solutions when they have a common factor. Example: 3^3 + 6^3 = 3^5.

      --
      Live today, because you never know what tomorrow brings
    3. Re:Fermat? by Anonymous Coward · · Score: 0

      Fermat's last theorem requires the exponents to be identical (A^x + B^x = C^x), whereas Beal's conjecture uses independent exponents x,y, and z.

    4. Re:Fermat? by doublebackslash · · Score: 1

      Similar, but Fermat's Last Theorem states that no integers x,y,z can satisfy the equation x^n + y^n = z^n where n is an integer > 2
      This one allows every exponent to vary separately as well as the bases and is trying to make a guarantee rather than proving an impossibility (and, contrary to popular belief, proving a negative is not only possible but trivial to prove )

      --
      md5sum /boot/vmlinuz
      d41d8cd98f00b204e9800998ecf8427e /boot/vmlinuz
    5. Re:Fermat? by Anonymous Coward · · Score: 2, Informative

      For a proof or counterexample published in a refereed journal, Beal initially offered a prize of US $5,000 in 1997, rising to $50,000 over ten years[1], but has since raised it to US $1,000,000.

      Slashdot, once upon a time, you put more relevant information in posts.

    6. Re:Fermat? by Garridan · · Score: 3, Informative

      Worse than 'a generalization': if this conjecture is true, FLT is a trivial consequence. That's a clue that Beal's conjecture is likely significantly harder than Fermat's.

    7. Re:Fermat? by Joce640k · · Score: 2

      Worse than 'a generalization': if this conjecture is true, FLT is a trivial consequence. That's a clue that Beal's conjecture is likely significantly harder than Fermat's.

      ...or easier. Beal removes a constraint from Fermat's theorum.

      All you need to do is find one exception and you've won. Removing a constraint makes that search easier.

      --
      No sig today...
    8. Re:Fermat? by zrbyte · · Score: 4, Funny

      Huh. For a second there my brain thought: "FTL? Faster Than Light (travel)? WTF!"

    9. Re:Fermat? by suutar · · Score: 1

      I'm afraid I don't see how FLT would be a consequence. Beal's says that A, B, and C have to have a common factor for there to be x, y, and z > 2 that work; FLT says that if x == y == z even a common factor won't make it work. Can you describe (roughly :) how FLT would derive from Beal's?

    10. Re:Fermat? by laejoh · · Score: 1

      By a small margin, there is no answer!

    11. Re:Fermat? by Anonymous Coward · · Score: 5, Informative

      Assume Beal's conjecture and you have a minimal counterexample to FLT where A^x + B^x = C^x. Then A, B, C have a common prime factor p, so (A/p)^x + (B/p)^y = (C/p)^z is a smaller counterexample to FLT, which contradicts our minimality assumption.

    12. Re:Fermat? by Steve_Ussler · · Score: 1

      the two are very different...

    13. Re:Fermat? by formfeed · · Score: 5, Funny

      Huh. For a second there my brain thought: "FTL? Faster Than Light (travel)? WTF!"

      WTF? World Taekwondo Federation?

    14. Re:Fermat? by OakDragon · · Score: 2

      Huh. For a second there my brain thought: "FTL? Faster Than Light (travel)? WTF!"

      WTF? What The F***?

      FTFY, FTW!

    15. Re:Fermat? by Garridan · · Score: 1

      Sorry - I meant harder to prove. It's certainly harder to prove a non-theorem.

    16. Re:Fermat? by Anonymous Coward · · Score: 0

      Why the face?

    17. Re:Fermat? by ottothecow · · Score: 1
      Obviously nobody has found an exception to disprove it yet. The dude wouldn't be offering a pile of money if he were just looking to disprove it...he would just funnel the money into some supercomputer time to step through an absurd amount of integers until he comes up with an exception. If your goal was to disprove, I would guess that this would be a better use of the money than offering a prize (unless you think you can get more computer cycles out of a group of people competing for a prize than you could get just by buying them).

      So far, nobody has found an exception which means that it might be provable. To find a proof, you need actual people thinking about the question, hence the promise of a pile of cash.

      --
      Bottles.
    18. Re:Fermat? by draconx · · Score: 5, Informative

      Obviously nobody has found an exception to disprove it yet. The dude wouldn't be offering a pile of money if he were just looking to disprove it...he would just funnel the money into some supercomputer time to step through an absurd amount of integers until he comes up with an exception.

      The set of integers to test is big. Really big. You just won't believe how vastly, hugely, mindbogglingly big it is. I mean, you may think that Graham's number is a lot, but that's just peanuts compared to the integers.

      If a conjecture could be disproven by simply throwing computational resources at the problem, chances are that it's not particularly interesting. Many open problems in number theory have known lower bounds well above anything that could possibly be tested by a computer. For example, there is no odd perfect number less than 10**1500.

    19. Re:Fermat? by Anonymous Coward · · Score: 0

      WTF? World Taekwondo Federation?

      Wu Tang Fan.

    20. Re:Fermat? by angel'o'sphere · · Score: 2

      The price is more interesting.

      Brute forcing to find a contradiction is no mental challenge.

      Crafting a nice formal proof is.

      --
      Cost free eBook I read (by iBook/Kobo/Amazon/ObookO/Gutenberg etc.): "The Green Odyssey" by Philip Jose Farmer.
    21. Re:Fermat? by gr8_phk · · Score: 1

      Fermat's last theorem is easy to prove if one takes this conjecture as true. I don't recall the logic ATM but my limited number theory was able to figure it out all by itself.

    22. Re:Fermat? by gr8_phk · · Score: 1

      the two are very different...

      Not really, this conjecture if true implies FLT fairly easily.

    23. Re:Fermat? by Anonymous Coward · · Score: 0

      Who knows, maybe the mathematical physics of the future will discover that the conjecture is necessary and sufficient condition for building a battlestar.

    24. Re:Fermat? by Anonymous Coward · · Score: 1

      No.

      3^3 + 6^3 = 3^5
      1^3 + 2^3 != 1^5

      You can't divide out the factor like that.

    25. Re:Fermat? by TC+Wilcox · · Score: 2

      Fermat's last theorem is easy to prove if one takes this conjecture as true. I have discovered a truly marvelous proof of this, which this comment box is too small to contain.

      Fixed that for you.

    26. Re:Fermat? by Anonymous Coward · · Score: 0

      In Fermat's Last Theorem, the exponents are all identical (x=y=z). He is simply dividing both sides by p^x and then extracting the exponent from A^x/p^x to (A/p)^x. Good luck trying to find a concrete counter-example...

    27. Re:Fermat? by Anonymous Coward · · Score: 1

      Let a,b,c be a minimal counter example to FLT a^n + b^n = c^n. If Beal's conjecture is true, then there is a prime p such that p divides a,b,c. (a/p)^n + (b/p)^n = (c/p)^n is then a smaller counter example of FLT, and so a,b,c is not minimal and so there cannot be a minimal counter example and FLT is true.

    28. Re:Fermat? by Anonymous Coward · · Score: 0

      hahaha same here. I got excited. The prospect of never moving fast enough to make it to other stars in a decent amount of time is verrrry depressing to me. My only hope now is perhaps folding space itself, or traveling through the fabric of it, or some wormhole stuff..... sigh....

    29. Re:Fermat? by TeknoHog · · Score: 0

      Fisting To Fuck You (yes, I'm textually adventurous)

      --
      Escher was the first MC and Giger invented the HR department.
    30. Re:Fermat? by Arancaytar · · Score: 1

      That isn't immediately intuitive, since Beal would allow solutions with a common factor, so for everyone else who got confused by that:

      Suppose (a*k)^n+(b*k)^n=(c*k)^n for some k>1, where k is the greatest common divisor of ak,bk,ck. Then (a^n + b^n)* k^n = c^n * k^n, and a solution a^n+b^n=c^n without a common factor follows, contradicting the conjecture.

    31. Re:Fermat? by Garridan · · Score: 1

      Unless 'hit wikipedia' is your immediate intuition, I agree; that isn't immediately intuitive.

    32. Re:Fermat? by Nivag064 · · Score: 1

      What you say is true WHEN x = y = z and x is a positive integer, but what if x, y, z are not all the same and greater than 2???

    33. Re:Fermat? by arobatino · · Score: 1

      Worse than 'a generalization': if this conjecture is true, FLT is a trivial consequence. That's a clue that Beal's conjecture is likely significantly harder than Fermat's.

      If a claim makes unnecessary assumptions, then the simplest proof for it doesn't necessarily make use of those assumptions. They may simply cause people to waste time trying to find proofs that incorporate them.

    34. Re:Fermat? by Anonymous Coward · · Score: 0

      Brute forcing to find a contradiction is no mental challenge.

      Quite a bit of mental effort goes into reducing problem spaces and design of algorithms for various brute force attempts at searching for contradictions to mathematical conjectures. The result is some conjectures have been shown to hold true on numbers much larger than what you could achieve in the lifetime of the universe using more primitive and obvious methods.

    35. Re:Fermat? by Garridan · · Score: 1

      You're the second person to point this out. Duh. I said "that's a clue", not "that's a clear and direct implication". Most often, more general statements are harder to prove.

    36. Re:Fermat? by CodeBuster · · Score: 2

      All you need to do is find one exception and you've won. Removing a constraint makes that search easier.

      If you want to try and find a counterexample, you'll have to start with values greater than 1000 because the conjecture has already been verified by exhaustion for all values of all six variables and exponents up to 1000 which is a fancy way of saying that brute force computation failed to find an easy counter example. There may still be one out there, but it might be so large that it would be computationally impractical to find it. On the other hand, the conjecture may be true in which case a brute force method cannot prove it because there's an infinite number of cases to check.

    37. Re:Fermat? by Anonymous Coward · · Score: 0

      if they all share a factor and x=y=z then you can keep factoring out the factors until one is prime, and then it all falls apart

    38. Re:Fermat? by sFurbo · · Score: 4, Funny

      Ah, the integers are nothing. You should have seen the real interval I had on the hook last week. I tried bring it onboard using a sieve I borrowed from Eratosthenes, but the sieve was not nearly large enough. I'm telling you, the boat nearly keeled over!

    39. Re:Fermat? by Steve_Ussler · · Score: 1

      ok...like i know.

    40. Re:Fermat? by Anonymous Coward · · Score: 0

      I don't think the mods got your joke--it should have netted a 5.

    41. Re: Fermat? by countach · · Score: 1

      Well, exactly. You throw computations resources to find out if the conjecture is interesting. If you try brute forcing an exception and fail, the you've found something interesting.

  2. Have solution. Alas, subject line = too small by kanweg · · Score: 5, Funny

    Sorry, but I promise you that the solution was very elegant.

    Bert

    1. Re:Have solution. Alas, subject line = too small by alphatel · · Score: 0

      <quote><p>Sorry, but I promise you that the solution was very elegant.</p><p>Bert</p></quote>

      I would argue that it was difficult to say but easy to prove.

      --
      When the foot seeks the place of the head, the line is crossed. Know your place. Keep your place. Be a shoe.
    2. Re:Have solution. Alas, subject line = too small by Anonymous Coward · · Score: 1

      Now that would be worth something... Fermat's lost elegant proof to his own theorem.

      Of course, most mathematicians think he was either wrong, or was making a practical joke.

    3. Re:Have solution. Alas, subject line = too small by Opportunist · · Score: 1

      Is it me or are mathematical practical jokes even less funny than general mathematical jokes?

      --
      We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
    4. Re:Have solution. Alas, subject line = too small by vuke69 · · Score: 4, Funny

      I suspect you are correct, but a proof remains elusive.

      --
      Time is an illusion. Lunchtime doubly so. ~ Douglas Adams
    5. Re:Have solution. Alas, subject line = too small by K.+S.+Kyosuke · · Score: 1

      That's very easy to prove; you simply apply the order-preserving homomorphism Mathematicalize(X -> X) to the partially ordered set of jokes. Given that practical jokes are often less funny than general jokes, given its order-preserving properties, it follows that practical mathematical jokes are often less funny than general mathematical jokes.

      --
      Ezekiel 23:20
    6. Re:Have solution. Alas, subject line = too small by Minwee · · Score: 1

      Sorry, but the solution to Beal's Conjecture is in another castle.

    7. Re:Have solution. Alas, subject line = too small by newcastlejon · · Score: 1

      I too have a solution. Unfortunately slashcode would die of shame if I ever tried to post it.

      --
      If God forks the Universe every time you roll a die, he'd better have a damned good memory.
    8. Re:Have solution. Alas, subject line = too small by almitydave · · Score: 1

      That's not funny.

      --
      my, your, his/her/its, our, your, their
      I'm, you're, he's/she's/it's, we're, you're, they're
    9. Re:Have solution. Alas, subject line = too small by Anonymous Coward · · Score: 0

      Easier to prove than writting HTML?

    10. Re:Have solution. Alas, subject line = too small by Anonymous Coward · · Score: 0

      Is it me or are mathematical practical jokes even less funny than general mathematical jokes?

      Any practical implementation is inferior to the general theory.

    11. Re:Have solution. Alas, subject line = too small by SpaceLifeForm · · Score: 1

      Fermat was completely correct. This is a superset problem.

      --
      You are being MICROattacked, from various angles, in a SOFT manner.
    12. Re:Have solution. Alas, subject line = too small by semi-extrinsic · · Score: 1

      Actually, it is.

      --
      for i in `facebook friends "=bday" 2>/dev/null | cut -d " " -f 3-`; do facebook wallpost $i "Happy birthday!"; done
  3. Couldn't you just make up any old equation... by Viol8 · · Score: 2, Interesting

    ... along with some postulated constraints and ask people to prove them? Whats so special about this one - does it have some mathematical relevance?

    1. Re:Couldn't you just make up any old equation... by Anonymous Coward · · Score: 0

      What's special is that someone is offering real cash money to solve it. That alone should be reason enough to get crackin'.

    2. Re:Couldn't you just make up any old equation... by Anonymous Coward · · Score: 0

      Hmm... if A, B, and C have a common factor.. one could simplify the equation?

    3. Re:Couldn't you just make up any old equation... by Anonymous Coward · · Score: 3, Interesting

      That's essentially what Carl Friedrich Gauss said when he was challenged to prove Fermat's Last Theorem. Something on the lines of: "I have no real interest in such endeavors since I could easily put forward a multitude of propositions which one could neither prove nor disprove."

    4. Re:Couldn't you just make up any old equation... by MasseKid · · Score: 2

      Sure you could. In this case he's offering cash for people to solve it. If you are offering a million dollars for simple math problems, you are going to go broke very, very quickly.

    5. Re:Couldn't you just make up any old equation... by girlintraining · · Score: 5, Informative

      Whats so special about this one - does it have some mathematical relevance?

      Yes, it's relevance is that mathematicians don't like empirical evidence that a statement is only 99.9999% accurate; They demand 100%. And in mathematics, you can get 100%.

      And just like prime numbers, fermat's last theorem, etc., an enhanced understanding of the relationships laid out by certain formulas can, and often does, lead to an enhanced understanding of the universe -- which for some strange reason, seems to have the quality of being well-described, if not completely described, by the body of knowledge known as mathematics. And by understanding the universe better, we understand ourselves, and can make our lives easier. Creating most of our modern technology requires an understanding of mathematics -- so better math means better technology.

      Relevant enough for you, or do I need to resort to a beer analogy? :)

      --
      #fuckbeta #iamslashdot #dicemustdie
    6. Re:Couldn't you just make up any old equation... by Anonymous Coward · · Score: 0

      Beer please!

    7. Re:Couldn't you just make up any old equation... by JoshuaZ · · Score: 1

      There really isn't anything that interesting. Most of the interest in Fermat's Last Theorem extended from its history, and to a large extent mathematicians cared much more about what Wiles proved that implied FLT. In this context, this looks like an extremely difficult Diophantine equation, and unlike some such equations this one has little obvious impact on other areas.

    8. Re:Couldn't you just make up any old equation... by Maximum+Prophet · · Score: 1

      That's essentially what Carl Friedrich Gauss said when he was challenged to prove Fermat's Last Theorem. Something on the lines of: "I have no real interest in such endeavors since I could easily put forward a multitude of propositions which one could neither prove nor disprove."

      Did Gauss "put forward a multitude of propositions which one could neither prove nor disprove"?

      Especially now that we have very fast computers, it seems like the false conjectures would be quickly disproven, and the true ones might take a bit longer. If we eliminate needlessly complicated conjectures, are we left with only "interesting" ones?

      --
      All ideas^H^H^H^H^Hprocesses in this post are Patent Pending. (as well as the process of patenting all postings)
    9. Re:Couldn't you just make up any old equation... by sconeu · · Score: 2

      it seems like the false conjectures would be quickly disproven, and the true ones might take a bit longer

      Yeah, I think it would take *quite* a bit longer to disprove true conjectures.

      --
      General Relativity: Space-time tells matter where to go; Matter tells space-time what shape to be.
    10. Re:Couldn't you just make up any old equation... by Anonymous Coward · · Score: 0

      If you just made up a theorem with "any old equation", it would likely be proven or disproven fairly quickly.

      Part of what makes problems like these interesting is that even skilled mathematicians can't answer them, indicating limitations of state-of-the-art number theory.

      You can generate large classes of difficult but uninteresting propositions if you want to, though.
      Like "prove that no subset of the numbers in $LARGE_SET sum to 0".
      The difference is, we have some understanding of why that problem would be hard. (It is an instance of a NP-complete problem)
      Though not enough understanding to prove that it is hard. (That P != NP)

      More than a solution to the individual problems, I hope we will eventually find some underlying reason for why some theorems are so hard to prove.

    11. Re:Couldn't you just make up any old equation... by Anonymous Coward · · Score: 0

      What's special is that someone is offering real cash money to solve it. That alone should be reason enough to get crackin'.

      Ah, nothing like tackling decades old math "problems"...for absofuckinglutely no reason whatsoever. Gee, let me get right on that.

      Boy, and here I was just pissing my life away on this chicken and egg theory.

      Here's a rope. I'm going to now piss up it. Solve for X.

    12. Re:Couldn't you just make up any old equation... by Anonymous Coward · · Score: 1

      "Especially now that we have very fast computers, it seems like the false conjectures would be quickly disproven, and the true ones might take a bit longer. If we eliminate needlessly complicated conjectures, are we left with only "interesting" ones?"

      This isn't really true. If a computer checks a propositions to the trillions of trillions of trillions and it doesn't turn out to be false, you're not really any closer to proving the proposition true. You can't do an exhaustive search when your domain goes to infinity.

    13. Re:Couldn't you just make up any old equation... by LihTox · · Score: 4, Insightful

      Only if x=y=z. For instance, somebody above suggested 3^3 + 6^3 = 3^5 (27+216=243). If we factor out the common 3, we get 3^2 + 2*(6^2) = 3^4 (9+72=81), which no longer has the right form because 72 is not a power of any number.

      If x=y=z, and if A^x+B^x=C^x where A,B,C had the same greatest common factor n, then you could divide all three numbers by n^x and get a new formula (A/n)^x+(B/n)^y=(C/n)^z where A/n, B/n, and C/n had no common factor, and if Beal's conjecture is true then these numbers cannot exist if x>2. Therefore A^x+B^x=C^x has no nontrivial solution for x>2, which is Fermat's last theorem.

    14. Re:Couldn't you just make up any old equation... by emilper · · Score: 1

      you have to prove that there is no solution execept when a,b and c have a common factor

      much simpler, though maybe not easier, to try to dissaprove it ... is this a good job for OpenCL ?

    15. Re:Couldn't you just make up any old equation... by aliquis · · Score: 1

      Relevant enough for you, or do I need to resort to a beer analogy? :)

      One million = lots of beer = solve it quickly! ... friday tomorrow!

    16. Re:Couldn't you just make up any old equation... by fredrated · · Score: 1

      Somebody got his knickers in a twist this morning.

    17. Re:Couldn't you just make up any old equation... by femtobyte · · Score: 3, Funny

      Beer analogy, as requested: suppose you want to be 100% certain that no one is pissing a little in your beer before you drink it. You can be 99.999% sure by ordering high-quality beer in an upscale establishment and watching the bartender fill your glass --- but you've still got that nagging fear that someone in the back room, or even the brewery, may have whizzed in the keg when no one was looking. So, instead of relying on empirical likelihoods, you go and brew your own beer, from start to finish under your watchful eye, to get that 100%-guaranteed-piss-free pint. And, ultimately, humankind's fundamental knowledge and craft of beer brewing is advanced through the initial efforts of home-brew enthusiasts.

    18. Re:Couldn't you just make up any old equation... by coinreturn · · Score: 1

      Ah, nothing like tackling decades old math "problems"...for absofuckinglutely no reason whatsoever.

      I believe there are a million reasons to solve this old problem.

    19. Re:Couldn't you just make up any old equation... by Anonymous Coward · · Score: 0

      They demand 100%. And in mathematics, you can get 100%.

      Didn't Gödel prove otherwise?

    20. Re:Couldn't you just make up any old equation... by The+MAZZTer · · Score: 1
    21. Re:Couldn't you just make up any old equation... by interval1066 · · Score: 1

      Only in so long as we don't need to provide a shopping anology for any of your questions.

      --
      Python: 'And then suddenly you have a language which says "we're all stuck with whatever the whiniest coder wants".'
    22. Re:Couldn't you just make up any old equation... by Anonymous Coward · · Score: 0

      So math is like pissing in someone's beer?

    23. Re:Couldn't you just make up any old equation... by Anonymous Coward · · Score: 1

      And reading comprehension is like something you don't have.

    24. Re:Couldn't you just make up any old equation... by Dr.+Tom · · Score: 1

      Boy, and here I was just pissing my life away on this chicken and egg theory.

      That's been solved. The egg came first. Evolution is true: two not-quite chickens had sex, and the mutant offspring was a modern chicken, who of course started life as an egg.

    25. Re:Couldn't you just make up any old equation... by siwelwerd · · Score: 1

      Arguably the fact that it's an open question is what makes it special. But while Beal more or less came up with the question in a vacuum, it's related to other questions posed over the years. Some more details can be found here: http://www.ams.org/notices/199711/beal.pdf

    26. Re:Couldn't you just make up any old equation... by gnapster · · Score: 1

      No, he showed that there are always statements that are undecidable. Most statements that interest mathematicians are decidable, and 100% so.

    27. Re:Couldn't you just make up any old equation... by Anonymous Coward · · Score: 0

      It has one million of them.

    28. Re:Couldn't you just make up any old equation... by gtbritishskull · · Score: 1

      You could actually factor out 3^3, which would give you 1 + 2^3 = 3^2 (1 + 8 = 9), so it would be in the right form. Not sure what point that makes. Just wanted to let you know you were wrong.

    29. Re:Couldn't you just make up any old equation... by Dr.+Tom · · Score: 2

      Gödel supported Gauss. He proved that yes, you can come up with many statements that can't be proven. However, if a statement like Beal's conjecture can't be proven, you should be able to prove *that*. Which would also qualify for the prize money, I'd say.

      The point the previous poster was making is that math is different from science, because you can prove things in math, but in science you can only disprove things.

    30. Re:Couldn't you just make up any old equation... by turbidostato · · Score: 1

      "Most statements that interest mathematicians are decidable, and 100% so."

      And for those truly undecidable, you take them for an axiom and done with it.

    31. Re:Couldn't you just make up any old equation... by Anonymous Coward · · Score: 0

      So, instead of relying on empirical likelihoods, you go and brew your own beer, from start to finish under your watchful eye, to get that 100%-guaranteed-piss-free pint.

      The primary fermentation period is a few weeks, how do you ensure that the bartender doesn't pick your lock and piss into your fermentation vessel during this time?

    32. Re:Couldn't you just make up any old equation... by cellocgw · · Score: 1

      Hah. No it hasn't. Is a "chicken egg" one which produces a chicken, or one which is produced BY a chicken? On such definitions does your "solution" hang by a thread... or sticky gob of eggwhite, maybe.

      --
      https://app.box.com/WitthoftResume Code: https://github.com/cellocgw
    33. Re:Couldn't you just make up any old equation... by tibit · · Score: 1

      Lest we forget that the hop farm used cow manure as fertilizer :)

      --
      A successful API design takes a mixture of software design and pedagogy.
    34. Re:Couldn't you just make up any old equation... by SleazyRidr · · Score: 1

      You don't sleep, and you watch the beer at all times.

    35. Re:Couldn't you just make up any old equation... by Anonymous Coward · · Score: 0

      I would argue that some of the research going on regarding prime numbers will never find any practical use. I mean, when these people are pressed a little to point out something *practical* that have come out of this line of research pretty much the only thing they come up with is public key encryption (RSA). And RSA is not very mathematically advanced. But hey, humans want to know the deeper truths regardless of any practical use of it all.

    36. Re:Couldn't you just make up any old equation... by femtobyte · · Score: 3, Funny

      Every analogy breaks down somewhere (or else it wouldn't be an analogy, but the thing analogized itself). If one wishes absolute mathematical certainty for their piss-free pint, then one must be satisfied with a mathematical pint. As thus: consider a Platonic ideal beer, symbolically represented by the word "beer." Now, imagine quaffing the beer. Theoretically, this should be satisfying and delicious. If you don't consider this exercise superior to drinking an actual beer, you may just not be cut out for pure mathematics --- consider becoming a physicist instead.

    37. Re:Couldn't you just make up any old equation... by Anonymous Coward · · Score: 1

      An undecidable problem can not generally be proven to be undecidable. Consider Fermat's Last Theorem. Let's say that this theorem is undecidable for the sake of argument. If someone was able to prove that it was undecidable then, in effect, the truth of the theorem would have been proven. This is because if the theorem was false, then a counterexample could be found (and the problem would then not be undecidable). So, for this specific case, had the theorem been undecidable it would not have been possible to prove that.

    38. Re:Couldn't you just make up any old equation... by twistedcubic · · Score: 1

      It certainly has educational relevance, among other things. Anyone who thinks long and hard about an interesting (to them) mathematics problem is not wasting anyone's time. A proof, or even and attempted proof, might have relevance in fields outside of abstract mathematics.

    39. Re:Couldn't you just make up any old equation... by Anonymous Coward · · Score: 0

      Hah. No it hasn't. Is a "chicken egg" one which produces a chicken, or one which is produced BY a chicken? On such definitions does your "solution" hang by a thread... or sticky gob of eggwhite, maybe.

      Nowhere within the modern version of the postulate does it say anything about a "chicken egg", that's merely implied, and thus can be ignored.

      Dinosaurs laid eggs long before chickens existed, therefore the egg came first.

      One could argue, of course, that the debate is constrained to a porn set, in which case the chicken probably came first, if at all.

    40. Re:Couldn't you just make up any old equation... by gl4ss · · Score: 1

      So, instead of relying on empirical likelihoods, you go and brew your own beer, from start to finish under your watchful eye, to get that 100%-guaranteed-piss-free pint.

      The primary fermentation period is a few weeks, how do you ensure that the bartender doesn't pick your lock and piss into your fermentation vessel during this time?

      by taking drugs,doh. but then you star to wonder if someone invisible has teleported into the brew and is swimming around pissing all over.

      --
      world was created 5 seconds before this post as it is.
    41. Re:Couldn't you just make up any old equation... by Anonymous Coward · · Score: 1

      Your idea doesn't work. If A is an undecidable statement, then so is (not A).
      So your system is inconsistent, being full of contradictory pairs of axioms.

    42. Re:Couldn't you just make up any old equation... by Anonymous Coward · · Score: 0

      Ah, nothing like tackling decades old math "problems"...for absofuckinglutely no reason whatsoever.

      I believe there are a million reasons to solve this old problem.

      Yeah, and there's a few million reasons to play the lottery too...just didn't think that both groups would be considered equally as gullible for pointless monetary gain.

    43. Re:Couldn't you just make up any old equation... by Anonymous Coward · · Score: 0

      But at least my beer is piss free.

    44. Re:Couldn't you just make up any old equation... by loufoque · · Score: 1

      You can't always prove something that is true.
      See Gödel's incompleteness theorems.

    45. Re:Couldn't you just make up any old equation... by LostOne · · Score: 1

      Just to point out that 3^3 is *not* a factor of A, B, or C in this case since A, B, and C are the bases (3, 6, and 3 in this case).

      --

      If it works in theory, try something else in practice.
    46. Re:Couldn't you just make up any old equation... by Zalbik · · Score: 1

      You could actually factor out 3^3, which would give you 1 + 2^3 = 3^2 (1 + 8 = 9), so it would be in the right form. Not sure what point that makes. Just wanted to let you know you were wrong.

      Huh? 3^3 (27) is not a common factor of A, B and C for the formula the GP gave (3^3 + 6^3 = 3^5)

      The specific point is that just because A, B, and C have a common factor (in this case 3), it does not mean you can use the common factor to simplify the equation.

      Because of this fact, Fermat's Last Theorem follows from Beal's conjecture quite nicely.

      The GP was not wrong.

    47. Re:Couldn't you just make up any old equation... by Anonymous Coward · · Score: 0

      Or your split mathematics into different universes for each, in Kurt-style.

    48. Re:Couldn't you just make up any old equation... by gtbritishskull · · Score: 1

      3^3 = 27 which is a factor of 27

      6^3 = 216 = 27 * 8 (or 3^3 * 2^3) so is a factor of 27

      3^5 = 243 = 27 * 9 (or 3^3 * 3^2) so is a factor of 27

      Either you are completely wrong or I have complete forgotten how to do math.

    49. Re:Couldn't you just make up any old equation... by Anonymous Coward · · Score: 0

      This is why I went into engineering...

    50. Re:Couldn't you just make up any old equation... by turbidostato · · Score: 1

      "If A is an undecidable statement, then so is (not A)."

      Which happens to be a very operational (modern) definition of an axiom: only one straight line goes through two points... or not.

    51. Re:Couldn't you just make up any old equation... by Anonymous Coward · · Score: 1

      A=3, does not have a common factor of 27, B = 6, does not have a common factor of 27, C=3, does not have a common factor of 27.

      1+2^3=3^2 does not count, as the conjecture requires that the powers must be greater than 2.

    52. Re:Couldn't you just make up any old equation... by Anonymous Coward · · Score: 0

      Slight problem: http://en.wikipedia.org/wiki/G%C3%B6del's_incompleteness_theorems - there are conjectures which can be neither proven nor disproven in any formal system.

    53. Re:Couldn't you just make up any old equation... by Anonymous Coward · · Score: 0

      If your axioms are inconsistent, then that means you can use a subset of those axioms to prove or disprove the axiom in question. If it is demonstrable undecidable, then that means it is impossible to find contradictions whether you take it as true or not. So either way you would not end up with inconsistencies or contradictions, otherwise it wouldn't have been undecidable in the first place.

    54. Re:Couldn't you just make up any old equation... by Anonymous Coward · · Score: 0

      Plenty of problems like that have been proven to be unprovable under certain sets of axioms though. The continuum hypothesis is proven independent of ZF axioms, even though it would only take a single counterexample to disprove it. With a convoluted enough of a problem, you can get stuck in a situation where you can talk of a counterexample, but not realize if one can actually be constructed or not given a set of axioms, although typically that involves things more complicated than the set of integers.

    55. Re:Couldn't you just make up any old equation... by LihTox · · Score: 1

      D'oh, good catch. But then z=2 and the conjecture specifies that all the exponents be greater than 2.

    56. Re:Couldn't you just make up any old equation... by LihTox · · Score: 1

      gtbritshskull is correct; s/he merely said that if there were a common factor (3 in my example), then you could simplify the expression, which is true: 3^3+6^3=3^5 CAN be simplified by dividing both sides by 3^3.

      In general, you can divide both sides by [gcd(A,B,C)]^min(x,y,z) I believe.

    57. Re:Couldn't you just make up any old equation... by dido · · Score: 1

      You don't seem to get what it means for a theorem to be undecidable. Let's take for example the Epimenides Paradox, which is a simple example: "All Cretans are liars," says Epimenides, the Cretan. Is his statement true? If it is true, then how can Epimenides, a Cretan, be telling the truth? If it is false, then Epimenides, a Cretan was telling the truth, contradicting the very statement he made! The statement is a simple example of such an undecidable statement. Showing a theorem is undecidable does not prove its truth or falsity, it is by definition neither true nor false within the confines of the axiomatic system under which it is formulated.

      --
      Qu'on me donne six lignes écrites de la main du plus honnête homme, j'y trouverai de quoi le faire pendre.
    58. Re:Couldn't you just make up any old equation... by Anonymous Coward · · Score: 0

      but we have wont x,y,z>2....& Here x=3,y=3,z=5.....Then what is wrong???????

    59. Re:Couldn't you just make up any old equation... by girlintraining · · Score: 1

      Theoretically, this should be satisfying and delicious. If you don't consider this exercise superior to drinking an actual beer, you may just not be cut out for pure mathematics --- consider becoming a physicist instead.

      You're close. A physicist is the one who brews the beer; An engineer is the one who would drink the beer. Of course, it would only be an approximation to actual beer, in much the same way Budweiser is. And this is why a room full of mathematicians, physicists, and engineers inevitably leads to an article in the police blotter that ends with "...authorities believe liquor may have been involved."

      --
      #fuckbeta #iamslashdot #dicemustdie
    60. Re:Couldn't you just make up any old equation... by Anonymous Coward · · Score: 0

      Just wait 'till you get the chemists and biologists involved too; the official reports typically end with "... let us never speak of this again."

    61. Re:Couldn't you just make up any old equation... by Anonymous Coward · · Score: 0

      Nothing is wrong with 3^3 + 6^3 = 3^5, as A, B, and C all share the factor 3, and it is in agreement with the conjecture. 1+2^3=3^2 on the other hand is not relevant to the conjecture.

    62. Re:Couldn't you just make up any old equation... by Alsee · · Score: 1

      I've solved the physics for ascertaining that no one is pissing your beer before you drink it.
      However it only works for spherical beer in a vacuum.

      -

      --
      - - You can't take something off the Internet! That's like trying to take pee out of a swimming pool.
    63. Re:Couldn't you just make up any old equation... by Alsee · · Score: 1

      if a statement like Beal's conjecture can't be proven, you should be able to prove *that*.

      Urk? How did you reach that odd conclusion?
      "X is unprovable" is itself a mathematical statement, and I see no reason to actively expect it never to fall into the category of unprovable statements.

      I would find it rather surprising if there didn't exist a recursively unprovable chain, and by that I mean a chain where all of the following were unprovable:
      X
      X1: X is unprovable
      X2: X1 is unprovable.
      X3: X2 is unprovable.
      X(n): X(n-1) is unprovable.

      If we want to get meta, it may well be possible to prove that such a chain exists. However it's easy to prove it could only be a non-constructive proof. Any mathematics successfully identifying a specific statement "X" for such a chain would itself constitute a proof of statement X1, in contradiction with the definition of a recursively unprovable chain.

      -

      --
      - - You can't take something off the Internet! That's like trying to take pee out of a swimming pool.
  4. I can solve this equation right now! by Anonymous Coward · · Score: 0

    A Texas banker...

    The answer, of course, is "Sir, what do you want the answer to be?"

  5. Comment removed by account_deleted · · Score: 5, Informative

    Comment removed based on user account deletion

  6. Give a man a gun by sl4shd0rk · · Score: 4, Funny

    Give a man a gun, he can rob a bank
    Give a banker an algorithm, he can rob the world.

    --
    Join the Slashcott! Feb 10 thru Feb 17!
    1. Re:Give a man a gun by steelfood · · Score: 1

      Only in Texas...

      --
      "If a nation expects to be ignorant and free in a state of civilization, it expects what never was and never will be."
    2. Re:Give a man a gun by Anonymous Coward · · Score: 0

      Give a banker an algorithm, he can rob the world.
      Wait for the banker to rob the world.
      Then, rob the bank.

    3. Re:Give a man a gun by Anonymous Coward · · Score: 0

      Give a man a gun, he can rob a bank
      Give a banker an algorithm, he can rob the world.

      Give the world a mouse, it will want a cookie.
      Then we all know what happens. That's why the man needed a gun.

    4. Re:Give a man a gun by Alsee · · Score: 1

      Give a banker an algorithm, he can rob the world.

      Shore? Sure.

      Sieve of Eratosthenes? Not so much.

      -

      --
      - - You can't take something off the Internet! That's like trying to take pee out of a swimming pool.
  7. First read that as "Beale Cipher" by jfengel · · Score: 1

    I hadn't heard of the Beal Conjecture, so the first thought that ran through my brain was the Beale Cipher, a set of coded 19th century messages supposedly leading to millions of dollars in treasure.

    Alas, they appear to be a hoax, and the Beal Conjecture is probably more solvable.

  8. Too big to solve by Tablizer · · Score: 5, Funny

    Oh great, yet another bank that wants a bealout.

    1. Re:Too big to solve by Alsee · · Score: 1

      And all the Chicken Littles running around screaming there will be a global economic collapse if RSA isn't Too Big To Factor.

      -

      --
      - - You can't take something off the Internet! That's like trying to take pee out of a swimming pool.
  9. What's in it for him? by gstoddart · · Score: 2, Insightful

    So, being quite cynical about such things, in what way would a proof of this conjecture allow him to make more money?

    Philanthropy and advancing science are good, but my first thoughts is that if someone can prove this he stands to make massive amounts of money.

    --
    Lost at C:>. Found at C.
    1. Re:What's in it for him? by Anonymous Coward · · Score: 0

      The guy just has more money than he knows what to do with, and he's got a bee in his bonnet about number theory.
      This sort of mathematics is exceedingly unlikely to have significant real-world applications.
      Shoot, even a proof of P=NP wouldn't necessarily.

    2. Re:What's in it for him? by Anonymous Coward · · Score: 0

      So, being quite cynical about such things, in what way would a proof of this conjecture allow him to make more money?

      Philanthropy and advancing science are good, but my first thoughts is that if someone can prove this he stands to make massive amounts of money.

      In this case, I think the motivation is more likely to just be remembered in the history books as the guy who financed the solution.

    3. Re:What's in it for him? by gstoddart · · Score: 2

      In this case, I think the motivation is more likely to just be remembered in the history books as the guy who financed the solution.

      New rule, only the people who solve the problem get credit.

      Otherwise we'll end up with the Fermat/Coca Cola theorem, or The Theory of Relativity, brought to you by Kinkos.

      --
      Lost at C:>. Found at C.
    4. Re:What's in it for him? by Captain+Spam · · Score: 5, Funny

      So, being quite cynical about such things, in what way would a proof of this conjecture allow him to make more money?

      Philanthropy and advancing science are good, but my first thoughts is that if someone can prove this he stands to make massive amounts of money.

      You know the old jokes about rich people paying bums on the street to fight for their own amusement? Well, extend that to mathematicians.

      --
      Demanding constant attention will only lead to attention.
    5. Re:What's in it for him? by suutar · · Score: 1

      maybe he's a closet cryptographer and if this is proven his new cipher scheme will be proven unbreakable and he can sell software for zillions.

    6. Re:What's in it for him? by Anonymous Coward · · Score: 0

      Their were a number of prizes for Fermat's Last Theorem which did not have apparent cynical motives.
      The most famous, and interesting, of which was the Wolfskehl Prize.

    7. Re:What's in it for him? by Anonymous Coward · · Score: 2, Informative

      Given that the person who came up with conjecture and the banker offering the $1M are the same Andy Beal, this particular case isn't an example of some rich fucker trying to steal credit from an actual mathematician. Of course, "only the people who solve the problem get credit" has never historically been the rule --- most conjectures still stay named after the person who first publicly conjectured them, even if it took someone else decades later to actually prove the statement. For example, we still call it "Fermat's Last Theorem," not the "Wiles-Ribet Theorem." Much the same occurs in physics: things usually get named after the theorist who proposes they might be possible, instead of the experimentalists who prove so.

    8. Re:What's in it for him? by scheme · · Score: 1

      Well, the banker is the Beal in the name of the conjecture so he's directly involved since he stumbled across this while looking at solutions to a more general version of the equation in fermat's last theorem. He's rich, has extra cash, and probably is curious to know either way about his conjecture.

      --
      "When you sit with a nice girl for two hours, it seems like two minutes. When you sit on a hot stove for two minutes, it
    9. Re:What's in it for him? by siwelwerd · · Score: 1

      He apparently does mathematics in his spare time and has spent a good amount of time working on this question (that's why it's named after him). The prize has been offered for several years actually, the news is that it has increased to $1M. The origin of the prize, along with some more details, here: http://www.ams.org/notices/199711/beal.pdf

    10. Re:What's in it for him? by Anonymous Coward · · Score: 0

      'Rich' people can 'waste' more money as it is not a big deal to them.

      For example how many video games would a teenager buy if they were 1 cent each? The answer is probably a LOT. As they risk little. Now how many would they buy if they were 10000 each?

      Most people's luck is just a matter of how many different ways they will try something. In the case of money matters the more money you have the more you can try and it does not matter much.

      For example my father in law was convinced some ponzi scheme was a good one because some local guy who had lots of money risked money on it. He could not figure that out until I laid it out for him like this. "Sure 20k to you and me is a vast sum of money. To him it is pocket change.' He risked little. To me 20k would be a massive risk. To that rich guy his bank account went down by less than a 10th of a percent.

      Its like the old saying if you risk nothing you end up with nothing. But if you risk something you may at least make more than you risked.

    11. Re:What's in it for him? by Impy+the+Impiuos+Imp · · Score: 1

      When I was a CS grad student, I had a scraggly 2" beard and a big heavy winter coat. One, coincidentally, particularly frigid day I went and did what I frequently did, go stand for hours in the bookstore looking thru many books.

      One of the young male workers, bless his soul, had seen me off and on over those hours, and said to me, "It sure is cold outside today, isn't it, sir?"

      I am not a bum. I am a grad student.

      --
      (-1: Post disagrees with my already-settled worldview) is not a valid mod option.
    12. Re:What's in it for him? by Anonymous Coward · · Score: 0

      Bums on the street? Mathematicians? What's the difference!?

      (kidding, kidding!)

  10. Proven! by Anonymous Coward · · Score: 0

    All positive integers used as A, B, and C would always have a common factor of 1...there it's proven :-)

    -SgtSRT

  11. Related to topology? by mederbil · · Score: 2

    Given the proof of FLT required proving an isomorphism between topology and number theory (among other things), I wonder if these problems are so similar that this will again be the case. It's interesting how the number system is related to geometry.

    1. Re:Related to topology? by Anonymous Coward · · Score: 0

      Probably some types of counterexamples to the Beal Conjecture would lead to elliptic curves that, like the Frey curve, would not be modular.

  12. or maybe by Anonymous Coward · · Score: 2, Insightful

    Why don't they just put up a simple problem and pay out $1 each for up to 1 million students who can solve it.

  13. Common Factor? by trum4n · · Score: 1

    Even if A,B,C,X,Y and Z are prime, they all have a common factor of one. Does one not count?

    1. Re:Common Factor? by Anonymous Coward · · Score: 0

      No -- duh!

    2. Re:Common Factor? by Anonymous Coward · · Score: 0

      No, because one is not a prime.

      Please leave the trolling to the experts. ;)

    3. Re:Common Factor? by trum4n · · Score: 1

      Not trolling, legit question. I mean, if one counts, then there is no solution!

    4. Re:Common Factor? by Anonymous Coward · · Score: 0

      actually the solution is that it is true, because all variables have a common factor of 1.

    5. Re:Common Factor? by thrich81 · · Score: 1

      1, as the multiplicative unit in the algebraic ring of integers, has a special significance and does not work like the other integers in almost all number theory discussions. Same goes for 0 as the additive unit. These two "numbers" have special properties in most algebraic constructions (groups, fields, rings, etc.). A legitimate question you ask there, but the answer pretty much is just that 1 is "special" and doesn't "count" for this issue. Perhaps a better answer might be that because of 1's special properties in the ring of integers, including it in many theorems, formulas, etc, causes the construction under study to collapse to a trivial subset of the complexity of the actual problem and so become not useful in studying the general problem -- not sure what I just said there!

    6. Re:Common Factor? by gstrickler · · Score: 1

      Even if A,B,C,X,Y and Z are prime, they all have a common factor of one. Does one not count?

      From the link in the sumary: BEAL'S CONJECTURE: If Ax + By = Cz, where A, B, C, x, y and z are positive integers and x, y and z are all greater than 2, then A, B and C must have a common prime factor

      And one is not considered a prime.

      --
      make imaginary.friends COUNT=100 VISIBLE=false
    7. Re:Common Factor? by trum4n · · Score: 1

      TFS did not say "prime." Thanks for the clarification tho.

    8. Re:Common Factor? by Anonymous Coward · · Score: 0

      Although I see in another post the issue was you missed it needed to be a prime factor, this still serves to illustrate why one is not a prime number. Mathematicians could easily have defined prime numbers to include one, such that one would then be prime. But then theories and conjectures like this would have to say "a prime factor greater than one." In fact, pretty much every theorem using prime numbers would have to say that, as I don't think I've ever come across a theorem that said "For any number p that is either prime or one."

  14. A great read on Fermat's Last Theorem by Anonymous Coward · · Score: 1

    Fermat's Enigma by SImon Singh
    The book covers many interesting figures (pun intended) that contributed directly or indirectly to the solution.

  15. Beal by bbartlog · · Score: 3, Informative

    This is the same Beal who founded Beal Aerospace. Also the same Beal who challenged the world's best professional poker players to the highest one-on-one Texas Hold'Em games ever played ($100,000/$200,000 IIRC). Also, this isn't an equation to be 'solved'. It's a conjecture to be proved (or disproved).

  16. Re:Not just "a banker" by SammyIAm · · Score: 2

    Wha-- why would that not be mentioned in the summary?!

  17. Howard Beal's Conjecture by Anonymous Coward · · Score: 1

    I tried to prove Beal's Conjecture. I got frustrated and yelled out my window, "I'm mad as hell, and I'm not going to take this anymore!"

  18. AC Sees Banker's $1M, Raises $2M by Anonymous Coward · · Score: 0

    The ante is too small. I will add $2M, raising the pot to $3M. Post answer here on /., with address, and I will send a check forthwith

    - Anonymous Coward

    1. Re:AC Sees Banker's $1M, Raises $2M by gnapster · · Score: 1

      Will Beale fold, or see your bid? This is gripping!

  19. Differing incentives by Abroun · · Score: 1

    Having spent lots of time around bankers, it's no surprise to me that one would view money as incentive to solve an interesting mathematical problem. I doubt Andrew Wiles spent all that time in his attic hoping to get rich, and I wonder whether other mathematicians with the chops to solve this challenge will be influenced to try harder or change focus for something as cheap as money.

    1. Re:Differing incentives by Anonymous Coward · · Score: 0

      As with Nobel prizes (or Abel/Fields Medal in the case of Math) the prize is there to honor someone for an achievement rather than as an incentive for that achievement. There's actually a very rich history of prizes in mathematics - Paul Erdo"s, the most prolific mathematician in history would periodically offer prizes of $25 up to thousands of dollars depending on how difficult he thought they would be to solve. The honor within the mathematical community of solving a conjecture that Paul thought was worth solving is generally worth far more than the prize money itself. After his passing, Ron Graham offers either display checks signed by Erdos or cashable checks from himself solutions to these problems. There are also the Clay Institute millennium problems.

    2. Re:Differing incentives by Xest · · Score: 1

      No but it does at least tell people looking for money that there's money in the field of maths and hence get more people into the field than otherwise would.

  20. Hmmm, Interesting ... by Toad-san · · Score: 1

    This site made it clear to me than anywhere else .. since it had code! Yesss, preciousssssss, code!

    http://www.norvig.com/beal.html

    Python, not perl, but that's okay, close enough. It even had a working algorithm, love it!

    Except even a simple toad can see that the numbers are going to get a wee bit big (even if they are all integers). Sure wish I hadn't lost the source to Toad's Infinite Math [tm], hacked back in the 80's. It was in Turbo Pascal, but let you do all the common math things (to include powers and factoring, of course) for integers as big as you had hard drive storage for .. which was kind of big even then :-)

    I might just have to reengineer that; it was ever so much fun. And simple too :-) Then solve (well, disprove) the conjecture, pocket the million, be suitably modest at the Nobel Prize awards ...

    Toad, mafematakul Toad

    1. Re:Hmmm, Interesting ... by Anonymous Coward · · Score: 0

      I'll give you a tip that may save you an infinite amount of time and energy: you don't understand the problem.

  21. The banker in question IS Beal by wonkey_monkey · · Score: 1

    TFS has left out the rather pertinent fact that the "Texas banker" is the same Beal who came up with the conjecture in the first place.

    --
    systemd is Roko's Basilisk.
  22. A=B=C=1 by Pro923 · · Score: 0

    Then x, y, and z can be anything. The way it's worded here, problem solved. Thanks - send cash please.

    1. Re:A=B=C=1 by aardwolf64 · · Score: 1

      That is A solution to the equation. To win the money, you need to prove conclusively that the conjecture is either true or false for ALL numbers that fall within the range.

    2. Re:A=B=C=1 by Pro923 · · Score: 0

      All the way up to infinity? Give me a few minutes to work on this...

    3. Re: A=B=C=1 by oobayly · · Score: 1

      Cocky bastard. It'd take at least 10.

    4. Re:A=B=C=1 by Anonymous Coward · · Score: 0

      1+1=2.

      "The above proposition is occasionally useful." --Whitehead & Russell, Principia Mathematica

    5. Re:A=B=C=1 by Anonymous Coward · · Score: 0

      Then x, y, and z can be anything. The way it's worded here, problem solved. Thanks - send cash please.

      1 + 1 != 1

      Try Again

    6. Re: A=B=C=1 by Anonymous Coward · · Score: 0

      Perl 6 is so fast that it can complete an infinite loop in under a minute.

    7. Re:A=B=C=1 by Anonymous Coward · · Score: 0

      You also need to show that 1+1=1, then you can have the cash.

  23. Re:Not just "a banker" by Anonymous Coward · · Score: 0

    You must be new here, expecting that kind of quality editing.

  24. Re:Not just "a banker" by gnapster · · Score: 1

    I have no idea; it's in the second paragraph of TFA. What's more, this isn't the first prize he's offered: he's just upping this ante to $1M.

  25. 42 by Anonymous Coward · · Score: 0

    Come one guys this one is easy. We all know the answer is 42!
    Where can I get my million?

  26. It is FALSE by Anonymous Coward · · Score: 0

    IF C = 1, then no power will work.

    1. Re:It is FALSE by Anonymous Coward · · Score: 0

      Nevermind misread it. IF A^x + B^y = C^z then techincally they will at least have a common factor of 1. Conjecture should be changed to factor greater than 1.

    2. Re:It is FALSE by Anonymous Coward · · Score: 0

      Now I see the real problem. The summary left out that the common factor must be prime, which to me seems to be trivial except that it purposely excludes one, as if you have a common non-prime factor, you will by definition have a common prime factor.

    3. Re:It is FALSE by Anonymous Coward · · Score: 0

      In mathematics, a "common factor" never refers to a unit, which divides every element. Since every set of numbers would have a common factor by that definition, there's no reason to ever include it.

    4. Re:It is FALSE by Anonymous Coward · · Score: 0

      Your statement doesn't make sense in reply to mine. I think there is a disconnect between what I was explaining and what you're saying that every set of numbers would have a common factor. I wasn't implying that a common factor would divide every element simply that if you found a non-prime common factor between A,B, and C. then you would also by definition have a common prime factor. (Since you can factor non-prime numbers to prime numbers)

    5. Re:It is FALSE by Anonymous Coward · · Score: 0

      Why are you commenting on a math thread? You don't even understand algebra yet.

    6. Re:It is FALSE by Anonymous Coward · · Score: 0

      Your comment is of course right, all common factors will by definition be able to be reduced to common primes (as well as the ignored 1 which some mathematicians would still argue is a prime and let us for goodness sake not hint at any primality for 0 lol as if there aren't entire subfields of mathematics based on the very act of choosing ones axioms freely as long as they're self-congruent). Anyone describing the conjecture to laymen (aka "science reporting") should save every layperson's time and just say so.

      However just as 0 can be both a lack of content and nothingness as well as other things (ref.: "The Nothing That Is" by Robert Kaplan, good book) the number 1 is also used as different things; both as "unit" and as the quantity 1. Sometimes it seems mathematicians get a bit too sloppy and freely interchange the two concepts (connected as they are) without considering if its actually proper or which property they are utilising or describing and whether there might perhaps be unintended consequences. How could they know if they never ask? Rote learning is not mathematics and doesn't create mathematicians on its own.

    7. Re:It is FALSE by Anonymous Coward · · Score: 0

      as well as the ignored 1 which some mathematicians would still argue is a prime

      I don't think I've ever seen a theorem need to refer to the "set of prime numbers and one." So while you could define the prime numbers to include one, it would be a waste of time, as then there would be a bazillion theorems that have to refer to "Prime numbers, not including one." You could likewise define prime numbers to include four for the hell of it, but it would amount to the same extra wording needed all over the place.

  27. Brute force? by GameboyRMH · · Score: 2

    I'm no mathematician but I could write a program to brute-force this puppy. Worth trying? :-P

    --
    "When information is power, privacy is freedom" - Jah-Wren Ryel
    1. Re:Brute force? by Iniamyen · · Score: 3, Funny

      I dunno. Do you have access to infinite compute cycles?

    2. Re:Brute force? by GameboyRMH · · Score: 4, Interesting

      Maybe if I present it in the form of a cryptography scheme for terrorist communications...

      --
      "When information is power, privacy is freedom" - Jah-Wren Ryel
    3. Re: Brute force? by Anonymous Coward · · Score: 0

      Well said...you sir should be granted access to the inner party.

    4. Re:Brute force? by RockDoctor · · Score: 1

      Maybe if I present it in the form of a cryptography scheme for terrorist communications...

      ... that would really grab the attention of a banker. If anyone likes a good, solid, unbreakable encryption scheme more than a terrorist, it's a banker. For much the same reasons. Which makes one wonder.

      --
      Birds are not dinosaur descendants;birds are dinosaurs, for all useful meanings of "birds", "are" and "dinosaurs"
  28. Hold My Beer by Anonymous Coward · · Score: 0

    I got this

  29. Or it could come full circle... by ZeroPly · · Score: 1

    Maybe Fermat's actual "proof in the margin" was using Beal's conjecture, and FLT was just what was more aesthetic to him.

    Remember that the special case is not always solved before the more general one. Poincare was a famous unsolved problem, but Perelman actually solved the Thurston Geometrization Conjecture which was significantly more general. Poincare was just a special case of Thurston.

    --
    Support microSD: in a post 9/11 world, it is unwise to carry your data on media that you cannot comfortably swallow.
    1. Re:Or it could come full circle... by semi-extrinsic · · Score: 4, Interesting

      We have a fairly good hunch what Fermat's actual "proof in the margin" was. I can't remember how it goes, but it falls apart because rings Z^n with n>13 are no longer Unique Factorization Domains (UFD: a ring where all numbers have a single unique prime factorization) (or something like that). The concept of something not being a UFD was unheard of at the time of Fermat. Disclaimer: it's a few years since I did Algebra, so there may be errors in this post.

      --
      for i in `facebook friends "=bday" 2>/dev/null | cut -d " " -f 3-`; do facebook wallpost $i "Happy birthday!"; done
  30. Yeah - cat on my tongue by bytesex · · Score: 1

    x = y = z = 2, and A^2 + B^2 = C^2 is true for A=3, B=4, C=5. Common factor between 3,4 and 5 (other than 1)? None.

    --
    Religion is what happens when nature strikes and groupthink goes wrong.
    1. Re:Yeah - cat on my tongue by Anonymous Coward · · Score: 0

      True enough, to disprove a theory you would only need one example where it is wrong.

      Unfortunately (especially for your bank account!), the conjecture requires that x, y, z > 2. Not greater than or equal to 2.

    2. Re:Yeah - cat on my tongue by Anonymous Coward · · Score: 0

      " and x, y and z are positive integers greater than two "

      I think you missed that part...

    3. Re:Yeah - cat on my tongue by Anonymous Coward · · Score: 0

      x = y = z = 2, and A^2 + B^2 = C^2 is true for A=3, B=4, C=5. Common factor between 3,4 and 5 (other than 1)? None.

      " x, y and z are positive integers greater than two, "

  31. Go back to sleep Pythagoras by SpaceLifeForm · · Score: 1

    Exponents must be greater than 2.

    --
    You are being MICROattacked, from various angles, in a SOFT manner.
  32. FLT constrains this slightly. by gstrickler · · Score: 1

    BEAL'S CONJECTURE: If Ax + By = Cz, where A, B, C, x, y and z are positive integers and x, y and z are all greater than 2, then A, B and C must have a common prime factor

    Fermat's Last Theorem is a subset problem, where x=y=z, Since FLT has been proven (that no such solution exists), then we can say that:

    • - x, y, and z must all be greater than 2 (as specified in the original conjecture)
    • - and x, y, and z cannot all be equal (because then FLT would be wrong)
    --
    make imaginary.friends COUNT=100 VISIBLE=false
  33. To prove FLT with this by gr8_phk · · Score: 1

    If we assume the Beal Conjecture is true it implies FLT is true. FLT would require A^n+B^n = C^n with n>2. Beal says that in such a case A,B, and C must have a common factor (F). We could then divide through by F^n and get a smaller triple a,b,c that also satisfy the equation. Under Beal this could be repeated until the only common factor is 1 and then we'd have 1^n+1^n=1^n which is impossible.

    So if you can prove the Beal conjecture, you also get a proof of FLT by infinite descent. This would make Fermat proud.

  34. Re:I'll bet $1 million that... by Anonymous Coward · · Score: 0

    Shhhh. We don't talk about things like that.

  35. Why this doesn't prove FLT alone by gr8_phk · · Score: 1

    In the above, the assumption of FLT is that the exponents are the same. This allows the division of the equation by F^n which reduces the size of the numbers involved. The Beal Conjecture allows the exponents to be different so this division is not always possible and this same method doesn't prove Beal. Just wanted to clarify that point.

  36. Like the journey to Ithaca by hooiberg · · Score: 1

    It is not really the destination, but the journey, which matters. During the proof, new mechanisms will be constructed, which may (or may not) have applications elsewhere. New approaches to problems may be tried. While the proofs of many of many of the great conjectures have no direct relevance to the quality of life, the new mathematical insight will slowly permeate into other sciences.

  37. Matt Damon can do it! by Anonymous Coward · · Score: 0

    Just as long as he doesn't get distracted by Robin Williams drawing out his emotions.

  38. Beal relates to 'abc' conjecture by mbkennel · · Score: 1

    The quoted article relates the Beal conjecture to 'abc' (which is the deepest and most remarkable of them), which might have been proven by Shin Mochizuki. Nobody really knows yet because he appeared to invent a large new branch of mathematics along the way.

    This could be a way to pay Shin bunch of money.

  39. You are so smart - by Anonymous Coward · · Score: 0

    do the damn work yourself.

  40. Solution by Anonymous Coward · · Score: 0

    1^3 + 1^3 != 1^3 , common factor 1 is positive integer and the exponents are 3 which are the first positive integer above 2

    Solution: read up on the details of the Beal conjecture XD (or are you all too smart for your own good? If so I should be emperor god-king).

  41. A million to solve the equation but ... by Anonymous Coward · · Score: 0

    Okay, so a banker will give out a million bucks to anyone who can solve the equation. I'll give you a dollar bill to give me a good reason why it matters in the first place!

  42. My Solution....... by Anonymous Coward · · Score: 0

    Y.

  43. Agron Hoxha (Kosova) by Anonymous Coward · · Score: 0

    Dear Gentlemen: Dr.Andrew Beal and High math Staff of AMS,

    Now I would like to Show all of You My Secret Theorem for your Beal Conjecture...

    First I will used My Secret ALIEN Theorem and from this we will Take this:

    Agron (Theorem) for the Beal Conjecture:

    My ALIEN Proof:

    We will take : A^x + B^y = C^z

    Now we take: A=x, x=n, B=y, y=n, C=z, z=n why we take: n because A, B, C it's Greater then 2 so now we have: x^n + y^n =z^n

    For: n=2 we have this:

    x^2 + y^2=z^2

    For : x=m^2 - n^2 , y=2mn and z=m^2 + n^2 , when m= positive integer then =>

    [(m^2)-(n^2)]^2 + (2mn)^2 = [(m^2)+(n^2)]^2 , =>

    m^4+n^4-2(m^2)(n^2)+4(m^2)(n^2) =m^4+n^4+2(m^2)(n^2) , =>

    2(m^2)(n^2)=2(m^2)(n^2).

    Author: Agron Hoxha, (Ferizaj) Kosova

    a.51@collector.org
    me1@null.net

    Original Date: 10.June.2013

  44. A generalisation of the Beal conjecture by Anonymous Coward · · Score: 0

    A generalisation of the Beal conjecture:

    http://www.comparativetables.com/laeb.htm

  45. My New Secret: ALIEN Theorem about:Beal Conjecture by Kosova · · Score: 1

    Dear Gentlemen: Dr.Andrew Beal and High math Staff of AMS, Now I would like to Show all of You My Secret Theorem for your Beal Conjucture... First I will used My Secret ALIEN Theorem and from this we will Take this: Agron (Theorem) for the Beal Conjucture: My ALIEN Proof: We will take : A^x + B^y = C^z Now we take: A=x, x=n, B=y, y=n, C=z, z=n why we take: n because A, B, C it's Greater then 2 so now we have: x^n + y^n =z^n For: n=2 we have this: x^2 + y^2=z^2 For : x=m^2 - n^2 , y=2mn and z=m^2 + n^2 , when m= positive integer then => [(m^2)-(n^2)]^2 + (2mn)^2 = [(m^2)+(n^2)]^2 , => m^4+n^4-2(m^2)(n^2)+4(m^2)(n^2) =m^4+n^4+2(m^2)(n^2) , => 2(m^2)(n^2)=2(m^2)(n^2). Author: Agron Hoxha, (Ferizaj) Kosova a.51@collector.org me1@null.net Original Date: 10.June.2013 (Copy Rights),