Skip to content →

neverendingbooks Posts

#cestGrothendieck

In Belgium the hashtag-craze of the moment is #cestjoelle. Joelle Milquet is perceived to be the dark force behind everything, from the crisis in Greece, over DSK, to your mother-in-law coming over this weekend? #cestjoelle.

Sam Leith used the same meme in his book the coincidence engine.

A hurricane assembling a passenger jet out of old bean-cans? #cestGrothendieck

All shops in Alabama out of Chicken & Broccoli Rica-A-Roni? #cestGrothendieck

Frogs raining down on Atlanta? #cestGrothendieck

As this is a work of fiction, Alexandre Grothendieck‘s name is only mentioned in the ‘author’s note’:

“It is customary to announce on this page that all resemblances to characters living or dead are entirely coincidental. It seems only courteous to acknowledge, though, that in preparing the character of Nicolas Banacharski I was inspired by the true-life story of the eminent mathematician Alexandre Grothendieck.”

The name ‘Nicolas Banacharski’ is, of course, chosen on purpose (the old Bourbaki NB-joke even makes an appearance). The character ‘Isla Holderness’ is, of course, Leila Schneps, the ‘Banacharski ring’ is, of course, the Grothendieck circle. But, I’d love to know the name of the IRL-‘Fred Nieman’, who’s described as ‘an operative for the military’.

Sam Leith surely knows all the Grothendieck-trivia which shouldn’t come as a surprise because he wrote in 2004 a piece for the Spectator on the ‘what is a metre?’ incident (see also this n-category cafe post).

The story of ‘the coincidence engine’ is that Grothendieck did a double (or was it triple) bluff when he dropped out of academia in protest of military money accepted by the IHES. He went into hiding only to work for a weapons company and to develop a ‘coincidence bomb’. As more and more unlikely events happen during a car-ride by a young Cambridge postdoc though the US (to propose to his American girlfriend), the true Grothendieck-aficianado (and there are still plenty of them in certain circles) will no doubt begin to believe that the old genius succeeded (once again) and that Ana’s (Grothendieck’s mother) $\infty$-ring is this devilish (pun intended) device…

However,

“There was no coincidence engine. Not in this world. It existed only in Banacharski’s imagination and in the imaginations he touched. But there was a world in which it worked, and this world was no further than a metre from our own. Its effect spilled across, like light through a lampshade.

And with that light there spilled, unappeased and peregrine, fragments of any number of versions of an old mathematician who had become his own ghost. Banacharski was neither quite alive nor quite dead, if you want the truth of it. He was a displaced person again, and nowhere was his home.”

Comments closed

3 related new math-sites

F_un Mathematics

Hardly a ‘new’ blog, but one that is getting a new life! On its old homepage you’ll find a diagonal banner stating ‘This site has moved’ and clicking on it will guide you to its new location : cage.ugent.be/~kthas/Fun.

From now on, this site will be hosted at the University of Ghent and maintained by Koen Thas. So, please update your bookmarks and point your RSS-aggregator to the new feed.

Everyone interested in contributing to this blog dedicated to the mathematics of the field with one element should contact Koen by email.

angst

Though I may occasionally (cross)post at F_un mathematics, my own blog-life will center round a new blog to accompany the master-course ‘seminar noncommutative geometry’ I’m running at Antwerp University this semester. Its URL is noncommutative.org and it is called :

Here, angs is short for Antwerp Noncommutative Geometry Seminar and the additions @t resp. + are there to indicate we will experiment a bit trying to find useful interactions between the IRL seminar, its blog and social media such as twitter and Google+.

The seminar (and blog) are scheduled to start in earnest september 30th, but I may post some prep-notes already. This semester the seminar will try to decode Smirnov’s old idea to prove the ABC-conjecture in number theory via geometry over the field with one element and connect it with new ideas such as Borger’s $\mathbb{F}_1$-geometry using $\lambda$-rings and noncommutative ideas proposed by Connes, Consani and Marcolli.

Again, anyone willing to contribute actively is invited to send me an email or to comment on ‘angst’, tweet about it using the hashtag #angs (all such tweets will appear on the frontpage) or share its posts on Google+.

Noncommutative Arithmetic Geometry Media Library

Via the noncommutative geometry blog a new initiative maintained by Alain Connes and Katia Consani was announced : the Noncommutative Arithmetic Geometry Media Library.

This site is dedicated to maintain articles, videos, and news about meetings and activities related to noncommutative arithmetic geometry. The website is still `under construction’ and the plan is to gradually add more videos (also from past conferences and meetings), as well as papers and slides.

Comments closed

wp-latex’ sweet revenge : wp+MathJax-> ePub

In the early days of math-blogging, one was happy to get LaTeXRender working. Some years later, the majority of math-blogs were using the, more user-friendly, wp-latex plugin to turn LaTeX-code into png-images. Today, everyone uses MathJax which works with modern CSS and web fonts instead of equation images, so equations scale with surrounding text at all zoom levels.

However, MathJax has one downside : it doesn’t parse in ePub-readers. Peter Krautzberger wrote a post Epub and mathematics in which he suggested two methods to turn MathJax into ePub, but after dozens of experiments I still fail to reproduce these.

No doubt, someone will soon come up with a working alternative, but for the impatient here’s a quick but dirty method to turn your MathJax powered wordpress post into ePub :

the tools

  • download and install the ePub export plugin. It automatically creates an ePub file when a post or page is published or updated. The ePubs are stored in the uploads directory (to be found in the wp-contents directory).
  • download and install the wp-latex plugin. MathJax uses the normal \$ tex-delimeters whereas wp-latex requires \$latex, so this plugin doesn’t interfere with the default use of MathJax.
  • download the wp2latex python script. It converts a standard LaTeX file into a format that is ready to be copied into WordPress.

the routine

  • Edit the post you want to convert to ePub. Copy the contents of the post box to a file say post1.tex and save this in the same directory containing the latex2wp.py script.
  • In Terminal go to that directory and type the command ‘python latex2wp.py post1.tex’. It will produce a new file post1 in the same directory.
  • Copy the contents of post1 into the post box of your WordPress-post and press the update button. This time the TeX-commands in your post will be rendered using wp-latex and the ePub export-plugin will have created an ePub-version of it.
  • Locate this newly created ePub file in the relevant wp-contents/uploads/ folder (file has a number.epub name) and, if wanted, change its name into something easier to recognize and copy it somewhere outside the uploads directory. This will be your desired ePub-version of the post.
  • Replace the contents of the post box of your WordPress-post with the contents of the post1.tex file and hit the ‘Update’ button, to restore your original post (powered by MathJax).
  • Email your ePub-file to your iPad and open it with iBooks. Not quite as nice as MathJax-parsed TeX but a lot better than reading unparsed TeX-commands.
Comments closed