Zulip Chat Archive
Stream: lean4
Topic: Lean 3 tactics in Lean 4
Martin Dvořák (Feb 17 2023 at 16:00):
I started writing the table I wanted to have:
https://github.com/madvorak/lean3-tactic-lean4
Eric Wieser (Feb 17 2023 at 16:15):
Ideally we would have doc-gen (for mathlib3) generate this based on the data that mathport has available to it
Martin Dvořák (Feb 18 2023 at 10:24):
Is there finish
in mathlib4?
Kyle Miller (Feb 18 2023 at 10:46):
No, all uses of finish
were removed from mathlib3 since there was no plan to port it to Lean 4. It used Lean 3's SMT solver infrastructure (I might be describing this incorrectly and don't really know how it worked -- I do know that this is the part that used ematch
-tagged lemmas.)
Martin Dvořák (Feb 18 2023 at 10:49):
Good I removed almost all uses of finish
from my projects as well.
Last updated: Dec 20 2023 at 11:08 UTC