ComputerAidedLL / click-and-collect

A web interactive tool for building proofs in the sequent calculus of Linear Logic, with its backend written in OCaml
GNU Lesser General Public License v2.1
17 stars 2 forks source link

Loop detection in auto-generated proofs #84

Closed olaure01 closed 3 years ago

olaure01 commented 3 years ago

The proof of !(?!A&1) ⊢ ?!A obtained by the automated prover contains many times the same sequent. I am not sure this occurs often but it could lead to much simpler proofs by applying a loop-removal operation.