Skip to content →

Category: web

Stephen Wolfram on ChatGPT

A month ago, Stephen Wolfram put out a little booklet (140 pages) What Is ChatGPT Doing … and Why Does It Work?.



It gives a gentle introduction to large language models and the architecture and training of neural networks.

The entire book is freely available:

The advantage of these online texts is that you can click on any of the images, copy their content into a Mathematica notebook, and play with the code.

This really gives a good idea of how an extremely simplified version of ChatGPT (based on GPT-2) works.

Downloading the model (within Mathematica) uses about 500Mb, but afterwards you can complete any prompt quickly, and see how the results change if you turn up the ‘temperature’.

You should’t expect too much from this model. Here’s what it came up with from the prompt “The major results obtained by non-commutative geometry include …” after 20 steps, at temperature 0.8:


NestList[StringJoin[#, model[#, {"RandomSample", "Temperature" -> 0.8}]] &,
"The major results obtained by non-commutative geometry include ", 20]

The major results obtained by non-commutative geometry include vernacular accuracy of math and arithmetic, a stable balance between simplicity and complexity and a relatively low level of violence.

Lol.

In the more philosophical sections of the book, Wolfram speculates about the secret rules of language that ChatGPT must have found if we want to explain its apparent succes. One of these rules, he argues, must be the ‘logic’ of languages:

But is there a general way to tell if a sentence is meaningful? There’s no traditional overall theory for that. But it’s something that one can think of ChatGPT as having implicitly “developed a theory for” after being trained with billions of (presumably meaningful) sentences from the web, etc.

What might this theory be like? Well, there’s one tiny corner that’s basically been known for two millennia, and that’s logic. And certainly in the syllogistic form in which Aristotle discovered it, logic is basically a way of saying that sentences that follow certain patterns are reasonable, while others are not.

Something else ChatGPT may have discovered are language’s ‘semantic laws of motion’, being able to complete sentences by following ‘geodesics’:

And, yes, this seems like a mess—and doesn’t do anything to particularly encourage the idea that one can expect to identify “mathematical-physics-like” “semantic laws of motion” by empirically studying “what ChatGPT is doing inside”. But perhaps we’re just looking at the “wrong variables” (or wrong coordinate system) and if only we looked at the right one, we’d immediately see that ChatGPT is doing something “mathematical-physics-simple” like following geodesics. But as of now, we’re not ready to “empirically decode” from its “internal behavior” what ChatGPT has “discovered” about how human language is “put together”.

So, the ‘hidden secret’ of successful large language models may very well be a combination of logic and geometry. Does this sound familiar?

If you prefer watching YouTube over reading a book, or if you want to see the examples in action, here’s a video by Stephen Wolfram. The stream starts about 10 minutes into the clip, and the whole lecture is pretty long, well over 3 hours (about as long as it takes to read What Is ChatGPT Doing … and Why Does It Work?).

Leave a Comment

Loading a second brain

Before ChatGPT, the hype among productivity boosters was a PKMs or Personal knowledge management system.

It gained popularity through Tiago Forte’s book ‘Building a second brain’, and (for academics perhaps a more useful read) ‘How to take smart notes’ by Sönke Ahrens.



These books promote new techniques for note-taking (and for storing these notes) such as the PARA-method, the CODE-system, and Zettelkasten.

Unmistakable Creative has some posts on the principles behing the ‘second brain’ approach.

Your brain isn’t like a hard drive or a dropbox, where information is stored in folders and subfolders. None of our thoughts or ideas exist in isolation. Information is organized in a series of non-linear associative networks in the brain.

Networked thinking is not just a more efficient way to organize information. It frees your brain to do what it does best: Imagine, invent, innovate, and create. The less you have to remember where information is, the more you can use it to summarize that information and turn knowledge into action.

and

A network has no “correct” orientation and thus no bottom and no top. Each individual, or “node,” in a network functions autonomously, negotiating its own relationships and coalescing into groups. Examples of networks include a flock of birds, the World Wide Web, and the social ties in a neighborhood. Networks are inherently “bottom-up” in that the structure emerges organically from small interactions without direction from a central authority.

-Tiago Forte, Tagging for Personal Knowledge Management

There are several apps you can use to start building your second brain, the more popular seem to be Roam Research, LogSeq, and Obsidian.

These systems allow you to store, link and manipulate a large collection of notes, query them as a database, modify them in various ways via plugins or scripts, and navigate the network created via graph-views.

Exactly the kind of things we need to modify the simple system from the shape of languages-post into a proper topos of the unconscious.

I’ve been playing around with Obsidian which I like because it has good LaTeX plugins, powerful database tools via the Dataview plugin, and one can execute codeblocks within notes in almost any programming language (python, haskell, lean, Mathematica, ruby, javascript, R, …).

Most of all it has a vibrant community of users, an excellent forum, and a well-documented Obsidian hub.

There’s just one problem, I’m a terrible note-taker, so how can I begin to load my ‘second brain’?

Obsidian has several plugins to import data, such as your Kindle highlights, your Twitter feed, your Readwise-data, and many others, but having been too lazy in the past, I cannot use any of them.

In fact, the only useful collection of notes I have are my blog-posts. So, I’ve uploaded NeverEndingBooks into Obsidian, one note per post (admittedly, not very Zettelkasten-like), half a million words in total.

Fortunately, I did tag most of these posts at the time. Together with other meta-data this results in the Graph view below (under ‘Files’ toggled tags, under ‘Groups’ three tag-colours, and under ‘Display’ toggled arrows). One can add colour-groups based on tags or other information (here, red dots are posts tagged ‘Grothendieck’, the blue ones are tagged ‘Conway’, the purple ones tagged ‘Connes’, just for the sake of illustration). In Obsidian you can zoom into this graph, place a pointer on a node to highlight the connecting dots, and much more.



Because I tend to forget such things, and as it may be useful to other people running a WordPress-blog making heavy use of MathJax, here’s the procedure I followed:

1. Follow the instructions from Convert wordpress articles to markdown.

In the wizard I’ve opted to go only for yearly folders, to prefix posts with the date, and to save all images.

2. This gives you a directory with one folder per year containing markdown versions of your posts, and in each year-folder a subfolder ‘img’ containing all images.

Turn this directory into an Obsidian-vault by opening Obsidian, click on the ‘open another vault’ icon (third from bottom-left), select ‘Open folder as vault’ and navigate to your directory.

3. You will notice that most of your LaTeX cannot be parsed because during the markdown-process backslashes are treaded as special character, resulting in two backslashes for every LaTeX-command…

A remark before trying to solve this: another option might be to use the wordpress-to-hugo-exporter, resulting in clean LaTeX, but lacking the possibility to opt for yearly-folders (it dumps all posts into one folder), and it makes a mess of the image-files.

4. So, we will need to do a lot of search&replaces in all files, and need a convenient tool for this.

First option was the Sublime Text app, which is free and does the search&replaces quickly. The problem is that you have to save each of the files, one at a time! This may take hours.

I’ve done it using the Search and Replace app (3$) which allows you to make several searches/replaces at the same time (I messed up LaTeX code in previous exports, so needed to do many more changes). It warns you that it is dangerous to replace strings in all files (which is the reason why Sublime Text makes it difficult), you can ignore it, but only after you put the ‘img’ folders away in a safe place. Otherwise it will also try to make the changes to these files, recognise that they are not text-files, and drop them altogether…

That’s it.

I now have a backup network-version of this blog.



As we mentioned in the previous post a first attempt to construct the ‘topos of the unconscious’ might be to start with a collection of notes (the ‘conscious’) and work on the semantics of text-snippets to unravel (a part of) the unconscious underpinning of these notes. We also mentioned that the poset-structure in that post should be replaced by a more involved network structure.

What interests me most is whether such an approach might be doable ‘in practice’, and Obsidian looks like the perfect tool to try this out.

What we need is a sufficiently large set of notes, of independent interest, to inject into Obsidian. The more meta it is, the better…

(tbc)

Previously in this series:

Next:

The enriched vault

Leave a Comment

The $\mathbb{F}_1$ World Seminar

For some time I knew it was in the making, now they are ready to launch it:

The $\mathbb{F}_1$ World Seminar, an online seminar dedicated to the “field with one element”, and its many connections to areas in mathematics such as arithmetic, geometry, representation theory and combinatorics. The organisers are Jaiung Jun, Oliver Lorscheid, Yuri Manin, Matt Szczesny, Koen Thas and Matt Young.

From the announcement:

“While the origins of the “$\mathbb{F}_1$-story” go back to attempts to transfer Weil’s proof of the Riemann Hypothesis from the function field case to that of number fields on one hand, and Tits’s Dream of realizing Weyl groups as the $\mathbb{F}_1$ points of algebraic groups on the other, the “$\mathbb{F}_1$” moniker has come to encompass a wide variety of phenomena and analogies spanning algebraic geometry, algebraic topology, arithmetic, combinatorics, representation theory, non-commutative geometry etc. It is therefore impossible to compile an exhaustive list of topics that might be discussed. The following is but a small sample of topics that may be covered:

Algebraic geometry in non-additive contexts – monoid schemes, lambda-schemes, blue schemes, semiring and hyperfield schemes, etc.
Arithmetic – connections with motives, non-archimedean and analytic geometry
Tropical geometry and geometric matroid theory
Algebraic topology – K-theory of monoid and other “non-additive” schemes/categories, higher Segal spaces
Representation theory – Hall algebras, degenerations of quantum groups, quivers
Combinatorics – finite field and incidence geometry, and various generalizations”

The seminar takes place on alternating Wednesdays from 15:00 PM – 16:00 PM European Standard Time (=GMT+1). There will be room for mathematical discussion after each lecture.

The first meeting takes place Wednesday, January 19th 2022. If you want to receive abstracts of the talks and their Zoom-links, you should sign up for the mailing list.

Perhaps I’ll start posting about $\mathbb{F}_1$ again, either here, or on the dormant $\mathbb{F}_1$ mathematics blog. (see this post for its history).

Leave a Comment

Huawei and French mathematics

Huawei, the Chinese telecom giant, appears to support (and divide) the French mathematical community.

I was surprised to see that Laurent Lafforgue’s affiliation recently changed from ‘IHES’ to ‘Huawei’, for example here as one of the organisers of the Lake Como conference on ‘Unifying themes in geometry’.

Judging from this short Huawei-clip (in French) he thoroughly enjoys his new position.

Huawei claims that ‘Three more winners of the highest mathematics award have now joined Huawei’:

Maxim Kontsevich, (IHES) Fields medal 1998

Pierre-Louis Lions (College de France) Fields medal 1994

Alessio Figalli (ETH) Fields medal 2018

These news-stories seem to have been G-translated from the Chinese, resulting in misspellings and perhaps other inaccuracies. Maxim’s research field is described as ‘kink theory’ (LoL).

Apart from luring away Fields medallist, Huawei set up last year the brand new Huawei Lagrange Research Center in the posh 7th arrondissement de Paris. (This ‘Lagrange Center’ is different from the Lagrange Institute in Paris devoted to astronomy and physics.)



It aims to host about 30 researchers in mathematics and computer science, giving them the opportunity to live in the ‘unique eco-system of Paris, having the largest group of mathematicians in the world, as well as the best universities’.

Last May, Michel Broué authored an open letter to the French mathematical community Dans un hotel particulier du 7eme arrondissement de Paris (in French). A G-translation of the final part of this open letter:

“In the context of a very insufficient research and development effort in France, and bleak prospects for our young researchers, it is tempting to welcome the creation of the Lagrange center. We welcome the rise of Chinese mathematics to the highest level, and we are obviously in favour of scientific cooperation with our Chinese colleagues.

But in view of the role played by Huawei in the repression in Xinjiang and potentially everywhere in China, we call on mathematicians and computer scientists already engaged to withdraw from this project. We ask all researchers not to participate in the activities of this center, as we ourselves are committed to doing.”

Among the mathematicians signing the letter are Pierre Cartier and Pierre Schapira.

To be continued.

One Comment

Bourbaki and Grothendieck-Serre

This time of year I’m usually in France, or at least I was before Covid. This might explain for my recent obsession with French math YouTube interviews.

Today’s first one is about Bourbaki’s golden years, the period between WW2 and 1975. Alain Connes is trying to get some anecdotes from Jean-Pierre Serre, Pierre Cartier, and Jacques Dixmier.

If you don’t have the time to sit through the whole thing, perhaps you might have a look at the discussion on whether or not to include categories in Bourbaki (starting at 51.40 into the clip).

Here are some other time-slots (typed on a qwerty keyboard, mes excuses) with some links.

  • 8.59 : Canular stupide (mort de Bourbaki)
  • 15.45 : recrutement de Koszul
  • 17.45 : recrutement de Grothendieck
  • 26.15 : influence de Serre
  • 28.05 : importance des ultra filtres
  • 35.35 : Meyer
  • 37.20 : faisceaux
  • 51.00 : Grothendieck
  • 51.40 : des categories, Gabriel-Demazure
  • 57.50 : lemme de Serre, theoreme de Weil
  • 1.03.20 : Chevalley vs. Godement
  • 1.05.26 : retraite Dieudonne
  • 1.07.05 : retraite
  • 1.10.00 : Weil vs. Serre-Borel
  • 1.13.50 : hierarchie Bourbaki
  • 1.20.22 : categories
  • 1.21.30 : Bourbaki, une secte?
  • 1.22.15 : Grothendieck C.N.R.S. 1984

The second one is an interview conducted by Alain Connes with Jean-Pierre Serre on the Grothendieck-Serre correspondence.

Again, if you don’t have the energy to sit through it all, perhaps I can tempt you with Serre’s reaction to Connes bringing up the subject of toposes (starting at 14.36 into the clip).

  • 2.10 : 2e these de Grothendieck: des faisceaux
  • 3.50 : Grothendieck -> Bourbaki
  • 6.46 : Tohoku
  • 8.00 : categorie des diagrammes
  • 9.10 : schemas et Krull
  • 10.50 : motifs
  • 11.50 : cohomologie etale
  • 14.05 : Weil
  • 14.36 : topos
  • 16.30 : Langlands
  • 19.40 : Grothendieck, cours d’ecologie
  • 24.20 : Dwork
  • 25.45 : Riemann-Roch
  • 29.30 : influence de Serre
  • 30.50 : fin de correspondence
  • 32.05 : pourquoi?
  • 33.10 : SGA 5
  • 34.50 : methode G. vs. theorie des nombres
  • 37.00 : paranoia
  • 37.15 : Grothendieck = centrale nucleaire
  • 38.30 : Clef des songes
  • 42.35 : 30.000 pages, probleme du mal
  • 44.25 : Ribenboim
  • 45.20 : Grothendieck a Paris, publication R et S
  • 48.00 : 50 ans IHES, lettre a Bourguignon
  • 50.46 : Laurant Lafforgue
  • 51.35 : Lasserre
  • 53.10 : l’humour
One Comment

the bongcloud attack

In this neverending pandemic there’s a shortage of stories putting a lasting smile on my face. Here’s one.



If you are at all interested in chess, you’ll know by now that some days ago IGMs (that is, international grandmasters for the rest of you) Magnus Carlsen and Hikaru Nakamura opened an official game with a double bongcloud, and couldn’t stop laughing.

The bongcloud attack is the chess opening in which white continues after

1. e2-e4, e7-e5

with

2. Ke1-e2 !

thereby blocking the diagonals for the bishop and queen, losing the ability to castle, and putting its king in danger.

If you are left clueless, you should download the free e-book Winning with the bongcloud immediately.

If you are (or were) a chess player, it is the perfect parody to all those books you had to suffer through in order to build up an ‘opening repertoire’.

If you are new to chess (perhaps after watching The queen’s gambit), it gives you a nice selection of easy mate-in-one problems.

Every possible defence against the bongcloud is illustrated with a ‘game’ illustrating the massive advantage the attack gives, ending with a situation in which … black(!) has a one-move mate.

One example:

In the two knight Copacabana tango defense against the bongcloud, that is the position after



the Haight-Asbury (yeah, well) game (Linares, 1987) continued with:

4. Kg3, Nxe4?
5. Kh3, d6+
6. Qg4!, Bxg4
7. Kxg4, Qf6??
8. Ne2, h5+??
9. Kh3!, Nxf2
10. Kg3!

giving this position



which ‘Winning with the bongcloud’ evaluates as:

White continues his textbook execution of a “pendulum,” swinging back and forth between g3 and h3 to counter every Black threat. With the dynamically placed King, Black’s attack teeters on the edge of petering out. Nxh1 will trap the Black Knight and extinguish the threat.

In the actual game, play took a different turn as Black continued his h-file pressure. Nonetheless, this game is an excellent example of how 2. …Nc6 is often a wasted tempo in the Bongcloud.

Here’s Nakamura philosophising over the game and the bongcloud. Try to watch at least the first 30 seconds or so to see the commentators reaction to the actual Carlsen-Nakamura game.

Now, that put a smile on your face, didn’t it?

Leave a Comment

Teapot supremacy

No, this is not another timely post about the British Royal family.

It’s about Richard Borcherds’ “teapot test” for quantum computers.



A lot of money is being thrown at the quantum computing hype, causing people to leave academia for quantum computing firms. A recent example (hitting the press even in Belgium) being the move of Bob Coecke from Oxford University to Cambridge Quantum Computing.

Sure, quantum computing is an enticing idea, and we have fantastic quantum algorithms such as Shor’s factorisation algorithm and Grover’s search algorithm.

The (engineering) problem is building quantum computers with a large enough number of qubits, which is very difficult due to quantum decoherence. To an outsider it may appear that the number of qubits in a working quantum computer is growing at best linearly, if not logarithmic, in sharp contrast to Moore’s law for classical computers, stating that the number of transistors in an integrated circuit doubles every two years.

Quantum computing evangelists assure us that this is nonsense, and that we should replace Moore’s law by Neven’s law claiming that the computing power of quantum computers will grow not just exponentially, but doubly exponentially!

What is behind these exaggerated claims?

In 2015 the NSA released a policy statement on the need for post-quantum cryptography. In the paper “A riddle wrapped in an enigma”, Neil Koblitz and Alfred Menezes carefully examined NSA’s possible strategies behind this assertion.

Can the NSA break PQC? Can the NSA break RSA? Does the NSA believes that RSA-3072 is much more quantum-resistant than ECC-256 and even ECC-384?, and so on.

Perhaps the most plausible of all explanations is this one : the NSA is using a diversion strategy aimed at Russia and China.

Suppose that the NSA believes that, although a large-scale quantum computer might eventually be built, it will be hugely expensive. From a cost standpoint it will be less analogous to Alan Turing’s bombe than to the Manhattan Project or the Apollo program, and it will be within the capabilities of only a small number of nation-states and huge corporations.

Suppose also that, in thinking about the somewhat adversarial relationship that still exists between the U.S. and both China and Russia, especially in the area of cybersecurity, the NSA asked itself “How did we win the Cold War? The main strategy was to goad the Soviet Union into an arms race that it could not afford, essentially bankrupting it. Their GNP was so much less than ours, what was a minor set-back for our economy was a major disaster for theirs. It was a great strategy. Let’s try it again.”

This brings us to the claim of quantum supremacy, that is, demonstrating that a programmable quantum device can solve a problem that no classical computer can solve in any feasible amount of time.

In 2019, Google claimed “to have reached quantum supremacy with an array of 54 qubits out of which 53 were functional, which were used to perform a series of operations in 200 seconds that would take a supercomputer about 10,000 years to complete”. In December 2020, a group based in USTC reached quantum supremacy by implementing a type of Boson sampling on 76 photons with their photonic quantum computer. They stated that to generate the number of samples the quantum computer generates in 20 seconds, a classical supercomputer would require 600 million years of computation.

Richard Borcherds rants against the type of problems used to claim quantum ‘supremacy’. He proposes the ‘teapot problem’ which a teapot can solve instantaneously, but will be impossibly hard for classical (and even quantum) computers. That is, any teapot achieves ‘teapot supremacy’ over classical and quantum computers!

Another point of contention are the ‘real-life applications’ quantum computers are said to be used for. Probably he is referring to Volkswagen’s plan for traffic optimization with a D-Wave quantum computer in Lisbon.

“You could give these guys a time machine and all they’d use it for was going back to watch some episodes of some soap opera they missed”

Enjoy!

One Comment

Lockdown reading : Penumbra

In this series I’ll mention some books I found entertaining, stimulating or comforting during these Corona times. Read them at your own risk.



It’s difficult to admit, but Amazon’s blurb lured me into reading Mr. Penumbra’s 24-Hour Bookstore by Robin Sloan:

“With irresistible brio and dazzling intelligence, Robin Sloan has crafted a literary adventure story for the 21st century, evoking both the fairy-tale charm of Haruki Murakami and the enthusiastic novel-of-ideas wizardry of Neal Stephenson or a young Umberto Eco, but with a unique and feisty sensibility that’s rare to the world of literary fiction.” (Amazon’s blurb)

I’m a fan of Murakami’s later books (such as 1Q84 or Killing Commendatore), and Stephenson’s earlier ones (such as Snow Crash or Cryptonomicon), so if someone wrote the perfect blend, I’m in. Reading Penumbra’s bookstore, I discovered that these ‘comparisons’ were borrowed from the book itself, leaving out a few other good suggestions:

One cold Tuesday morning, he strolls into the store with a cup of coffee in one hand and his mystery e-reader in the other, and I show him what I’ve added to the shelves:

Stephenson, Murakami, the latest Gibson, The Information, House of Leaves, fresh editions of Moffat” – I point them out as I go.

(from “Mr Penumbra’s 24-Hour Bookstore”)

This trailer gives a good impression of what the book is about.

Why might you want to read this book?

  • If you have a weak spot for a bad ass Googler girl and her tecchy wizardry.
  • If you are interested in the possibilities and limitations of Google’s tools.
  • If you don’t know what a Hadoop job is or how to combine it with a Mechanical Turk to find a marker on a building somewhere in New-York.
  • If you never heard of the Gerritszoon font, preinstalled on every Mac.

As you see, Google features prominently in the book, so it is kind of funny to watch the author, Robin Sloan, give a talk at Google.

Some years later, Sloan wrote a (shorter) prequel Ajax Penumbra 1969, which is also a good read but does not involve fancy technology, unless you count tunnel construction among those.



Read it if you want to know how Penumbra ended up in his bookstore and how he recovered the last surviving copy of the book “Techne Tycheon”.

More information (together with reading suggestions) can be found at Mr Penumbra’s 24-hour bookstore: a reading map.

Leave a Comment

Lockdown reading : the Carls

In this series I’ll mention some books I found entertaining, stimulating or comforting during these Corona times. Read them at your own risk.

An Absolutely Remarkable Thing (AART for the fans) by Hank Green came out in 2018, and recently I reread it when its sequel A Beautifully Foolish Endeavor appeared last summer.


“Protagonist April May discovers a large robot sculpture in Midtown Manhattan. She and her friend Andy Skampt decide to film it and post the video online, which goes viral and makes April an overnight celebrity. All over the world identical structures—known as “Carls”—have appeared in major cities at exactly the same time.” (Wikipedia)

Here’s an artist’s impression of said video, followed by the ‘Queen sequence’ (one of many puzzles in the book). On an audio fragment a faint trace of Queen’s “Don’t Stop Me Now” is heard, and April discovers the code “IAMU” after fixing a series of typos in the Wikipedia article about that song.

Three reasons why you might want to read this book now:

  1. It’s about the dangers and pitfalls of social media and online fame. (Something Hank Green is familiar with as he runs with his brother the YouTube channel Vlogbrothers.)
  2. It’s about a global pandemic. (Not caused by a virus, but by a contagious dream, containing 4096 ‘sequences’=puzzles, each resulting in an HEX-sequence to be combined into a vector-image.)
  3. It’s about the consequences of hate speech. (It’s hard not to draw parallels between ‘Peter Petrawicki’ and a former president, and between the actions of the ‘Defenders’ and the events of January 6th.)

AART doesn’t end well for April May, and it was hard to image Hank Green ever writing a sequel without doing a Bobby Ewing shower scene (showing my age here). And yes, the book ends with a two word text message from April: “Knock Knock”.



The sequel ‘A Beautifully Foolish Endeavour’ is perhaps even more enjoyable than AART. The Dream is now replaced by a Magic Book, and the storytelling (at first) no longer done by April herself but by her four evangelists (Maya, Andy, Miranda and Robin), Green’s very own Mamalujo so to speak.

Leave a Comment

G+ recovery 6 : math-history

In April my Google+ account will disappear. Here I collect some G+ posts, in chronological order, having a common theme. Today, math-history (jokes and puns included).

September 20th, 2011

Was looking up pictures of mathematicians from the past and couldn’t help thinking ‘Hey, I’ve seen this face before…’

Leopold Kronecker = DSK (2/7/2019 : DSK = Dominique Strauss-Kahn)

Adolf Hurwitz = Groucho Marx

June 2nd, 2012

The ‘Noether boys’

(Noether-Knaben in German) were the group of (then) young algebra students around Emmy Noether in the early 1930’s. Actually two of them were girls (Grete Hermann and Olga Taussky).

The picture is taken from a talk Peter Roquette gave in Heidelberg. Slides of this talk are now available from his website.

In 1931 Jacques Herbrand (one of the ‘Noether boys’) fell to his death while mountain-climbing in the Massif des Écrins (France). He was just 23, but already considered one of the greatest minds of his generation.

He introduced the notion of recursive functions while proving “On the consistency of arithmetic”. In several texts on Herbrand one finds this intriguing quote by Chevalley (one of the first generation Bourbakis):

“Jacques Herbrand would have hated Bourbaki” said French mathematician Claude Chevalley quoted in Michèle Chouchan “Nicolas Bourbaki Faits et légendes” Edition du choix, 1995. («Jacques Herbrand aurait détesté Bourbaki» in the original French version).

Can anyone tell me the underlying story?

June 26th, 2012

a 3yr old post on Scottish vs. Platonic Solids did hit Reddit/pics

1.4k upvotes. Surreal!

I’d better point them to the latest on this then.

Scottish solids, final(?) comments.

The return of the Scottish solids

December 19th, 2012

Mumford’s treasure map

+Pieter Belmans (re)discovered a proto-drawing of Mumford’s iconic map of Spec(Z[x]) in his ‘red book’.

The proto-pic is taken from Mumford’s ‘Lectures on curves on an algebraic surface’ p.28 and tries to depict the integral projective line. The set-up is rather classical (focussing on points of different codimension) whereas the red-book picture is more daring and has been an inspiration for generations of arithmetical geometers.

Still there’s the issue of dating these maps.

Mumford himself dates the P^1 drawing 1964 (although the publication date is 66) and the red-book as 1967. 

Though I’d love to hear more precise dates, I’m convinced they are about right. In the ‘Curves’-book’s preface Mumford apologises to ‘any reader who, hoping that he would find here in these 60 odd pages an easy and concise introduction to schemes, instead becomes hopelessly lost in a maze of unproven assertions and undeveloped suggestions.’ and he stresses by underlining ‘From lecture 12 on, we have proven everything that we need’.

So, clearly the RedBook was written later, and as he has written in-between his master-piece GIT i’d say Mumford’s own dating is about right.

Still, it is not a completely vacuous dispute as the ‘Curves’ book (supposedly from 1964 or earlier) contains a marvelous appendix by George Bergman on the Witt ring which would predate Cartier’s account…

Thanks to +James Borger i know of George’s take on this

“I was a graduate student taking the course Mumford gave on curves and surfaces; but algebraic geometry was not my main field, and soon into the course I was completely lost.  Then Mumford started a self-contained topic that he was going to weave in — ring schemes — and it made clear and beautiful sense to me; and when he constructed the Witt vector ring scheme, I thought about it, saw a nicer way to do it, talked with him about it and with his permission presented it to the class, and eventually wrote it up as a chapter in his course notes.
I think that my main substantive contribution was the tying together of the various prime-specific ring schemes into one big ring scheme that works for all primes.  The development in terms of power series may or may not have originated with me; I just don’t remember.”

which sounds very Bergmannian to me.

Anyway I’d love to know more about the dating of the ‘Curves’ book and (even more) the first year Mumford delivered his Red-Book-Lectures (my guess 1965-66). Thanks.
Pieter maintains an “Atlas of this picture” here

June 17th, 2013

the birthday of schemes : november 5th 1956

The wikipedia-entry linking Andre Martineau to the origin of the scheme-concept appears to rely on footnote 29 of Cartier’s ‘A mad day’s work, from Grothendieck to Connes and Kontsevich’ which reads:

“Serre first considered the set of maximal ideals of a commutative ring A subject to certain restrictions. Martineau then remarked to him that his arguments remained valid for any commutative ring, provided one takes all prime ideals instead of only maximal ideals. I then proposed a definition of schemes equivalent to the definition of Grothendieck. In my dissertation I confined myself to a framework similar to that of Chevalley, so as to avoid an excessively long exposition of the preliminaries!”

In the 1956/57 Chevalley seminar Cartier gave the first two talks and in the first one, on november 5th 1956, one finds the first published use of the word ‘scheme’, which he refers to as ‘schemes in the sense of Chevalley-Nagata’. On page 9 of that talk he introduces the prime spectrum with its Zariski topology.

In the second talk a week later, on november 12th, he then gives the general definition of a scheme (as we know it, by gluing together affine schemes and including the stalks).

BUT, he did all of this ‘only’ for affine rings over a field, ‘to avoid an excessively long exposition of the preliminaries’…

Grothendieck then made the quantum-leap to general commutative rings.

June 18th, 2013

Correction : scheme-birthday = december 12th, 1955

Claude Chevalley gave already two talks on ‘Schemes’ in the Cartan-Chevalley seminar of 1955/56, the first one on december 12th 1955, the other a week later.

Chevalley only considers integral schemes, of finite type over a field (Cartier drops the integrality condition on november 5th 1956, a bit later Grothendieck will drop all restrictions).

Grothendieck’s quote “But then, what are schemes?” uttered in a Parisian Cafe must date from that period. Possibly Cartier explained the concept to him. In a letter to Serre, dated december 15th 1955, Grothendieck is quite impressed with Cartier:

“Cartier seems to be an amazing person, especially his speed of understanding, and the incredible amount of things he reads and grasps; I really have the impression that in a few years he will be where you are now. I am exploiting him most profitably.”

June 18th, 2013

David Mumford on the Italian school of Geometry

Short version:
Castelnuovo : the good
Severi : the bad
Enriques : the ugly

The longer version:

“The best known case is the Italian school of algebraic geometry, which produced extremely good and deep results for some 50 years, but then went to pieces.
There are 3 key names here — Castelnuovo, Enriques and Severi.

C was earliest and was totally rigorous, a splendid mathematician.

E came next and, as far as I know, never published anything that was false, though he openly acknowledged that some of his proofs didn’t cover every possible case (there were often special highly singular cases which later turned out to be central to understanding a situation).  He used to talk about posing “critical doubts”. He had his own standards and was happy to reexamine a “proof” and make it more nearly complete.

Unfortunately Severi, the last in the line, a fascist with a dictatorial temperament, really killed the whole school because, although he started off with brilliant and correct discoveries, later published books full of garbage (this was in the 30’s and 40’s). The rest of the world was uncertain what had been proven and what not. He gave a keynote speech at the first Int Congress after the war in 1950, but his mistakes were becoming clearer and clearer.

It took the efforts of 2 great men, Zariski and Weil, to clean up the mess in the 40’s and 50’s although dredging this morass for its correct results continues occasionally to this day.” (David Mumford)

June 19th, 2014

Hirune Mendebaldeko – Bourbaki’s muse

After more than 70 years, credit is finally given to a fine, inspiring and courageous Basque algebraic geometer.

One of the better held secrets, known only to the first generation Bourbakistas, was released to the general public in april 2012 at the WAGS Spring 2012, the Western Algebraic Geometry Symposium, held at the University of Washington.

Hirune Mendebaldeko was a Basque pacifist, a contemporary of Nicholas Bourbaki, whom she met in Paris while there studying algebraic geometry. They were rumored to be carrying on a secret affair, with not infrequent trysts in the Pyrenees. Whenever they appeared together in public, however, there was no indication of any personal relationship.

From the comments, by +Sandor Kovacs:

+Chris Brav Chris, just between us: the whole thing is a joke. I just tried to put yet another twist on it. Also, until now we have never admitted that it is, so please don’t tell anyone. 😉

The explanation at the end of +lieven lebruyn’s blog post was indeed the original motivation for the name. We were starting a new “named” lecture series as part of WAGS and wanted to name it after someone not obvious. Basque is a language not related to any other. It seemed a good idea to use that, so very few people would know the meaning of any particular word.

Then we tried all the words in WAGS, but the other three were actually very similar to the English/etc versions. The first name was chosen by vibe. Then we decided that we needed a bio for our distinguished namesake and the connection to Bourbaki presented itself for various reasons that you can guess. But we wanted a pacifist and it seemed a nice contrast to Bourbaki. So Hirune was born and we were hoping that one day she would gain prominence in the world. Finally, it happened. 🙂

June 22nd, 2014

the state of European mathematics in 1927

This map, from the Rockefeller foundation, gives us the top 3 mathematical institutes in 1927 : Goettingen, Paris and … Rome.
The pie-charts per university show that algebra was a marginal topic then (wondering how a similar map might look today).

December 1st, 2015

Did Chevalley invent the Zariski topology?

In his inaugural lecture at #ToposIHES Pierre Cartier stated (around 44m11s):
“By the way, Zariski topology, as we know it today, was not what Zariski invented. He invented a variant of that, a topology on the set of all valuation rings of a given field, which is not exactly the same thing. As for the Zariski topology, the rumour is that it was invented by Chevalley in a seminar given by Zariski, but I have no real proof.”
Do you know more about this?

Btw. the full lecture of Cartier (mostly on sheaf theory) is not on the IHES YouTube channel, but on the channel of +Laurence Honnorat.

The IHES did begin to upload videos of the remaining plenary talks
here (so far, the wednesday talks are available).

Leave a Comment