teorth / equational_theories

A project to map out the relations between different equational theories of Magmas.
https://teorth.github.io/equational_theories/
Apache License 2.0
265 stars 58 forks source link

prove LawsComplete by proof term generation #784

Closed digama0 closed 4 weeks ago

digama0 commented 4 weeks ago

Proof by example that lean is much better at verifying simple proof terms than doing recursive computations in the kernel using decide. #time says it takes 7 seconds, but because it is checked twice as written (once in the kernel and once in the elaborator) half of this time could be eliminated with some additional work.