Frama-C-discuss mailing list archives

This page gathers the archives of the old Frama-C-discuss archives, that was hosted by Inria's gforge before its demise at the end of 2020. To search for mails newer than September 2020, please visit the page of the new mailing list on Renater.


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Frama-c-discuss] Small function with Shifting


  • Subject: [Frama-c-discuss] Small function with Shifting
  • From: hollas at informatik.htw-dresden.de (Boris Hollas)
  • Date: Thu, 20 May 2010 15:46:49 +0200
  • In-reply-to: <20100520153057.1f967bce@is010235>
  • References: <4BF51BEB.6040205@googlemail.com> <4BF5209A.4040402@inria.fr> <1274361797.2116.11.camel@iti27> <20100520153057.1f967bce@is010235>

On Thu, 2010-05-20 at 15:30 +0200, Virgile Prevosto wrote:
> No, jessie always generates a proof obligation corresponding to the
> lemma. However, no automated prover will be able to discharge it
> (otherwise, they would prove the PO from the ensures clause directly).
> Thus, some additional work is needed (e.g. by using the coq output of
> why).

I don't understand that why no automatic prover will be able to prove a
user-supplied lemma. Isn't this what SMT provers are supposed to do?
I thought that a lemma is a way to reduce the search space for the
prover by giving it a hint on how to prove the postcondition.