Live data from Hacker News

Famous Unsolved Math Problems as Homework

blogs.ams.org

91–99 of 99 posts

Re: Famous Unsolved Math Problems as Homework

#91
post #76

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).

I knew I should have checked my facts before I posted. Still, it gave me a good chuckle when I saw it.

Re: Famous Unsolved Math Problems as Homework

#92
post #64

Earlier 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.

Just to clarify why, if the result is ever one (the loop's exit condition), then it would be about to get stuck repeating 1,4,2 forever if it didn't exit. If you can prove the loop does not exit (i.e., never reaches one) for some n, then you just proved that, for that n, it would never reach the 1,4,2 repetition pattern even without the stop condition.

It's a clever way to re-state the problem to look more computer-science-y.

Re: Famous Unsolved Math Problems as Homework

#93
post #90

Are 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…

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.

Re: Famous Unsolved Math Problems as Homework

#94

Earlier 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…

Why did you stick with the class?

Re: Famous Unsolved Math Problems as Homework

#95
post #90

Earlier 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.

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 numbers without also explaining (and thus proving) how it works.

Re: Famous Unsolved Math Problems as Homework

#96
post #95

Earlier 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…

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.

Re: Famous Unsolved Math Problems as Homework

#97
post #95

Earlier 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.

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 high school geometry classes. Proofs are all that mathematics is.

Re: Famous Unsolved Math Problems as Homework

#98
post #97

Earlier 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…

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 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

#99
post #97

Earlier 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…

Finding that resistance in the grid of resistors involves performing a computation. That computation is a proof.

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".

Post reply on HN