coq-club AT inria.fr
Subject: The Coq mailing list
List archive
- From: Jasper Stein <jasper AT cs.ru.nl>
- To: coq-club AT pauillac.inria.fr
- Subject: [Coq-Club]Reals theory
- Date: Wed, 19 Apr 2006 12:21:10 +0200
- List-archive: <http://pauillac.inria.fr/pipermail/coq-club/>
Dear Coq-club,
I have a question regarding the theory Reals from the standard library. I
would contact the author but I can't find out who it is, hence I send this to
this list.
In the file Coq/Reals/Raxioms.v an injection is defined from nat to R, as
follows:
Fixpoint INR (n:nat) : R :=
match n with
| O => 0
| S O => 1
| S n => INR n + 1
end.
It seems a bit strange to have a separate clause for S O - it can be proved
that a function inR, defined without this clause, is extensionally equal to
INR, and indeed "auto with real" cannot solve some subgoals that it /can/
prove using inR.
So - is there a reason to define INR this way?
Groeten,
--
Jasper Stein
- [Coq-Club]Reals theory, Jasper Stein
- [Coq-Club]Real functions, Pierre.ABBRUGIATI
- [Coq-Club]Re: Reals theory, Jasper Stein
- Re: [Coq-Club]Reals theory, Micaela Mayero
Archive powered by MhonArc 2.6.16.