Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Gentzen proof and Kantor ordering

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Gentzen proof and Kantor ordering


Chronological Thread 
  • From: roux cody <cody.roux AT gmail.com>
  • To: coq-club AT inria.fr
  • Cc: Types list <types-list AT lists.seas.upenn.edu>, Vladimir Voevodsky <vladimir AT ias.edu>
  • Subject: Re: [Coq-Club] Gentzen proof and Kantor ordering
  • Date: Thu, 29 Jan 2015 09:59:53 -0500

Dear Vladimir,

Coq is more than powerful enough to prove well ordering of epsilon zero, *for a constructive notion of well ordering*. This is usually defined by *accessibility*: if some property about ordinals is closed by successor and limits, then it holds for all ordinals.

Sadly, this is not constructively equivalent to the fact that any subset of ordinals has a least element.

The n-lab seems to sum the situation up quite nicely:

http://ncatlab.org/nlab/show/well-founded+relation

Without references I'm afraid.

Note that the constructive formulation of well-foundedness is sufficient for most applications! What application did you have in mind?

Best,

Cody

On Thu, Jan 29, 2015 at 7:46 AM, Vladimir Voevodsky <vladimir AT ias.edu> wrote:
If I recall correctly the ordinal numbers smaller than epsilon zero can be represented by finite rooted trees (non planar). It is then not difficult to describe constructively the ordinal partial ordering on them. Gentzen theorem says that if this partial ordering is well-founded then Peano arithmetic is consistent.

What can we prove about this ordering in Coq?

Can it be shown that any decidable subset in the set of trees that is inhabited has a smallest element relative to this ordering?

If not then can the system of Coq me extended *constructively* (i.e. preserving canonicity) so that in the extended system such smallest elements can be found?

Vladimir.






Archive powered by MHonArc 2.6.18.

Top of Page