Skip to content

Alternative tools and better ways to parse and validate proofs #5

Answered by xamidi
proof-theory asked this question in Q&A
Discussion options

You must be logged in to vote
d(d(1,d(A,d(d(d(d(A,B),C),D),E))),d(F,d(F,1)))-[G=d(1,d(1,d(1,1))),H=d(1,I),I=d(1,J),K=d(1,d(B,d(1,d(d(1,d(C,d(C,d(d(D,J),I)))),1)))),F=d(1,d(A,d(1,d(A,H)))),J=d(G,G),B=d(H,1),L=d(H,B),D=d(d(1,d(1,d(I,E))),1),M=d(d(d(1,d(1,L)),B),1),E=d(M,d(1,C)),C=d(M,B),A=d(d(d(K,d(H,d(M,K))),1),L)]

for LCL073-1, which has many variables whose expressions are given in seemingly random order.

  • Can we parse proof summaries without having to provide formulas for each part?

We can now parse proof summaries without intermediate conclusions via --transform -w , which I just added following your request.
The function DRuleParser::recombineAbstractDProof() already worked fine without, but the command-line in…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by proof-theory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
enhancement New feature or request question Further information is requested suggestions To make suggestions related to a particular topic proof assistants Topic related to proof assistants
2 participants