Zulip Chat Archive

Stream: general

Topic: proof automatisation


Thorsten Altenkirch (Mar 19 2022 at 14:56):

What tools are there to automatically derive proofs in predicate logic? After I say induction the rest is laborious but straightforward.

Mario Carneiro (Mar 19 2022 at 14:58):

This is a weak point. We have cc and finish that can do some simple FOL= reasoning, but nothing like a complete SMT solver

Mario Carneiro (Mar 19 2022 at 14:59):

tidy can also do a lot of obvious FOL reasoning

Thorsten Altenkirch (Mar 19 2022 at 15:03):

Where can I find out about the tactics you just mentioned?

Henrik Böving (Mar 19 2022 at 15:03):

Here is a list https://leanprover-community.github.io/mathlib_docs/tactics.html

Mario Carneiro (Mar 19 2022 at 15:03):

tactic#cc tactic#finish tactic#tidy


Last updated: Dec 20 2023 at 11:08 UTC