[Agda] Forget Hurken's Paradox, Agda has a quicker route to success

Altenkirch Thorsten psztxa at exmail.nottingham.ac.uk
Mon Sep 17 11:06:00 CEST 2012


On 16/09/2012 21:09, "Dan Doel" <dan.doel at gmail.com> wrote:

>On Thu, Sep 6, 2012 at 12:47 PM, Nils Anders Danielsson <nad at chalmers.se>
>wrote:
>> On 2012-09-06 17:21, Andreas Abel wrote:
>>>
>>> The problem is that Agda considers
>>>
>>>    F D = \Sigma E : Set. (D ≡ E) * (E → ⊥)
>>>
>>> as strictly positive in D.
>>
>>
>> I'm trying to understand if this is actually a problem. Are there any
>> dire consequences if we stick to predicative types?


I am concerned what happens on the next level, I.e. can we construct a
fixpoint of

F : Set₁ → Set₁
F X = Σ[ E ː Set ] (X ≡ lift E × (E → ⊥))

?

Or alternatively we could use a universe (U : Set, El U -> Set):

F : Set → Set
F X = Σ[ E ː U ] (X ≡ El E × (E → ⊥))


That looks dangerous…

Thorsten


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 send it back to me, and immediately delete it.   Please do not use, copy or disclose the information contained in this message or in any attachment.  Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham.

This message has been checked for viruses but the contents of an attachment
may still contain software viruses which could damage your computer system:
you are advised to perform your own checks. Email communications with the
University of Nottingham may be monitored as permitted by UK legislation.


More information about the Agda mailing list