Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Proof on strong normalization of cic

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Proof on strong normalization of cic


Chronological Thread 
  • From: Stefan Monnier <monnier AT IRO.UMontreal.CA>
  • To: coq-club AT inria.fr
  • Subject: Re: [Coq-Club] Proof on strong normalization of cic
  • Date: Mon, 05 Nov 2018 01:57:31 -0500
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None smtp.pra=monnier AT IRO.UMontreal.CA; spf=Pass smtp.mailfrom=monnier AT iro.umontreal.ca; spf=None smtp.helo=postmaster AT pruche.dit.umontreal.ca
  • Ironport-phdr: 9a23:zwlMsRTF++1pRPSPLNW18dDnJdpsv+yvbD5Q0YIujvd0So/mwa69bReN2/xhgRfzUJnB7Loc0qyK6/+mATRIyK3CmUhKSIZLWR4BhJdetC0bK+nBN3fGKuX3ZTcxBsVIWQwt1Xi6NU9IBJS2PAWK8TW94jEIBxrwKxd+KPjrFY7OlcS30P2594HObwlSizexfbF/IA+qoQnNq8IbnZZsJqEtxxXTv3BGYf5WxWRmJVKSmxbz+MK994N9/ipTpvws6ddOXb31cKokQ7NYCi8mM30u683wqRbDVwqP6WACXWgQjxFFHhLK7BD+Xpf2ryv6qu9w0zSUMMHqUbw5Xymp4qF2QxHqlSgHLSY0/mHJhMJtj6xbrhyvqBJwzIHIb4+YL+Z+frrHcN8GWWZMRMRcWipcCY28dYsPCO8BMP5FoYnhuVQOowGxBQ+xD+3ozT9IgHn23awk3OQ7DArL2wkgH9UIsHTSrdX6Kr0SXPu2wqfU1DvPdf1Z1zD66IjObhAhu++DUqh0ccbL10QiCxrIg1ONooLrODOV0/4Cs2md7+d4U+KvjHInqx1rrje12sggkJTJhoETx1vZ9it52J44KcC2RUJle9KoDodcui6AO4doTc4vQntktDgkxrEepJK2cjYGxI45yxLDZPGLaZaE7xD5WOqPLjp0mnRoc6+liRmo60iv0Oj8W9G00FlUqipFlcHBtmgX1xzO9seHSuVy8l281jaOywDf8PxEIUUzlardN54h2KA/mYAXsUjZAiD5gl36jK6Qdko65uil8/nrb7v4qpOGKYN4lg7zPr4wlsGwAOk0KBYCU3aD9eS5zrLj/En5QLtQjv0xl6nUqJXaJcMdpq6/Ag9azJwj5g2+Dze819QUh2QHLFdCeBKBk4jpIU/BL+r8Dfuln1ujii9nx+raMb35HpXNMn/Dna/9crZ68k5Q0RY8zdRC551PEbwBO/LyWkrptNPCFBM5Mgq0w/zmCNpnzI8eV3iPUeelN/bZtkbN7eYyKcGNYpUUsXDzMasL/fnr2EQllFEUe+GM2p0RaX2iVqBjJEOfYHf2qvY7NiE3mw04UPbngVnEehcFNCX6ZL41+jxuUNHuNozEXI342OXQjhf+JYVfYyV9Mn7JFH7pc4ueXPJVOHCTOMgnjzkDU6S7RoYlkxqn5lajl+hXa9HM8yhdjqrNkcBv7rSDxzAI0npJKsObz3uARmUytUpaH2ZrjpA6mlR0zxK46YY9g/FcEoYOtetTTww6ONjQzvA8FtX1XB7bc96NDl2vEI2r

BTW, I've just gone back to those various papers and can't seem to find
one that proves consistency of a lambda calculus that combines:

- impredicativity in the bottom universe (Prop/Set)
- a tower of universes
- inductive types

More specifically, I'm interested in proofs for calculus with inductive
types that can live not only in Prop/Set but also in other universes (as is
the case in Coq, obviously).


Stefan


Thorsten Altenkirch
<Thorsten.Altenkirch AT nottingham.ac.uk>
writes:

> #MeToo
>
> @PhdThesis{alti:phd93,
> author = "Thorsten Altenkirch",
> title = "Constructions, Inductive Types and Strong Normalization",
> school = "University of Edinburgh",
> year = "1993",
> month = "November",
> }
>
> http://www.cs.nott.ac.uk/~psztxa/publ/phd93.pdf
>
> Ok, I didn't do it in general for inductive types but just for an example.
> The rest I planned to do in a journal paper, still forthcoming... :-)
>
> But the basic idea is explained here:
>
> @InProceedings{alti:types94,
> author = "Thorsten Altenkirch",
> title = "Proving Strong Normalization of {CC} by Modifying
> Realizability Semantics",
> editor = "Henk Barendregt and Tobias Nipkow",
> series = "LNCS 806",
> pages = "3 - 18",
> booktitle = "Types for Proofs and Programs",
> year = "1994",
> }
>
> http://www.cs.nott.ac.uk/~psztxa/publ/types94.pdf
>
>
> On 03/10/2018, 12:59,
> "coq-club-request AT inria.fr
> on behalf of Stefan
> Monnier"
> <coq-club-request AT inria.fr
> on behalf of
> monnier AT IRO.UMontreal.CA>
> wrote:
>
>>> Unfortunately the text only proves strong normalization for the
>>>calculus of
>>> constructions which is the most complex typed lambda calculus of
>>> Barendregt’s lambda cube. As far as I understand no proof of strong
>>> normalization of the calculus of inductive constructions as used in coq
>>>is
>>> contained. However thanks for the link.
>>
>>Benjamin Werner's thesis "Une Théorie des Constructions Inductives" has
>>a proof for the CIC (but without the tower of universes).
>>
>>
>> Stefan
>
>
>
>
> This message and any attachment are intended solely for the addressee
> and may contain confidential information. If you have received this
> message in error, please contact the sender and delete the email and
> attachment.
>
> Any views or opinions expressed by the author of this email do not
> necessarily reflect the views of the University of Nottingham. Email
> communications with the University of Nottingham may be monitored
> where permitted by law.



Archive powered by MHonArc 2.6.18.

Top of Page