coq-club AT inria.fr
Subject: The Coq mailing list
List archive
- From: John Nicol <nicol.john AT gmail.com>
- To: coq-club AT inria.fr
- Subject: [Coq-Club] Identity with Rpower?
- Date: Mon, 28 Nov 2011 10:27:11 -0500
Hi there,
I'm new to Coq, so this is probably obvious.
I'm trying to use Rpower declaratively (I don't want to do an
imperative proof, so I haven't tested that). Coq starts churning
every time I do so, and eventually I run out of patience. (Also: the
IDE completely locks up, so I can't click interrupt.)
I've isolated the problem I'm having to the following test lemma,
which is I think a restatement of Rpower_1, which I think is also in
R_scope. (Theorem Rpower_1 : forall x:R, 0 < x -> x ^R 1 = x.)
Open Local Scope R_scope.
Lemma test_Rpower_1:
forall x:R,
x > 0 -> (Rpower x 1) = x.
proof.
let x:R be such that (x > 0).
have ((Rpower x 1) = x) by Rpower_1. (*This line causes problems. *)
end proof.
Qed.
What am I missing?
Thanks,
John
- [Coq-Club] Identity with Rpower?, John Nicol
- Re: [Coq-Club] Identity with Rpower?,
AUGER Cedric
- Re: [Coq-Club] Identity with Rpower?,
John Nicol
- Re: [Coq-Club] Identity with Rpower?, John Nicol
- Re: [Coq-Club] Identity with Rpower?,
AUGER Cedric
- Re: [Coq-Club] Identity with Rpower?,
John Nicol
- Re: [Coq-Club] Identity with Rpower?, Adam Chlipala
- Re: [Coq-Club] Identity with Rpower?,
John Nicol
- Re: [Coq-Club] Identity with Rpower?, Hugo Herbelin
- Re: [Coq-Club] Identity with Rpower?,
John Nicol
- Re: [Coq-Club] Identity with Rpower?, Pierre Corbineau
- Re: [Coq-Club] Identity with Rpower?,
AUGER Cedric
Archive powered by MhonArc 2.6.16.