> He also worked with a textbook by his side so he could look up formulas he’d forgotten. “You’d think someone who comes up with a great result shouldn’t have to consult Chapter 2 of Elements of Information Theory, but I did,” Gilmer said. Always enjoy seeing this sentiment reaffirmed. Funny that Gilmer states it in a somewhat self surprised tone. Rings of the Einstein quote: “[I do not] carry such information in my…
"The value of a … education is not the learning of many facts but the training of the mind to think." While anyone with a (good) STEM education knows this to be obviously true, its frightening how many people go through 16+ years of formal schooling where they mostly do rote memorization and regurgitation.
Google researcher, long out of math, cracks devilish problem about sets
61–70 of 120 posts
Re: Google researcher, long out of math, cracks devilish problem about sets
#62Earlier quoted context omitted.
The obligatory XKCD https://xkcd.com/356/
Damn you! Now all I can think about is that xkcd problem.
Re: Google researcher, long out of math, cracks devilish problem about sets
#63Earlier quoted context omitted.
We can thank the academic system and Goodhart's Law for that. We measure students with tests, but all we get are people good at taking tests and rote memorization. Maybe if we had a better way to access actual learning but are teachers even paid enough to truly care?
>Maybe if we had a better way to access actual learning but are teachers even paid enough to truly care? There's no incentive to pay teachers more; system is working as designed. Those students aren't giving short-term quarterly gains.
Re: Google researcher, long out of math, cracks devilish problem about sets
#64Earlier quoted context omitted.
That is a beautiful solution, wow. I'm just floored by you coming up with that, it is so utterly out of the box.
It is a beautiful solution, but it's not terribly out of the box. It's similar to generating all subsets of a set of N items by iterating through the integers 0..2^N - 1 and checking to see which bits are set.
Then 3 weighings, 3 choices per, gives 27 possible outcomes, which is enough to distinguish which of 12 items is off, as well as whether or not it's higher or lower in weight (another factor of 2), for 24 choices. So there is a little extra in the 3=27-24 information theoretical bounds.
Using this idea, you can generate all sorts of hard coin problems, vastly harder than this one :), by mining error correction tables like http://www.codetables.de/ and converting to word problems.
Re: Google researcher, long out of math, cracks devilish problem about sets
#65Earlier quoted context omitted.
That is a beautiful solution, wow. I'm just floored by you coming up with that, it is so utterly out of the box.
It's not out of the box when I apply error correcting codes to a massive range of problems ;) If you like cool problems, here is one I have not found a simple solution for, but I once saw it in a place where a simple solution should exist. You have an odd number >=3 of items with the property that any time you remove one, there is a way to split the remaining items into two equal count piles of equal weight. Show all…
For number 5, I can use items of weights 3 1 1 1 1 and they are not equal. If you remove 3, you get 1+1=1+1 and in case you remove only of 1s, you can split 3 = 1+1+1.
Re: Google researcher, long out of math, cracks devilish problem about sets
#66Always cool to see unexpected applications of information theory, especially outside of probabilistic contexts. A related toy example that comes to mind is the puzzle where you're given 12 metal balls and told that one of them is either heavier or lighter than the rest. You're then given a balance/scale and instructed to figure out which ball is different and whether it is heavier or lighter using the balance a maxim…
Weigh 1: 9 vs 9 (18 on balance), 9 off
Weigh 2: 3 vs 3 (6 on balance ), 3 off
Weigh 3: 1 vs 1 (2 on balance ), 1 off
Re: Google researcher, long out of math, cracks devilish problem about sets
#67Earlier quoted context omitted.
That is a beautiful solution, wow. I'm just floored by you coming up with that, it is so utterly out of the box.
It's not out of the box when I apply error correcting codes to a massive range of problems ;) If you like cool problems, here is one I have not found a simple solution for, but I once saw it in a place where a simple solution should exist. You have an odd number >=3 of items with the property that any time you remove one, there is a way to split the remaining items into two equal count piles of equal weight. Show all…
Re: Google researcher, long out of math, cracks devilish problem about sets
#68Always cool to see unexpected applications of information theory, especially outside of probabilistic contexts. A related toy example that comes to mind is the puzzle where you're given 12 metal balls and told that one of them is either heavier or lighter than the rest. You're then given a balance/scale and instructed to figure out which ball is different and whether it is heavier or lighter using the balance a maxim…
I'm not sure why you say it won't work with 14 balls, this is solvable with up to 27 balls in 3 weighs. Weigh 1: 9 vs 9 (18 on balance), 9 off Weigh 2: 3 vs 3 (6 on balance ), 3 off Weigh 3: 1 vs 1 (2 on balance ), 1 off
Re: Google researcher, long out of math, cracks devilish problem about sets
#69Earlier quoted context omitted.
I'm not sure why you say it won't work with 14 balls, this is solvable with up to 27 balls in 3 weighs. Weigh 1: 9 vs 9 (18 on balance), 9 off Weigh 2: 3 vs 3 (6 on balance ), 3 off Weigh 3: 1 vs 1 (2 on balance ), 1 off
You don't know if the unique ball is heavier or lighter, how would this work?
....and now I understand, you would only initially know there is a difference in weight, not which side had the heavier or lighter ball.
Re: Google researcher, long out of math, cracks devilish problem about sets
#70Earlier quoted context omitted.
It's not out of the box when I apply error correcting codes to a massive range of problems ;) If you like cool problems, here is one I have not found a simple solution for, but I once saw it in a place where a simple solution should exist. You have an odd number >=3 of items with the property that any time you remove one, there is a way to split the remaining items into two equal count piles of equal weight. Show all…
I remember that problem from my college linear algebra course! I found a nice simple proof for integers (which was very satisfying!) but afaik you do need heavy linear algebra machinery to generalise it to the reals.
But no such proof can exist because the claim is not true. When you posted your comment, Fetiorin had already given a counterexample.