If you're reading a proof that seems too good to be true, you should quickly get a sense of the whole argument, then focus on the parts that seem likely to be wrong.

You shouldn't take a portion of the proof that's correct, and optimize it. But that's what I've just done.

This new claimed proof of the 4-color theorem, just 6 pages long, uses a formula for counting rooted planar maps. But there's a simpler formula that would greatly simplify some of the arguments!

(1/n)

#combinatorics

A 'planar map' is a graph embedded in the sphere. This is what the 4-color theorem is about. We can always draw such a map on the plane, but we should think of it on the sphere. Then one of the faces - that is, countries - extends out to infinity.

A planar map become 'rooted' when we choose one of its edges and draw an arrow on it. We can always draw the map so this special edge is touching the infinite face, as shown here.

How many rooted planar maps with n edges are there?

(2/n)

In 1963 the famous combinatorist Tutte showed that there are

π‘Žβ‚™ = 2 3ⁿ (2𝑛)! / 𝑛!(𝑛+2)!

rooted planar maps with n edges. Jackson and Richmond's claimed proof of the 4-color theorem uses a formula for the generating function

𝐴(π‘₯) = βˆ‘β‚™ π‘Žβ‚™π‘₯ⁿ

Namely, they say it equals the hypergeometric function ₂𝐹₁[Β½, 1 ; 3; 12π‘₯] .

I think that's right. (They subtract 1, but we can worry about that later.)

But there seems to be a much simpler formula for 𝐴(π‘₯), which makes everything easier!

(3/n)

If Jackson and Richmond had looked up the sequence π‘Žβ‚™ on the On-Line Encyclopedia of Integer Sequences:

https://oeis.org/A000168

they'd have seen Simon Plouffe gave a simpler formula for its generating function in 2012:

\( \displaystyle{ A(x) = \frac{-1 + 18x - (1 - 12x)^{3/2}}{54 x^2} } \)

This simpler formula would make some of their arguments a lot easier!

(4/n)

A000168 - OEIS

For example, Jackson and Richmond use the following complicated argument involving the hypergeometric function ₂𝐹₁ to show 𝐴(π‘₯) has the form shown in equation (7).

But this fact is instantly obvious once we know

\( \displaystyle{ A(x) = \frac{-1 + 18x - (1 -12x)^{3/2}}{54 x^2} } \)

(5/n)

By the way, I probably got a bunch of small stuff wrong.

For example, should we count the rooted planar tree with zero edges, which gives the constant term in the generating function 𝐴(𝑧)? It seems Jackson and Richmond don't, which is why they subtract 1 from ₂𝐹₁[Β½, 1 ; 3; 12π‘₯] . But the On-Line Encyclopedia of Integer Sequences does.

This could be straightened out.

(6/n)

By now it's clear this paper is wrong in several ways, and cannot be salvaged. To learn why, start here:

https://mathstodon.xyz/@noamzoam/109567981846531700

and read the comments by Noam Zeilberger (@noamzoam) and Simon Pepin Lehalleur (@plain_simon). Then I carefully describe a whole set of *other* errors.

But anyway, it was fun learning about the generating function for rooted planar maps.

By the way, the pictures of rooted planar maps came from this cool paper:

https://arxiv.org/abs/1408.5028

(7/n, n = 7)

Noam Zeilberger (@[email protected])

@johncarlosbaez @highergeometer I've been reading the paper, and a basic element of this strategy seems problematic to me. Namely, that the proportion of planar maps that are 4-colorable *is* exponentially small! A planar map has a proper 4-coloring of its faces (or dually, vertices) iff it is bridgeless (or dually, loopless). Now, the #s of (rooted) planar maps and of bridgeless/loopless planar maps were counted by Tutte, corresponding to https://oeis.org/A000168 and https://oeis.org/A000260.

Mathstodon
@johncarlosbaez @plain_simon Let me just add that I thought the strategy of the paper was interesting, and was excited to see Tutte's work on map enumeration (which he originally conceived as a long-game attack on the Four Colour Problem) playing a role. I don't immediately see an obstruction to this proof strategy working in principle if they replaced general planar maps by loopless planar maps and showed that there was a dense subfamily of such maps that can be 4-colored. (1/2)
@johncarlosbaez @plain_simon On the other hand, the paper does not really provide evidence that this strategy is feasible in my opinion, since it has too many important mistakes and the big gap in the proof that the subfamily of maps Q is 4-colorable. (2/2)
@noamzoam @johncarlosbaez As a non-expert who was just asking basic questions out of idle curiosity, I will defer to Noam's judgement here...
@johncarlosbaez wait - I'm only now realizing that I'm reading this on Tusky and the Latex ... Works(!?!). Is Tusky now latex capable? The later stuff that uses \\displaystyle doesn't work, though. This has the potential to change things a lot...

@SvenGeier - part (3/n) of my tweets has no LaTeX, just Unicode. I do that for people like you.

The stuff with \displaystyle in part (4/n) is LaTeX. That equation would have been hard to write in Unicode, since I'm raising something to the 3/2 power. Unicode lets you write π‘₯Β³Β², but I don't think they've got a superscript /.

@johncarlosbaez ah, sneaky. I guess 'tis the season for dashed hopes...
@johncarlosbaez I think there’s a gap in section 4.1 where they give a formula for the number of graphs in Q without justification. Roughly they give a generating function for planar graphs with a cut point that is the product of the ones for subgraphs. But there can be many cut points, so I think they are over counting, and thus Q does not have positive density. It’s hard to pinpoint the error in a poorly written proof, but I suspect there is at least one there.