coq-club AT inria.fr
Subject: The Coq mailing list
List archive
- From: Pierre-Marie Pédrot <pierre-marie.pedrot AT inria.fr>
- To: coq-club AT inria.fr
- Subject: Re: [Coq-Club] making a proof done with assert transparent
- Date: Mon, 12 Oct 2015 14:06:57 +0200
On 12/10/2015 13:39, Daniel de Rauglaudre wrote:
> When I end an assert, the type is put in the hypotheses, but not the
> proof term. For example, when I write
> assert (p : 2 + 2 = 4) by reflexivity.
> the line
> p : 2 + 2 = 4
> is added in the hypotheses but not the contains of p.
>
> I would like to have the proof term also, i.e.:
> p := eq_refl 4 : 2 + 2 = 4
If you're using 8.5, you can use the refine tactic as follows.
refine (let p : 2 + 2 = 4 := _ in _).
With a bit of tactic notations, you should be able to simulate a
transparent assert. Actually, this has been requested already:
https://coq.inria.fr/bugs/show_bug.cgi?id=3551
PMP
Attachment:
signature.asc
Description: OpenPGP digital signature
- [Coq-Club] making a proof done with assert transparent, Daniel de Rauglaudre, 10/12/2015
- Re: [Coq-Club] making a proof done with assert transparent, Pierre Courtieu, 10/12/2015
- Re: [Coq-Club] making a proof done with assert transparent, Daniel de Rauglaudre, 10/12/2015
- Re: [Coq-Club] making a proof done with assert transparent, Pierre Courtieu, 10/12/2015
- RE: [Coq-Club] making a proof done with assert transparent, Soegtrop, Michael, 10/12/2015
- Re: [Coq-Club] making a proof done with assert transparent, Jason Gross, 10/12/2015
- Re: [Coq-Club] making a proof done with assert transparent, Daniel de Rauglaudre, 10/13/2015
- Re: [Coq-Club] making a proof done with assert transparent, Pierre-Marie Pédrot, 10/13/2015
- Re: [Coq-Club] making a proof done with assert transparent, Daniel de Rauglaudre, 10/13/2015
- Re: [Coq-Club] making a proof done with assert transparent, Daniel de Rauglaudre, 10/13/2015
- Re: [Coq-Club] making a proof done with assert transparent, Jason Gross, 10/12/2015
- RE: [Coq-Club] making a proof done with assert transparent, Soegtrop, Michael, 10/12/2015
- Re: [Coq-Club] making a proof done with assert transparent, Pierre Courtieu, 10/12/2015
- Re: [Coq-Club] making a proof done with assert transparent, Daniel de Rauglaudre, 10/12/2015
- Re: [Coq-Club] making a proof done with assert transparent, Pierre Courtieu, 10/12/2015
- Re: [Coq-Club] making a proof done with assert transparent, Ilmārs Cīrulis, 10/12/2015
- Re: [Coq-Club] making a proof done with assert transparent, Pierre-Marie Pédrot, 10/12/2015
- Re: [Coq-Club] making a proof done with assert transparent, Daniel de Rauglaudre, 10/12/2015
Archive powered by MHonArc 2.6.18.