Benoît Viguier
2018-06-29 09:49:08 UTC
Dear all,
I'm faced with quite an anoying problem. I get my proofs in the state
"/No more subgoals/" totally fine.
But then when I start /Qed/ my proofs just does not terminate (I did try
to let it run for 15 hours).
I did split my proofs into sub lemmas (I have about 14 of them).
So now my proofs looks like that (using VST):
forward
forward
forward
entailer!
apply lemma_1; assumption
forward
rewrite ...
2: apply lemma_2 ; eauto
forward
...
I know that Opaque won't help as those are not /visible/ by the
Type-checker.
What can I do to solve this problem?
I'm faced with quite an anoying problem. I get my proofs in the state
"/No more subgoals/" totally fine.
But then when I start /Qed/ my proofs just does not terminate (I did try
to let it run for 15 hours).
I did split my proofs into sub lemmas (I have about 14 of them).
So now my proofs looks like that (using VST):
forward
forward
forward
entailer!
apply lemma_1; assumption
forward
rewrite ...
2: apply lemma_2 ; eauto
forward
...
I know that Opaque won't help as those are not /visible/ by the
Type-checker.
What can I do to solve this problem?
--
Kind regards,
Benoît Viguier
Software Engineer - PhD Student | Cryptography & Formal Methods
Radboud University | Mercator 1, room 03.17, Toernooiveld 212
6525 EC Nijmegen, the Netherlands | www.viguier.nl
Kind regards,
Benoît Viguier
Software Engineer - PhD Student | Cryptography & Formal Methods
Radboud University | Mercator 1, room 03.17, Toernooiveld 212
6525 EC Nijmegen, the Netherlands | www.viguier.nl