Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Inversion of a Prop Hypothesis

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Inversion of a Prop Hypothesis


chronological Thread 
  • From: Bernard Hurley <bernard AT marcade.biz>
  • To: Alan Schmitt <alan.schmitt AT polytechnique.org>
  • Cc: wesongathedeveloper AT yahoo.com, coq-club AT inria.fr
  • Subject: Re: [Coq-Club] Inversion of a Prop Hypothesis
  • Date: Mon, 23 Apr 2012 14:20:53 +0100

On Mon, Apr 23, 2012 at 01:41:40PM +0200, Alan Schmitt wrote:
> On 21 avr. 2012, at 21:11, 
> wesongathedeveloper AT yahoo.com
>  wrote:
> 
> > Hello,
> > 
> > I have a question about the following proof state:
> > 
> > 
> > v_neq : v = v0 -> False
> > ______________________________________(1/51)
> > v = v0
> 
> There is something very wrong with this: you are trying to show that v is 
> equal to v0 assuming they are not.
> 
> Alan
I think Saint is trying to obtain a contradiction from the fact that he can 
prove v = v0 from v = v0 -> False. If the Logic were Classical this would 
indeed be possible. However a logic that deals with constructed proofs is 
Intuitinistic and so this can't, in general, be done.

Bernard.



Archive powered by MhonArc 2.6.16.

Top of Page