Skip to Content.
Sympa Menu

coq-club - [Coq-Club] type of multiplication between a N and a R

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club] type of multiplication between a N and a R


chronological Thread 
  • From: "Lucian M. Patcas" <lucian.patcas AT gmail.com>
  • To: coq-club <coq-club AT inria.fr>
  • Subject: [Coq-Club] type of multiplication between a N and a R
  • Date: Thu, 28 Jul 2011 02:09:32 -0400

Hello,

I have these positive reals:

Variable delta : posreal.
Variable x : nonnegreal.

and my development has propositions such as:

exists n : N, x = n * delta.

which don't type check as n does not have type R.  How should I deal with this?

Thanks,
Lucian



Archive powered by MhonArc 2.6.16.

Top of Page