Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Are proofs of inductive properties finite?

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Are proofs of inductive properties finite?


chronological Thread 
  • From: Randy Pollack <rpollack AT inf.ed.ac.uk>
  • To: coq-club AT pauillac.inria.fr
  • Subject: Re: [Coq-Club] Are proofs of inductive properties finite?
  • Date: Mon, 21 May 2007 16:40:08 +0100
  • List-archive: <http://pauillac.inria.fr/pipermail/coq-club/>

 > 
 > Yes, all the elements (proofs) of an inductive type are finite objects.
 > 

This confusing statement has appeared several times in the last few
days.

The elements of an inductive type are well founded.  But such objects
can be infinite in at least two ways:

- They may contain infinite objects at the leaves, i.e. packaged
inside constructors.

- Some constructors may be infinitely branching, e.g. the datatype of
ordinals.

Randy





Archive powered by MhonArc 2.6.16.

Top of Page