Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (Cyborg)
  • No Skin
Collapse
Brand Logo

CIRCLE WITH A DOT

  1. Home
  2. Uncategorized
  3. I don't want to formalize any of my work on mathematics.

I don't want to formalize any of my work on mathematics.

Scheduled Pinned Locked Moved Uncategorized
106 Posts 38 Posters 0 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • mevenlennonbertrand@lipn.infoM mevenlennonbertrand@lipn.info

    @markusde I guess it says that :
    - the definitions give you objects which once roundtripped are isomorphic to the original ones ; not the best specification, but rather solid (it rules out everything being unit or something, and is especially fine if you also translate the various operations/basic proofs which encode that they behave the way one expects)
    - the lemmas you admit on the Lean side are logically equivalent (up to Lean -> Rocq translation) to ones which are proven, which to me makes them very reasonable to assume

    Of course that brings the Lean -> Rocq translation to the TCB, as well as Rocq, but I still feel this is ok?

    And I don't see how the liking with other Lean code changes anything, you can treat the translated code as some sort of opaque module with a bunch of definitions and proofs and use that opaquely, just as you would any other Lean module? Except in this one the proofs are not there, they're on the Rocq side

    markusde@mathstodon.xyzM This user is from outside of this forum
    markusde@mathstodon.xyzM This user is from outside of this forum
    markusde@mathstodon.xyz
    wrote last edited by
    #58

    @mevenlennonbertrand I am not comfortable with having that added to the TCB, so, getting back to my initial comment I would not call it "verified" given how easy it is to get wrong! Their article brings up several differences between the Lean and Rocq type theory... can they be sure they caught them all? Apply their technique to a proof development in a different language that is not classically valid. What goes wrong? What if all the definitions they choose to port are round-trippable but some of them are not true????

    The answer to this rhetorical question is probably that "they wouldn't trust that" but I think the translation is subtle enough that I wouldn't put faith in it.

    markusde@mathstodon.xyzM 1 Reply Last reply
    0
    • markusde@mathstodon.xyzM markusde@mathstodon.xyz

      @mevenlennonbertrand I am not comfortable with having that added to the TCB, so, getting back to my initial comment I would not call it "verified" given how easy it is to get wrong! Their article brings up several differences between the Lean and Rocq type theory... can they be sure they caught them all? Apply their technique to a proof development in a different language that is not classically valid. What goes wrong? What if all the definitions they choose to port are round-trippable but some of them are not true????

      The answer to this rhetorical question is probably that "they wouldn't trust that" but I think the translation is subtle enough that I wouldn't put faith in it.

      markusde@mathstodon.xyzM This user is from outside of this forum
      markusde@mathstodon.xyzM This user is from outside of this forum
      markusde@mathstodon.xyz
      wrote last edited by
      #59

      @mevenlennonbertrand
      There could be engineering value in this as a starting point to porting complete proofs, though ofc that is not demonstrated until you actually do the proofs. For example, I would consider a tool that translates Rocq canonical structures hierarchies into it's type-theoretically similar Lean code _wrong_, because in Lean, you want to use typeclasses 99% of the time. I'll reserve judgement until they fill in the gaps.

      1 Reply Last reply
      0
      • martinescardo@mathstodon.xyzM martinescardo@mathstodon.xyz

        @andrejbauer @johncarlosbaez @dougmerritt @JacquesC2 @pigworker @xenaproject

        It is not inconceivable that one day in the not-too-distant future, proof assistants will be able to "understand" proofs written in sufficiently careful, informal, mathematical vernacular and translate it to a suitable formal language.

        And this formal language doesn't need to be fixed. The mathematician just chooses a foundation, or, in case they don't care, they let the proof assistant choose a suitable one for the informal (but hopefully rigorous) mathematics at hand.

        I don't mean AI, but people are certainly trying this with so-called AI nowadays (personally, I think this is the wrong approach, but **I don't want** this to become the subject of discussion here).

        In any case, a person will need to check that the definitions and the statements of the theorems and constructions are correctly translated (*). Then the formal proofs obtained from informal proofs don't need to be checked by people.

        (*) At least at the beginning. For example, we now trust that C compilers produce correct machine code and don't check it ourselves.

        In any case, all of the above can happen only step by step, and currently we are at an important step, I think, where the first were in the 1960's by de Bruijn.

        As I said before, I use proof assistants as smart blackboards. If I could get interactive help while I write in mathematical vernacular, I would immediately adopt this incredible new proof assistant.

        And, I repeat, I don't mean the kind of non-help I get from ChatGPT, Gemini, Claude, DeepSeek, or what-you-have - I feel I help them rather than the other way round.

        I mean the kind of help I already get in non-AI-based proof assistants

        martinescardo@mathstodon.xyzM This user is from outside of this forum
        martinescardo@mathstodon.xyzM This user is from outside of this forum
        martinescardo@mathstodon.xyz
        wrote last edited by
        #60

        @andrejbauer @johncarlosbaez @dougmerritt @JacquesC2 @pigworker @xenaproject

        And let's not forget.

        Everybody here and elsewhere says Lean, Lean, Lean.

        Before Lean, we have a long list of successful proof assistants.

        In particular, Lean is based on both Rocq (formerly known as Coq) *and* the foundations of Rocq, namely the "calculus of inductive constructions".

        Lean is Rocq with a new skin and a new community, based on the very same foundations and approaches.

        I can say this without any conflict of interest, because I prefer Agda instead, which is based on a different foundation, namely MLTT.

        And this preference is based on the kind of mathematics *I* prefer (constructive, suitable for being interpreted in any (infinity) topos, in the (in)formal language of HoTT/UF).

        liamoc@types.plL 1 Reply Last reply
        0
        • martinescardo@mathstodon.xyzM martinescardo@mathstodon.xyz

          @andrejbauer @johncarlosbaez @dougmerritt @JacquesC2 @pigworker @xenaproject

          And let's not forget.

          Everybody here and elsewhere says Lean, Lean, Lean.

          Before Lean, we have a long list of successful proof assistants.

          In particular, Lean is based on both Rocq (formerly known as Coq) *and* the foundations of Rocq, namely the "calculus of inductive constructions".

          Lean is Rocq with a new skin and a new community, based on the very same foundations and approaches.

          I can say this without any conflict of interest, because I prefer Agda instead, which is based on a different foundation, namely MLTT.

          And this preference is based on the kind of mathematics *I* prefer (constructive, suitable for being interpreted in any (infinity) topos, in the (in)formal language of HoTT/UF).

          liamoc@types.plL This user is from outside of this forum
          liamoc@types.plL This user is from outside of this forum
          liamoc@types.pl
          wrote last edited by
          #61

          @MartinEscardo @andrejbauer @johncarlosbaez @dougmerritt @JacquesC2 @pigworker @xenaproject

          while I mostly agree, I think Lean also inherits many ideas from Isabelle, not about foundations at all but instead about things like proof search and automation.

          1 Reply Last reply
          0
          • johncarlosbaez@mathstodon.xyzJ johncarlosbaez@mathstodon.xyz

            I don't want to formalize any of my work on mathematics. First because, as Emily Riehl notes, formalization tends to impose consensus. And second, because I find it boring. It steals time from creative thought to nail things down with more rigidity than I need or want.

            Kevin Buzzard says "It forces you to think about mathematics in the right way." But there is no such thing as "the" right way to think about mathematics - and certainly not one that can be forced on us.

            Link Preview Image
            In Math, Rigor Is Vital. But Are Digitized Proofs Taking It Too Far? | Quanta Magazine

            The quest to make mathematics rigorous has a long and spotty history — one mathematicians can learn from as they push to formalize everything in the computer program Lean.

            favicon

            Quanta Magazine (www.quantamagazine.org)

            dpiponi@mathstodon.xyzD This user is from outside of this forum
            dpiponi@mathstodon.xyzD This user is from outside of this forum
            dpiponi@mathstodon.xyz
            wrote last edited by
            #62

            @johncarlosbaez What I find interesting about this is that during my mathematical training I was taught there is but one way to do mathematics: ZFC. When I got to meet people working in proof verification I learnt that there is a whole world of formalisms out there.

            robjlow@mathstodon.xyzR 1 Reply Last reply
            0
            • johncarlosbaez@mathstodon.xyzJ johncarlosbaez@mathstodon.xyz

              @highergeometer @RobJLow - soon we will give mathematicians brain implants that make their glasses flash a red warning light when they state any result that hasn't been formalized, and this problem will be solved.

              highergeometer@mathstodon.xyzH This user is from outside of this forum
              highergeometer@mathstodon.xyzH This user is from outside of this forum
              highergeometer@mathstodon.xyz
              wrote last edited by
              #63

              @johncarlosbaez your suggestion made me think of this Far Side cartoon:
              https://static1.cbrimages.com/wordpress/wp-content/uploads/2023/05/the-far-side-didnt-wash-hands.jpg

              highergeometer@mathstodon.xyzH 1 Reply Last reply
              0
              • highergeometer@mathstodon.xyzH highergeometer@mathstodon.xyz

                @johncarlosbaez your suggestion made me think of this Far Side cartoon:
                https://static1.cbrimages.com/wordpress/wp-content/uploads/2023/05/the-far-side-didnt-wash-hands.jpg

                highergeometer@mathstodon.xyzH This user is from outside of this forum
                highergeometer@mathstodon.xyzH This user is from outside of this forum
                highergeometer@mathstodon.xyz
                wrote last edited by
                #64

                @johncarlosbaez uncomfortable in many ways, yes.

                1 Reply Last reply
                0
                • andrejbauer@mathstodon.xyzA andrejbauer@mathstodon.xyz

                  @johncarlosbaez @dougmerritt @MartinEscardo @JacquesC2 @pigworker Somewhat unexpectedly, I find myself on the same side as @xenaproject on this one, I suppose because I read "the right way" differently from @johncarlosbaez

                  Formalized mathematics makes us think "the right way" in the sense that it requires mental hygiene, it encourages better organization, it invites abstraction, and it demands honesty.

                  Formalized mathematics does not at all impose "One and Only Truth", nor does it "nail things down with rigidity" or "impose concensus". Those are impressions that an outsider might get by observing how, for the first time, some mathematicians have banded together to produce the largest library of formalized mathematics in history. But let's be honest, it's miniscule.

                  Even within a single proof assistant, there is a great deal of freedom of exploration of foundations, and there are many different ways to formalize any given topic. Not to mention that having several proof assistants, each peddling its own foundation, has only contributed to plurality of mathematical thought.

                  Current tools are relatively immature and do indeed steal time from creative thought to some degree, although people who are proficient in their use regularly explore mathematics with proof assistants (for example @MartinEscardo and myself), testifying to their creative potential.

                  Finally, any fear that Mathlib and Lean will dominate mathematical thought, or even just formalized mathematics, is a hollow one. Mathlib will soon be left in the dust of history, but it will always be remembered as the project that brought formalized mathematics from the fringes of computer science to the mainstream of mathematics.

                  johncarlosbaez@mathstodon.xyzJ This user is from outside of this forum
                  johncarlosbaez@mathstodon.xyzJ This user is from outside of this forum
                  johncarlosbaez@mathstodon.xyz
                  wrote last edited by
                  #65

                  @andrejbauer - "Formalized mathematics makes us think "the right way" in the sense that it requires mental hygiene, it encourages better organization, it invites abstraction, and it demands honesty."

                  I did read it differently. I was really worrying that Kevin meant formalizing mathematics in *Lean* forces us to think the right way. But in fact I don't think formalizing mathematics at all makes us think "the" right way. It has good sides, which you mention, so it's *a* right way to do mathematics. But it also has bad sides. Mostly, it doesn't encourage radical new ideas that don't fit well in existing formalisms. Newton, Euler, Dirac, Feynman and Witten are just a few of the most prominent people who broke out of existing frameworks, didn't think formally, and did work that led to a huge growth of mathematics. If you say "those people are physicists, not mathematicians", then you're slicing disciplines differently than me. I find their ideas more mathematically interesting than most mathematics that fits into existing frameworks.

                  @dougmerritt @MartinEscardo @JacquesC2 @pigworker @xenaproject

                  hallasurvivor@sunny.gardenH dlakelan@mastodon.sdf.orgD martinescardo@mathstodon.xyzM cbaberle@mathstodon.xyzC andrejbauer@mathstodon.xyzA 5 Replies Last reply
                  0
                  • johncarlosbaez@mathstodon.xyzJ johncarlosbaez@mathstodon.xyz

                    @andrejbauer - "Formalized mathematics makes us think "the right way" in the sense that it requires mental hygiene, it encourages better organization, it invites abstraction, and it demands honesty."

                    I did read it differently. I was really worrying that Kevin meant formalizing mathematics in *Lean* forces us to think the right way. But in fact I don't think formalizing mathematics at all makes us think "the" right way. It has good sides, which you mention, so it's *a* right way to do mathematics. But it also has bad sides. Mostly, it doesn't encourage radical new ideas that don't fit well in existing formalisms. Newton, Euler, Dirac, Feynman and Witten are just a few of the most prominent people who broke out of existing frameworks, didn't think formally, and did work that led to a huge growth of mathematics. If you say "those people are physicists, not mathematicians", then you're slicing disciplines differently than me. I find their ideas more mathematically interesting than most mathematics that fits into existing frameworks.

                    @dougmerritt @MartinEscardo @JacquesC2 @pigworker @xenaproject

                    hallasurvivor@sunny.gardenH This user is from outside of this forum
                    hallasurvivor@sunny.gardenH This user is from outside of this forum
                    hallasurvivor@sunny.garden
                    wrote last edited by
                    #66

                    @johncarlosbaez

                    I don't agree that working with a proof assistant will reduce the chance that we'll come up with radical new ideas.

                    It's not at all difficult for me to picture someone like Grothendieck, who also broke out of many existing formalisms, writing his own library from scratch in order to express his ideas -- In many ways this is exactly what he did! Though of course he (and his collaborators) wrote a long series of books rather than writing a long list of agda/lean/etc files.

                    In fact, it's quite easy for me to picture someone like Grothendieck writing their own theorem prover! Perhaps in that world EGA/SGA would look much more like the currently-under-development synthetic algebraic geometry, formalized in a proof assistant that's custom made for arguments in the (big) zariski or etale topos.

                    @andrejbauer @dougmerritt @MartinEscardo @JacquesC2 @pigworker @xenaproject

                    martinescardo@mathstodon.xyzM 1 Reply Last reply
                    0
                    • johncarlosbaez@mathstodon.xyzJ johncarlosbaez@mathstodon.xyz

                      @andrejbauer - "Formalized mathematics makes us think "the right way" in the sense that it requires mental hygiene, it encourages better organization, it invites abstraction, and it demands honesty."

                      I did read it differently. I was really worrying that Kevin meant formalizing mathematics in *Lean* forces us to think the right way. But in fact I don't think formalizing mathematics at all makes us think "the" right way. It has good sides, which you mention, so it's *a* right way to do mathematics. But it also has bad sides. Mostly, it doesn't encourage radical new ideas that don't fit well in existing formalisms. Newton, Euler, Dirac, Feynman and Witten are just a few of the most prominent people who broke out of existing frameworks, didn't think formally, and did work that led to a huge growth of mathematics. If you say "those people are physicists, not mathematicians", then you're slicing disciplines differently than me. I find their ideas more mathematically interesting than most mathematics that fits into existing frameworks.

                      @dougmerritt @MartinEscardo @JacquesC2 @pigworker @xenaproject

                      dlakelan@mastodon.sdf.orgD This user is from outside of this forum
                      dlakelan@mastodon.sdf.orgD This user is from outside of this forum
                      dlakelan@mastodon.sdf.org
                      wrote last edited by
                      #67

                      @johncarlosbaez
                      John, I'm a huge fan of nonstandard analysis. i get that not everyone is, but what I found interesting about the history of NSA is that it started out informal, was ridiculed, then an alternative formalism invented which I find... annoying, and then Abraham Robinson came along and he wanted NSA to be rigorous so he found a way to make it so, and then since then others found simpler ways and in some ways
                      @andrejbauer @dougmerritt @MartinEscardo @JacquesC2 @pigworker @xenaproject

                      dlakelan@mastodon.sdf.orgD 1 Reply Last reply
                      0
                      • dlakelan@mastodon.sdf.orgD dlakelan@mastodon.sdf.org

                        @johncarlosbaez
                        John, I'm a huge fan of nonstandard analysis. i get that not everyone is, but what I found interesting about the history of NSA is that it started out informal, was ridiculed, then an alternative formalism invented which I find... annoying, and then Abraham Robinson came along and he wanted NSA to be rigorous so he found a way to make it so, and then since then others found simpler ways and in some ways
                        @andrejbauer @dougmerritt @MartinEscardo @JacquesC2 @pigworker @xenaproject

                        dlakelan@mastodon.sdf.orgD This user is from outside of this forum
                        dlakelan@mastodon.sdf.orgD This user is from outside of this forum
                        dlakelan@mastodon.sdf.org
                        wrote last edited by
                        #68

                        @johncarlosbaez
                        the hyperreals are so "easy" to formalize its hard to imagine how long we went without a formalism.

                        What's also interesting is how strong the pushback is about NSA. Multiple times a week on the internet calculus students will ask questions about dy/dx being a fraction or not... mention nonstandard analysis and youre likely to get down voted and attacked as unhelpful... happens on r/learnmath regularly.

                        @andrejbauer @dougmerritt @MartinEscardo @JacquesC2 @pigworker @xenaproject

                        dlakelan@mastodon.sdf.orgD 1 Reply Last reply
                        0
                        • hallasurvivor@sunny.gardenH hallasurvivor@sunny.garden

                          @johncarlosbaez

                          I don't agree that working with a proof assistant will reduce the chance that we'll come up with radical new ideas.

                          It's not at all difficult for me to picture someone like Grothendieck, who also broke out of many existing formalisms, writing his own library from scratch in order to express his ideas -- In many ways this is exactly what he did! Though of course he (and his collaborators) wrote a long series of books rather than writing a long list of agda/lean/etc files.

                          In fact, it's quite easy for me to picture someone like Grothendieck writing their own theorem prover! Perhaps in that world EGA/SGA would look much more like the currently-under-development synthetic algebraic geometry, formalized in a proof assistant that's custom made for arguments in the (big) zariski or etale topos.

                          @andrejbauer @dougmerritt @MartinEscardo @JacquesC2 @pigworker @xenaproject

                          martinescardo@mathstodon.xyzM This user is from outside of this forum
                          martinescardo@mathstodon.xyzM This user is from outside of this forum
                          martinescardo@mathstodon.xyz
                          wrote last edited by
                          #69

                          @hallasurvivor

                          It is not clear who specifically you are replying to. I hope it is not me.

                          @johncarlosbaez @andrejbauer @dougmerritt @JacquesC2 @pigworker @xenaproject

                          hallasurvivor@sunny.gardenH 1 Reply Last reply
                          0
                          • dlakelan@mastodon.sdf.orgD dlakelan@mastodon.sdf.org

                            @johncarlosbaez
                            the hyperreals are so "easy" to formalize its hard to imagine how long we went without a formalism.

                            What's also interesting is how strong the pushback is about NSA. Multiple times a week on the internet calculus students will ask questions about dy/dx being a fraction or not... mention nonstandard analysis and youre likely to get down voted and attacked as unhelpful... happens on r/learnmath regularly.

                            @andrejbauer @dougmerritt @MartinEscardo @JacquesC2 @pigworker @xenaproject

                            dlakelan@mastodon.sdf.orgD This user is from outside of this forum
                            dlakelan@mastodon.sdf.orgD This user is from outside of this forum
                            dlakelan@mastodon.sdf.org
                            wrote last edited by
                            #70

                            @johncarlosbaez
                            So, while I think of formalism as a needed tool, I'm also with John in thinking that formalism is not always helpful. if formalism was enough we could replace all math books by the axioms of ZFC and be done with it... everything else left as an exercise for the reader 😅
                            @andrejbauer @dougmerritt @MartinEscardo @JacquesC2 @pigworker @xenaproject

                            1 Reply Last reply
                            0
                            • martinescardo@mathstodon.xyzM martinescardo@mathstodon.xyz

                              @hallasurvivor

                              It is not clear who specifically you are replying to. I hope it is not me.

                              @johncarlosbaez @andrejbauer @dougmerritt @JacquesC2 @pigworker @xenaproject

                              hallasurvivor@sunny.gardenH This user is from outside of this forum
                              hallasurvivor@sunny.gardenH This user is from outside of this forum
                              hallasurvivor@sunny.garden
                              wrote last edited by
                              #71

                              @MartinEscardo

                              Sorry, let me adopt your convention to make my reply more clear -- but you can tell I was replying to John since it's his post that show up above mine when you click my post (at least on my instance)

                              @johncarlosbaez @andrejbauer @dougmerritt @JacquesC2 @pigworker @xenaproject

                              johncarlosbaez@mathstodon.xyzJ 1 Reply Last reply
                              0
                              • johncarlosbaez@mathstodon.xyzJ johncarlosbaez@mathstodon.xyz

                                @andrejbauer - "Formalized mathematics makes us think "the right way" in the sense that it requires mental hygiene, it encourages better organization, it invites abstraction, and it demands honesty."

                                I did read it differently. I was really worrying that Kevin meant formalizing mathematics in *Lean* forces us to think the right way. But in fact I don't think formalizing mathematics at all makes us think "the" right way. It has good sides, which you mention, so it's *a* right way to do mathematics. But it also has bad sides. Mostly, it doesn't encourage radical new ideas that don't fit well in existing formalisms. Newton, Euler, Dirac, Feynman and Witten are just a few of the most prominent people who broke out of existing frameworks, didn't think formally, and did work that led to a huge growth of mathematics. If you say "those people are physicists, not mathematicians", then you're slicing disciplines differently than me. I find their ideas more mathematically interesting than most mathematics that fits into existing frameworks.

                                @dougmerritt @MartinEscardo @JacquesC2 @pigworker @xenaproject

                                martinescardo@mathstodon.xyzM This user is from outside of this forum
                                martinescardo@mathstodon.xyzM This user is from outside of this forum
                                martinescardo@mathstodon.xyz
                                wrote last edited by
                                #72

                                @johncarlosbaez writes "But in fact I don't think formalizing mathematics at all makes us think the right way."

                                You should try it once to see by yourself. You are talking about something you've never done.

                                I say this because I also said the same thing as you said in the past.

                                And here is the first time I repent in public:

                                Computing an integer using a Grothendieck topos
                                https://math.andrej.com/2021/05/18/computing-an-integer-using-a-sheaf-topos/

                                @andrejbauer @dougmerritt @JacquesC2 @pigworker @xenaproject

                                johncarlosbaez@mathstodon.xyzJ 1 Reply Last reply
                                0
                                • johncarlosbaez@mathstodon.xyzJ johncarlosbaez@mathstodon.xyz

                                  @andrejbauer - "Formalized mathematics makes us think "the right way" in the sense that it requires mental hygiene, it encourages better organization, it invites abstraction, and it demands honesty."

                                  I did read it differently. I was really worrying that Kevin meant formalizing mathematics in *Lean* forces us to think the right way. But in fact I don't think formalizing mathematics at all makes us think "the" right way. It has good sides, which you mention, so it's *a* right way to do mathematics. But it also has bad sides. Mostly, it doesn't encourage radical new ideas that don't fit well in existing formalisms. Newton, Euler, Dirac, Feynman and Witten are just a few of the most prominent people who broke out of existing frameworks, didn't think formally, and did work that led to a huge growth of mathematics. If you say "those people are physicists, not mathematicians", then you're slicing disciplines differently than me. I find their ideas more mathematically interesting than most mathematics that fits into existing frameworks.

                                  @dougmerritt @MartinEscardo @JacquesC2 @pigworker @xenaproject

                                  cbaberle@mathstodon.xyzC This user is from outside of this forum
                                  cbaberle@mathstodon.xyzC This user is from outside of this forum
                                  cbaberle@mathstodon.xyz
                                  wrote last edited by
                                  #73

                                  Having spent several years in the trenches of formalized mathematics by now, I'm actually more sympathetic @johncarlosbaez 's line of thinking than I used to be, but I think there's nothing about formalized mathematics *per se* that forces this to be the case.

                                  The way I've come to use proof assistants/etc. over the years actually, counterintuitively, ends up making math more "empirical," in a way. My informal proofs and ideas become "hypotheses" I can "test" by attempting to find a formalism and suitable abstractions that make them checkable by a computer. And like any good scientific experiment, this quickly becomes an iterative process—take some informal ideas, attempt to formalize them, get some data back about what ends up being difficult, refine the ideas, repeat until a satisfactory equilibrium is found. And this process itself can lead to a lot of "a ha" moments and "radical" new ideas, itself.

                                  As already noted, however, this process carries the risk of railroading one's thoughts into those ways of thinking that are more easily formalized in a particular system. But imo this is a failure of that particular system to be sufficiently syntactically/semantically flexible, and not of formalism/interactive theorem proving in general.

                                  The future I hope for, and which I am actively building toward, is one in which we have general systems for defining, simulating, and verifiably translating between different logical/formal systems, so that if someone has a new mathematical idea they want to try out it's easy to get up and running with a system for testing it and relating it to other frameworks.

                                  @andrejbauer @dougmerritt @MartinEscardo @JacquesC2 @pigworker @xenaproject

                                  jacquesc2@types.plJ 1 Reply Last reply
                                  0
                                  • martinescardo@mathstodon.xyzM martinescardo@mathstodon.xyz

                                    @andrejbauer @johncarlosbaez @dougmerritt @JacquesC2 @pigworker @xenaproject

                                    It is not inconceivable that one day in the not-too-distant future, proof assistants will be able to "understand" proofs written in sufficiently careful, informal, mathematical vernacular and translate it to a suitable formal language.

                                    And this formal language doesn't need to be fixed. The mathematician just chooses a foundation, or, in case they don't care, they let the proof assistant choose a suitable one for the informal (but hopefully rigorous) mathematics at hand.

                                    I don't mean AI, but people are certainly trying this with so-called AI nowadays (personally, I think this is the wrong approach, but **I don't want** this to become the subject of discussion here).

                                    In any case, a person will need to check that the definitions and the statements of the theorems and constructions are correctly translated (*). Then the formal proofs obtained from informal proofs don't need to be checked by people.

                                    (*) At least at the beginning. For example, we now trust that C compilers produce correct machine code and don't check it ourselves.

                                    In any case, all of the above can happen only step by step, and currently we are at an important step, I think, where the first were in the 1960's by de Bruijn.

                                    As I said before, I use proof assistants as smart blackboards. If I could get interactive help while I write in mathematical vernacular, I would immediately adopt this incredible new proof assistant.

                                    And, I repeat, I don't mean the kind of non-help I get from ChatGPT, Gemini, Claude, DeepSeek, or what-you-have - I feel I help them rather than the other way round.

                                    I mean the kind of help I already get in non-AI-based proof assistants

                                    mevenlennonbertrand@lipn.infoM This user is from outside of this forum
                                    mevenlennonbertrand@lipn.infoM This user is from outside of this forum
                                    mevenlennonbertrand@lipn.info
                                    wrote last edited by
                                    #74

                                    @MartinEscardo Re: trusting C code, I heard horror stories about compilers for aeronautics, where one of the criteria for acceptance is that the "compiler" is very transparent and that the assembly code is auditable on its own. Apparently, getting these sort of people to accept an optimising compiler, even CompCert, was a hard battle… (But it was won!)

                                    thebluewizard@masto.hackers.townT 1 Reply Last reply
                                    0
                                    • johncarlosbaez@mathstodon.xyzJ This user is from outside of this forum
                                      johncarlosbaez@mathstodon.xyzJ This user is from outside of this forum
                                      johncarlosbaez@mathstodon.xyz
                                      wrote last edited by
                                      #75

                                      @yakmacker - That would be cool. I will let someone else work on this, while I spend my limited remaining years thinking about the mysteries of math and physics that intrigue me.

                                      1 Reply Last reply
                                      0
                                      • martinescardo@mathstodon.xyzM martinescardo@mathstodon.xyz

                                        @johncarlosbaez writes "But in fact I don't think formalizing mathematics at all makes us think the right way."

                                        You should try it once to see by yourself. You are talking about something you've never done.

                                        I say this because I also said the same thing as you said in the past.

                                        And here is the first time I repent in public:

                                        Computing an integer using a Grothendieck topos
                                        https://math.andrej.com/2021/05/18/computing-an-integer-using-a-sheaf-topos/

                                        @andrejbauer @dougmerritt @JacquesC2 @pigworker @xenaproject

                                        johncarlosbaez@mathstodon.xyzJ This user is from outside of this forum
                                        johncarlosbaez@mathstodon.xyzJ This user is from outside of this forum
                                        johncarlosbaez@mathstodon.xyz
                                        wrote last edited by
                                        #76

                                        @MartinEscardo - how long would it take to "try it once"? Then I can weigh that against other things I could do with that time.

                                        I have absolutely nothing I want to formalize, and I'd be weighing time spent on this against things like learning how to make music on a digital audio workstation, which I put off because it doesn't provide the instant gratification of playing a piano, but which I know I'd like in the end. In either case I know I'll start by suffering for hours, learning someone else's syntax and conventions instead of thinking my own thoughts. But for music software I know I'll eventually get a product I enjoy that I couldn't make any other eay.

                                        boydstephensmithjr@hachyderm.ioB refurioanachro@mathstodon.xyzR martinescardo@mathstodon.xyzM 3 Replies Last reply
                                        0
                                        • cbaberle@mathstodon.xyzC cbaberle@mathstodon.xyz

                                          Having spent several years in the trenches of formalized mathematics by now, I'm actually more sympathetic @johncarlosbaez 's line of thinking than I used to be, but I think there's nothing about formalized mathematics *per se* that forces this to be the case.

                                          The way I've come to use proof assistants/etc. over the years actually, counterintuitively, ends up making math more "empirical," in a way. My informal proofs and ideas become "hypotheses" I can "test" by attempting to find a formalism and suitable abstractions that make them checkable by a computer. And like any good scientific experiment, this quickly becomes an iterative process—take some informal ideas, attempt to formalize them, get some data back about what ends up being difficult, refine the ideas, repeat until a satisfactory equilibrium is found. And this process itself can lead to a lot of "a ha" moments and "radical" new ideas, itself.

                                          As already noted, however, this process carries the risk of railroading one's thoughts into those ways of thinking that are more easily formalized in a particular system. But imo this is a failure of that particular system to be sufficiently syntactically/semantically flexible, and not of formalism/interactive theorem proving in general.

                                          The future I hope for, and which I am actively building toward, is one in which we have general systems for defining, simulating, and verifiably translating between different logical/formal systems, so that if someone has a new mathematical idea they want to try out it's easy to get up and running with a system for testing it and relating it to other frameworks.

                                          @andrejbauer @dougmerritt @MartinEscardo @JacquesC2 @pigworker @xenaproject

                                          jacquesc2@types.plJ This user is from outside of this forum
                                          jacquesc2@types.plJ This user is from outside of this forum
                                          jacquesc2@types.pl
                                          wrote last edited by
                                          #77

                                          @cbaberle said "And this process itself can lead to a lot of "a ha" moments and "radical" new ideas, itself."

                                          I have found the same thing. When I am working on things that are not directly about formalized mathematics, but with using a proof assistant as a blackboard (echoing Martin's wonderful phrasing), I feel that I am much freer to make wild conjectures, because I can disprove them equally quickly.

                                          The numbers of "models" of quantum programming based on traced monoidal categories (that did not in fact work) is staggering. The failures were usually quite subtle. My co-author(s) and I had convinced ourselves via 'paper math' that they worked, for each and every one of them.

                                          @johncarlosbaez @andrejbauer @dougmerritt @MartinEscardo @pigworker @xenaproject

                                          mc@mathstodon.xyzM 1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups