Discussion of Homotopy Type Theory and Univalent Foundations
 help / color / mirror / Atom feed
From: Floris van Doorn <fpvd...@gmail.com>
To: Michael Shulman <shu...@sandiego.edu>
Cc: Homotopy Type Theory <homotopyt...@googlegroups.com>,
	Jeremy Avigad <avi...@cmu.edu>,
	 Gabriel Ebner <geb...@gebner.org>,
	Rob Lewis <rob.y...@gmail.com>
Subject: Re: [HoTT] HoTT in Lean 3
Date: Wed, 27 Dec 2017 19:13:25 +0100	[thread overview]
Message-ID: <CAAwvomn-JydemhuQfZuERaUDtydxZSxc_JrURcusNqOBFkrWBA@mail.gmail.com> (raw)
In-Reply-To: <CAOvivQxo=i+5BooYUGwBt+BMRLmNiM8QdmOtSjajT9N7ZYS_8w@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 609 bytes --]

On 18 December 2017 at 08:04, Michael Shulman <shu...@sandiego.edu> wrote:

> It sounds like Lean
> probably doesn't have this problem, i.e. if you define an inductive
> *type* then it is always a type and never turns out to be a
> proposition?


Exactly. If you ask an inductive type to be in Type, it will never end up
in Prop. If you want an inductive type to be in Prop, then you have to tell
that explicitly. You can do that for any inductive declaration, but in the
cases where singleton elimination doesn't hold, the generated induction
principle will only eliminate to the universe Prop.

[-- Attachment #2: Type: text/html, Size: 944 bytes --]

      reply	other threads:[~2017-12-27 18:13 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-17 23:13 Floris van Doorn
2017-12-18  7:04 ` [HoTT] " Michael Shulman
2017-12-27 18:13   ` Floris van Doorn [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAAwvomn-JydemhuQfZuERaUDtydxZSxc_JrURcusNqOBFkrWBA@mail.gmail.com \
    --to="fpvd..."@gmail.com \
    --cc="avi..."@cmu.edu \
    --cc="geb..."@gebner.org \
    --cc="homotopyt..."@googlegroups.com \
    --cc="rob.y..."@gmail.com \
    --cc="shu..."@sandiego.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).