Skip to Content.
Sympa Menu

coq-club - [Coq-Club] inductive predicate over infinite objects

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club] inductive predicate over infinite objects


chronological Thread 
  • From: Keiko Nakata <keiko AT kurims.kyoto-u.ac.jp>
  • To: coq-club AT pauillac.inria.fr
  • Subject: [Coq-Club] inductive predicate over infinite objects
  • Date: Tue, 20 Jan 2009 18:20:12 +0900 (JST)
  • List-archive: <http://pauillac.inria.fr/pipermail/coq-club/>

Hello.

At the risk of exposing my ignorance... 

Is it correct that:

Suppose P is a predicate on possibly infinite lists, e.g. LList in CoqArt, 
and (P x) holds for some x.
If the definition of P only "involves" induction, 
then there is a finite prefix x' of x such that (P x') holds.

Assuming it correct, what would "involves" precisely mean?
And how I might be able to state it in Coq?

With best regards,
Keiko







Archive powered by MhonArc 2.6.16.

Top of Page