One of the first exercises in The Art of Computer Programming is Fermat's last theorem. Don Knuth rates it as 95/100 in terms of difficulty.
It's rated HM45 (higher mathematics required, 45 out of 50) on a 'logarithmic' difficulty scale. Previous editions used to rate it M50 (mathematics, unsolved research problem).
Famous Unsolved Math Problems as Homework
91–99 of 99 posts
Re: Famous Unsolved Math Problems as Homework
#92Earlier quoted context omitted.
Now I'm curious, is it guaranteed to terminate? Is there a name for this problem? It needs to land on a power of 2 at some point.
> Now I'm curious, is it guaranteed to terminate? No one knows. > Is there a name for this problem? The statement that it always terminates is the Collatz Conjecture . It's the first problem in the posted article.
It's a clever way to re-state the problem to look more computer-science-y.
Re: Famous Unsolved Math Problems as Homework
#93Are there any unsolved math problems that aren't proving things?
This isn't a meaningful question. There isn't a distinction between what is mathematics with a proof and what is mathematics without a proof. The examples that others have given about Ramsey numbers are, in fact, a proof. The proof could consist of a gigantic computation or it could be some other deep insight. But in the end, saying the Ramsey number R(5,5) is, say, 47, is not very meaningful without a convincing arg…
Re: Famous Unsolved Math Problems as Homework
#94Earlier quoted context omitted.
What, you call that a waste of time?
I did feel like it has been a waste of time. He just mixed it in with a bunch of textbook problems. It wasn't a particularly elegant or insightful, just something technical he wanted the answer to. I don't think anyone in the class got it right, as we didn't really have the tools to make progress on it. It was a first year grad class. It was one of the only times I had a really bad professor in grad school. He was vi…
Re: Famous Unsolved Math Problems as Homework
#95Earlier quoted context omitted.
This isn't a meaningful question. There isn't a distinction between what is mathematics with a proof and what is mathematics without a proof. The examples that others have given about Ramsey numbers are, in fact, a proof. The proof could consist of a gigantic computation or it could be some other deep insight. But in the end, saying the Ramsey number R(5,5) is, say, 47, is not very meaningful without a convincing arg…
That's not true. There is a whole class of problems that are trivial to prove an answer is correct, but very difficult to find the answer. Like factoring the RSA numbers, or finding a large prime number, etc.
Or perhaps they would keep it secret, but it would be a huge cultural faux pas to have a method to factor large numbers without also explaining (and thus proving) how it works.
Re: Famous Unsolved Math Problems as Homework
#96Earlier quoted context omitted.
That's not true. There is a whole class of problems that are trivial to prove an answer is correct, but very difficult to find the answer. Like factoring the RSA numbers, or finding a large prime number, etc.
You're thinking of computer things like P vs NP. Any mathematician who develops some sort of algorithm for factoring large numbers would announce this algorithm and a proof of its correctness as the interesting thing to announce, not merely that some large number was factored, without disclosing how. Or perhaps they would keep it secret, but it would be a huge cultural faux pas to have a method to factor large number…
Proving things seems really boring and uninteresting to me, and there is no guarantee the task is even possible.
Re: Famous Unsolved Math Problems as Homework
#97Earlier quoted context omitted.
You're thinking of computer things like P vs NP. Any mathematician who develops some sort of algorithm for factoring large numbers would announce this algorithm and a proof of its correctness as the interesting thing to announce, not merely that some large number was factored, without disclosing how. Or perhaps they would keep it secret, but it would be a huge cultural faux pas to have a method to factor large number…
It was just an example of a problem where the hard part is finding an actual answer, not just proving that the answer is correct. Proving things seems really boring and uninteresting to me, and there is no guarantee the task is even possible.
"Proving" isn't distinct from "mathematics". That's what I'm trying to get at. In a sense, a proof is equivalent to a computation (and it's possible to make this precisely true in some contexts).
The public at large has gotten some impression that proofs are something only some kind of mathematics needs, probably after being traumatised by high school geometry classes. Proofs are all that mathematics is.
Re: Famous Unsolved Math Problems as Homework
#98Earlier quoted context omitted.
It was just an example of a problem where the hard part is finding an actual answer, not just proving that the answer is correct. Proving things seems really boring and uninteresting to me, and there is no guarantee the task is even possible.
There is no guarantee it's possible to factor large numbers quickly either. "Proving" isn't distinct from "mathematics". That's what I'm trying to get at. In a sense, a proof is equivalent to a computation (and it's possible to make this precisely true in some contexts). The public at large has gotten some impression that proofs are something only some kind of mathematics needs, probably after being traumatised by hi…
One interesting math problem someone told me just the other day was to come up with a series of forward and backward steps that would keep you from falling off a cliff, if a malicious person only chose each 2nd, 3rd or 4th step. Or to find the resistance between two points on an infinite grid of resistors. Or to find a series of bridges to get between several island without ever crossing a bridge twice. Or coloring a map with only 4 colors. Or in machine learning, tons of unsolved problems involving approximating intractable inference problems.
That's a pretty wide variety of problems just off the top of my head, none of which are proving things.
Sure some of the problems might not have a solution, but at least I'm not asking people to solve the halting problem, which is what half of those "unsolved math proofs" require.
Even if you do solve them, the result is uninteresting. You could, at least in theory, quickly explain fermats last theorem to almost anyone. Or the four color theorem, or most of the problems I mentioned. But only a few mathematicians understand the proofs, and sometimes no one understands them (the ones proved computers.)
Re: Famous Unsolved Math Problems as Homework
#99Earlier quoted context omitted.
There is no guarantee it's possible to factor large numbers quickly either. "Proving" isn't distinct from "mathematics". That's what I'm trying to get at. In a sense, a proof is equivalent to a computation (and it's possible to make this precisely true in some contexts). The public at large has gotten some impression that proofs are something only some kind of mathematics needs, probably after being traumatised by hi…
You can model many problems as proofs, but not all, and it's not usually a useful observation. Most interesting math problems have nothing to do with proving things. The problem is people have already solved all the interesting problems. Proofs are just what's left. One interesting math problem someone told me just the other day was to come up with a series of forward and backward steps that would keep you from falli…
You have it in your mind that proofs are something that you don't like and completely distinct from computations. You don't have a clear distinction in your mind between what you like and you don't. It seems to me that some mathematics is just unfamiliar to you, and when that happens, you call it "proofs".