Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Fwd: "Lean is like Coq but better"

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Fwd: "Lean is like Coq but better"


Chronological Thread 
  • From: Stefan Monnier <monnier AT iro.umontreal.ca>
  • To: Kevin Buzzard <kevin.m.buzzard AT gmail.com>
  • Cc: coq-club AT inria.fr
  • Subject: Re: [Coq-Club] Fwd: "Lean is like Coq but better"
  • Date: Mon, 06 Jan 2020 16:35:39 -0500
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None smtp.pra=monnier AT iro.umontreal.ca; spf=Pass smtp.mailfrom=monnier AT iro.umontreal.ca; spf=None smtp.helo=postmaster AT mailscanner.iro.umontreal.ca
  • Ironport-phdr: 9a23:KkDPVhQ9XwxKflj6oDtp3H/iUNpsv+yvbD5Q0YIujvd0So/mwa6yYBWN2/xhgRfzUJnB7Loc0qyK6vumAzFYqs/c6DgrS99lb1c9k8IYnggtUoauKHbQC7rUVRE8B9lIT1R//nu2YgB/Ecf6YEDO8DXptWZBUhrwOhBoKevrB4Xck9q41/yo+53Ufg5EmCexbal9IRmrowjdrNcajIt+Jqo+1xfEomdEcPlKyG11Il6egwzy7dqq8p559CRQtfMh98peXqj/Yq81U79WAik4Pm4s/MHkugXNQgWJ5nsHT2UZiQFIDBTf7BH7RZj+rC33vfdg1SaAPM32Sbc0WSm+76puVRTlhjsLOyI//WrKkcF7kr5Vrwy9qBx+247UYZ+aNPxifqPGYNgWQXNNUttNWyBdB4+xaZYEAegcMuZCt4Tzp0UAowa9CwmiCu3gyDFHiXDq0qM1yOkhDRjG0RY8E94SqnnZrtP4P7oSX+Cvy6nIyC3OYe5K2Tjj5ojHaBYhquyLU7J3d8rRz0gvGB3fjl6NroHlOjSV1uILs2ia8eVgT/mii289qwF2uDSv28Isio7PhoIJ0FDL6z92wIIvKdKkUkF2eNipG4ZTuSGCL4Z6X80vT39ytCok1rELtoS3cDYKxZg9xxPTd+SLfoeI7x75VuudPy10iG9qdb+9nRq+71asxvH6W8KpylhFtDBFncPJtn0V1xzc9MyHSvxl80ekwzmP1gTT6vpYLk8uk6rbLYAuwqQqmpoSq0TDGTX6mFjzjK+RcEUk5vKo5Pr9bbXivJOTK5V7hhn/MqQohMO/Hfw1PhUAUmSF4+iwyqHv8ELjTLlUjvA6iKnUvIzCKcQevKG5AgtV0og56xa4CjeryNEYnX4BLFJDeRKIkZLpNkrPIPDiCvezmUmskDJsx/DAIr3hGIvCIWLHkLv7Ybly8VZQyBAvwtBH+5JUFrYBLervVU/2rdzUFwM2Mwipw+n8E9h9zYMfWWeXAqCDKq/SsFmI5vguI+aWfoMVtiz9eLAZ4KvNgGE4nxc3YLu71IEbICS7E+pnJQOcJ3DxkMUIC2sisQ83Teisg1qHB219fXG3Cpkg6z8yDsqDCoHFR423yOiE2yG9H5BMTmFcDRaRFHDua5+JUvNKYyvEcZwpqSANSbX0E9xp7hqprgKvjuM/drOFqB1djorq0Z1O38OWkBgz8TJuCMHEgzOMVWYyg2YPQSMs0al750d0mA7ajPpIxsdAHNkW3MtnFwc3MZmHl75/AtH2QQnIeNGEUhCnWNLgHDQ2SM4rztYKJU10SY370kLzmhGyCrpQrISlQYQu+/uMjXnrIIBgznHAyLMshl1gScIdbWA=

> It is certainly true, and I would also argue that the law of the excluded
> middle is completely embedded in "Fields Medal mathematics". The bright
> young mathematicians look up to the Fields Medallists, and are taught on
> day one that Prop = bool and hence that the law of the excluded middle is
> an axiom. This will be an extremely hard cycle to break. I agree that young
> people are more and more coming into mathematics departments with a
> knowledge of programming and this is what I want to tap into, but rejecting
> LEM would not be a suggestion which would be taken seriously by anybody in
> our department. In fact I do not know of a mathematics department anywhere
> in the world where undergraduates are not told that LEM is true right from
> the start, and most lecturers. It would be interesting to find examples of
> International Mathematical Olympiad questions which would be unsolvable
> without LEM.

I have learned to consider LEM with suspicion, but at the same time, LEM
doesn't need to be an axiom. You simply need to define

classical-or A B = ¬(¬A ∧ ¬B)

and then you can easily prove

LEM : (A : Type) -> classical-or A (¬ A)

and this LEM is much more honest, IMO (in the sense that it doesn't say
"it's true" but "it's not inconsistent").

It's not as convenient to use, admittedly, but you could argue that it's
"a small matter of tooling".


Stefan




Archive powered by MHonArc 2.6.18.

Top of Page