Discussion of Homotopy Type Theory and Univalent Foundations
 help / color / mirror / Atom feed
From: "Martín Hötzel Escardó" <"escardo..."@gmail.com>
To: Homotopy Type Theory <HomotopyT...@googlegroups.com>
Subject: Re: [HoTT] Yet another characterization of univalence
Date: Mon, 18 Dec 2017 14:58:19 -0800 (PST)	[thread overview]
Message-ID: <0c1d71ec-3e8c-4cbf-9407-534a2b1f39de@googlegroups.com> (raw)
In-Reply-To: <f477f264-cd63-4aad-983c-5b3043fdc70a@googlegroups.com>


[-- Attachment #1.1: Type: text/plain, Size: 3052 bytes --]

I am interested in the fact that Id_X : X → (X → U) is an embedding
(in the sense of univalent mathematics), because it gives this:

  The injective types are precisely the retracts of exponential powers
  of universes, where an exponential power of a type D is a type of
  the form A → D for some type A.

Injectivity is defined as (functional) data rather than property
(using Σ rather than ∃).

A type D is called injective if for any embedding j:X→Y, every
function f:X→D extends to a map f':Y→D along j.

This injectivity result depends crucially on univalence (even though
the fact that Id_X is an embedding depends on much weaker hypotheses,
as we've found out in this thread).

It is also crucial that we say that j is an embedding (its fibers are
propositions) rather than merely that j is left-cancellable.

The following elaborates on this, with more comments and more
technical results rendered in Agda.

http://www.cs.bham.ac.uk/~mhe/agda-new/InjectiveTypes.html

We don't postulate anything in this development. Any axiom (UA, K, or
FunExt) is used explicitly as an assumption whenever needed.

The reason I came across injective types was my interest in searchable
and omniscient types. (In a previous research life, I had already come
across injective topological spaces when working on domain theory in
the sense of Dana Scott, and what we do here is partly inherited from
that.) This is also reported in this development: 

http://www.cs.bham.ac.uk/~mhe/agda-new/index.html

Some of this was reported in the past in this list. But there are new 
things, in particular regarding injectivity.

Martin.


On Saturday, 9 December 2017 00:27:16 UTC, Martín Hötzel Escardó wrote:
>
> On Friday, 1 December 2017 14:53:25 UTC, Martín Hötzel Escardó wrote:
>>
>>
>>  OK. Here is a further weakening of the hypotheses. It suffices to have
>> funext (again) and that the map
>>
>>     idtofun{B}{C} : A=B → (A→B)
>>
>> is left-cancellable (that is, idtofun p = idtofun q → p=q).
>>
>> Univalence gives that this is an embedding, which is stronger than
>> saying that it is left-cancellable. And also K gives that this is an
>> embedding.
>>
>>
> I've written this down here in Agda :  
> http://www.cs.bham.ac.uk/~mhe/yoneda/yoneda.html
>
> (updating a 2015 development)
>
>   * This is self-contained (doesn't use any library).
>   * A main feature is that instead of J (or pattern maching on refl), this 
> uses the Yoneda machinery everywhere instead (regretably with just one 
> exception (I'd be grateful for suggestions of how to get rid of this use of 
> J)).
>
> A syntactical novelty is a new notation for universes in Agda closer to 
> the notation in the HoTT book for informal mathematics in type theory. This 
> could be further improved by making it built-in in Agda (as explained in 
> the imported NonStandardUniverseNotation.lagda), but probably it is good 
> enough without any modification to Agda.
>
> Martin
>
>   
>

[-- Attachment #1.2: Type: text/html, Size: 4520 bytes --]

  reply	other threads:[~2017-12-18 22:58 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-17 23:53 Martín Hötzel Escardó
2017-11-20  3:54 ` [HoTT] " y
2017-11-24 12:21   ` Martín Hötzel Escardó
2017-11-24 19:11     ` Martín Hötzel Escardó
2017-11-28  9:40       ` Andrej Bauer
2017-11-29 21:12         ` Evan Cavallo
     [not found]           ` <204e382a-efcf-cb13-006f-47fdbadd99a5@cs.bham.ac.uk>
2017-11-29 22:15             ` Evan Cavallo
2017-11-29 22:16           ` Martín Hötzel Escardó
2017-12-01 14:49           ` Martin Escardo
2017-12-01 14:53           ` Martín Hötzel Escardó
2017-12-09  0:27             ` Martín Hötzel Escardó
2017-12-18 22:58               ` Martín Hötzel Escardó [this message]
2017-12-19  3:36                 ` Gershom B
2017-12-20 20:46                   ` Martín Hötzel Escardó
2017-11-24 23:12   ` Martín Hötzel Escardó
2017-11-24 23:28     ` Martín Hötzel Escardó

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=0c1d71ec-3e8c-4cbf-9407-534a2b1f39de@googlegroups.com \
    --to="escardo..."@gmail.com \
    --cc="HomotopyT..."@googlegroups.com \
    /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).