Show HN: I made a puzzle game that gently introduces my favorite math mysteries
161–170 of 177 posts
Re: Show HN: I made a puzzle game that gently introduces my favorite math mysteries
#162Earlier quoted context omitted.
You might want to colour the exclave the same colour as the rest of its country, even though no connection can exist between them on the plane.
It seems like you're using "enclave" and "exclave" interchangeably, which is causing confusion. What you're referring to is an exclave; an enclave is when one region is completely surrounded by another, like Lesotho or Vatican City.
Re: Show HN: I made a puzzle game that gently introduces my favorite math mysteries
#163I showed this to my two kids, and we all three enjoyed it. The zero knowledge proof portion didnt really click for me, but we liked the four color map theorem stuff. This led me to download some maps for my kids to attempt coloring on paper, and also got me wondering about how this holds or doesn't on non-euclidian spaces. Turns out the maximum is four colors on a sphere, but 7 colors on a torus! More details here: h…
Regarding the zero knowledge proof, there'd be a chance that the two random ones you reveal are the same color, if three weren't enough. So by doing this over and over again, if the two you choose are always different colors, you approach a 100% certainty that it's legit. You never really get a 100% proof but the more times you repeat the closer you are to being sure. At 99.999999% after repeating this enough times,…
The person can just always give two different colors (and never two same colors) when you reveal two post it notes, so you could never proof them false.
Only after re-reading I realized _all_ the colors are to be hidden under the post it notes _beforehand_, not at the time you choose two post it notes.
Re: Show HN: I made a puzzle game that gently introduces my favorite math mysteries
#164I showed this to my two kids, and we all three enjoyed it. The zero knowledge proof portion didnt really click for me, but we liked the four color map theorem stuff. This led me to download some maps for my kids to attempt coloring on paper, and also got me wondering about how this holds or doesn't on non-euclidian spaces. Turns out the maximum is four colors on a sphere, but 7 colors on a torus! More details here: h…
EDIT: yep looks like it, the leftmost picture under 'snapshots' here is a 2D map of what's on the torus and looking at e.g. the blue band, it touches all 6 others (just barely the cyan and yellow ones with a few pixels of its tips when wrapping between top/bottom): https://demonstrations.wolfram.com/SevenColoringOfATorus/
Re: Show HN: I made a puzzle game that gently introduces my favorite math mysteries
#165Earlier quoted context omitted.
Why would it be necessary for a graph requiring 5 colours to have a 5-clique (as it's called [1])? The western-US example in the OP [2] has no 4-clique, yet it requires 4 colours. (Try drawing out the incidence graph of the faces, i.e. a vertex is a US state and an edge is two states bordering. Lots of 3-cliques (triangles), but no 4-clique!) Side note: indeed, 5-cliques are not planar : that is to say, there is no m…
"The western-US example in the OP [2] has no 4-clique, yet it requires 4 colours." It has something very similar to a 4-clique that can be simplified to a 4-clique for the purposes of the coloring exercise: https://imgur.com/a/oRJBkFp Or more generally, if you have any hub-and-spoke topology with an odd number of spokes, it can be simplified to a 4-clique and have the same properties. So I concede that a graph requir…
It so happens that planar graphs are K_5 minor free.
This is touching in on extremely deep theory in the graph theory field.
Re: Show HN: I made a puzzle game that gently introduces my favorite math mysteries
#166Good job, would love to see more.
Re: Show HN: I made a puzzle game that gently introduces my favorite math mysteries
#167Re: Show HN: I made a puzzle game that gently introduces my favorite math mysteries
#168> Warning: very difficult! Skip after trying a lot. I think "very difficult" is misleading here. It implies there is an answer if you try hard enough.
Re: Show HN: I made a puzzle game that gently introduces my favorite math mysteries
#169Re: Show HN: I made a puzzle game that gently introduces my favorite math mysteries
#170Earlier quoted context omitted.
I think that conveys what a zero knowledge proof achieves but it doesn't really correspond to any real zero knowledge proof algorithms. You can't do that over the phone, which is kind of the whole point.
no, that's not even close to the whole point. the analogy is to introduce the concept of proving something to a verifier without giving the verifier the solution the paint-mixing analogy of diffie-hellman also can't be done over the phone, but it helps people understand how a shared secret can be established even if all communication is intercepted
> the analogy is to introduce the concept of proving something to a verifier without giving the verifier the solution
Yes that's what I said.