Zulip Chat Archive
Stream: lean4
Topic: cc tactic
Chris Lovett (Oct 07 2022 at 02:08):
The Natural Number Game and the Hithikers guide to Logic Verification, make quite a bit of use of the congruence closure tactic "cc", which doesn't seem to exist in Mathlib4. Is anyone working on it? Does anyone know how to port it to a different combination of existing Lean 4 tactics?
James Gallicchio (Oct 07 2022 at 02:21):
I was looking into it, but it's a big project and I am kinda busy this semester... I've made a tiny bit of progress implementing the data structures needed for it
Mario Carneiro (Oct 07 2022 at 02:27):
It's on the todo list along with a bunch of other tactics. We're aware of it but these kinds of things don't get implemented overnight (most of the time)
Last updated: Dec 20 2023 at 11:08 UTC