Skip to Content.
Sympa Menu

coq-club - Re: Re: [Coq-Club]

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: Re: [Coq-Club]


chronological Thread 
  • From: Michael<michaelschausten AT googlemail.com>
  • To: coq-club AT inria.fr
  • Subject: Re: Re: [Coq-Club]
  • Date: Mon, 20 Sep 2010 17:27:18 +0200

apply Lem1 in HW_0 did not do what I expected due to your hint.
My Proof is of the following form:
HW_0: a <= b * c / d
===============
apply Zdiv_le_lower_bound in HW_0.

Which results in the error message "Error: unable to unify".


Just to test whether I read something not correctly, i tried to apply the rule
to a "normal" proof, which works fine, so the Lemma seems to match.

assert (a <= b * c / d).
apply Zdiv_le_lower_bound.
======================
Subgoal 1: 0 <= b * c.
Subgoal 2: 0 < c.
Subgoal 3: a * c <= b * d.

What am I doing wrong then?



Archive powered by MhonArc 2.6.16.

Top of Page