Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] C-zar proof help

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] C-zar proof help


chronological Thread 
  • From: Taral <taralx AT gmail.com>
  • To: coq-club AT pauillac.inria.fr
  • Subject: Re: [Coq-Club] C-zar proof help
  • Date: Thu, 19 Mar 2009 12:04:19 -0700
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=nfP8PyyllSHUjJyoYJ0FaAQdzYe3j766PZG+dIxumdOmk7YTUFDAXUSLuGWzD+p4V1 SnmBlOKJU9adSsmCGcUFr860Z0k8JP5jSTa+FSgtDuYT+qQ1rOQGD/kpe1M7IHKHtkZw hQb9NOemeO6ZSIlLpbxteZlD8S0MxxqvB9nmc=
  • List-archive: <http://pauillac.inria.fr/pipermail/coq-club/>

On Thu, Mar 19, 2009 at 10:30 AM, Ian Lynagh 
<igloo AT earth.li>
 wrote:
> consider u:U from n.

Stop here and look closely:

  n : N
  n' : N
  H1 : g n = Some n'
  u : U
  ============================
   ?1 : g n' = Some (MkN u)

What's wrong? n is still present! Yet again, a step that bizarrely
only substitutes into the goal, not the hypotheses. Generating the
equality is superior to doing the substitutions, again. I think you
are spending a lot of time trying to work around a fundamental
brokenness in C-zar.

P.S. I got this, which made me laugh

MyLemma < per cases of H':(exists u : U, n = MkN u) by H.
Anomaly: assert failure
(file "tactics/decl_proof_instr.ml", line 918, characters 3-9).
Please report.

-- 
Taral 
<taralx AT gmail.com>
"Please let me know if there's any further trouble I can give you."
    -- Unknown





Archive powered by MhonArc 2.6.16.

Top of Page