coq-club AT inria.fr
Subject: The Coq mailing list
List archive
- From: Daniel de Rauglaudre <daniel.de_rauglaudre AT inria.fr>
- To: coq-club AT inria.fr
- Subject: [Coq-Club] How to force apply on the other way?
- Date: Thu, 9 May 2013 10:32:41 +0200
Hi,
I don't know if it is a bug or something I don't know, but I have a
problem with 'apply' when the applied theorem is a iff:
Example:
Require Import QArith.
Example foo : ∀ x y, x < y → (x ?= y) = Lt.
Proof.
intros.
apply Qlt_alt.
--> nothing happens !
apply Qlt_alt in H.
--> nothing happens !
Is there a way to tell 'apply' to apply Qlt_alt the direction I want?
Why was there no error message and nothing happened?
Tested on 8.4 and trunk.
Thanks.
--
Daniel de Rauglaudre
http://pauillac.inria.fr/~ddr/
- [Coq-Club] How to force apply on the other way?, Daniel de Rauglaudre, 05/09/2013
- Re: [Coq-Club] How to force apply on the other way?, Beta Ziliani, 05/09/2013
- Re: [Coq-Club] How to force apply on the other way?, Daniel de Rauglaudre, 05/09/2013
- Re: [Coq-Club] How to force apply on the other way?, Roger Witte, 05/09/2013
- Re: [Coq-Club] How to force apply on the other way?, Daniel de Rauglaudre, 05/09/2013
- Re: [Coq-Club] How to force apply on the other way?, Duckki Oe, 05/09/2013
- Re: [Coq-Club] How to force apply on the other way?, Dimitur Krustev, 05/10/2013
- Re: [Coq-Club] How to force apply on the other way?, Daniel de Rauglaudre, 05/10/2013
- Re: [Coq-Club] How to force apply on the other way?, Beta Ziliani, 05/09/2013
Archive powered by MHonArc 2.6.18.