coq-club AT inria.fr
Subject: The Coq mailing list
List archive
- From: liheng <lihengszh AT gmail.com>
- To: coq-club <coq-club AT inria.fr>
- Subject: [Coq-Club] Reference is not found
- Date: Wed, 23 Jan 2013 23:51:29 +0800
Hello. The error occurs when runs x * x + y * x + (x + y) * y = x * x + 2 * x * y + y * y on rewrite_mult_plus_distr_r。 I don't know the problem and the reasons. thanks。 code is: Require Import Arith. Lemma time2 : forall x y, (x + y) * (x + y) = x*x + 2*x*y + y*y. Proof. intros x y. SearchRewrite (_ * (_ + _)). rewrite mult_plus_distr_l. SearchRewrite ((_ + _) * _). rewrite mult_plus_distr_r with (p:=x). rewrite_mult_plus_distr_r. ... Error: The reference rewrite_mult_plus_distr_r was not found in the current environment. |
- [Coq-Club] Reference is not found, liheng, 01/23/2013
- Re: [Coq-Club] Reference is not found, AUGER Cédric, 01/23/2013
Archive powered by MHonArc 2.6.18.