Discussion of Homotopy Type Theory and Univalent Foundations
 help / color / mirror / Atom feed
From: Ulrik Buchholtz <ulrikbuchholtz@gmail.com>
To: Homotopy Type Theory <HomotopyTypeTheory@googlegroups.com>
Subject: [HoTT] Construction of the circle in UniMath
Date: Mon, 25 Feb 2019 07:03:42 -0800 (PST)	[thread overview]
Message-ID: <58193e91-74b3-4207-8dc8-c67e41b55b93@googlegroups.com> (raw)


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

Some time ago (May 2014), there was a discussion on this list about 
defining the circle as the type of Z-torsors. Dan had formalized in UniMath 
that this type satisfies the recursion principle for the circle, and Mike 
posted a quick sketch showing how to extend the proof to give the induction 
principle:

    
https://groups.google.com/d/msg/homotopytypetheory/hE1eY-v_Kes/bdSoAxC9224J

We're now pleased to announce that this indeed works, with a detailed proof 
developed independently of Mike's sketch by Marc and Ulrik, and formalized 
in UniMath by Dan:

    
https://github.com/DanGrayson/UniMath/blob/circle/UniMath/SyntheticHomotopyTheory/Circle2.v

    Definition circle := B ℤ.
    Definition pt := basepoint circle.
    Theorem loops_circle : ℤ ≃ Ω circle.
    Definition loop := loops_circle 1 : Ω circle.
    Definition CircleInduction (circle : Type) (pt : circle) (loop : pt = 
pt) :=
      ∏ (X:circle->Type) (x:X pt) (p:PathOver x x loop),
        ∑ (f:∏ t:circle, X t) (r : f pt = x), apd f loop = r ⟤ p ⟥ !r.
    Theorem circle_induction : CircleInduction circle pt loop.

If the underlying type theory has propositional truncation with an 
eliminator that computes judgmentally on the point constructor, then the 
same is true for our circle, i.e., the 'r' above is a reflexivity path.

We're working on a detailed write-up of the proof; you'll find a 
preliminary version of this if you follow a link in the above formalization.

Marc Bezem, Ulrik Buchholtz, and Dan Grayson

-- 
You received this message because you are subscribed to the Google Groups "Homotopy Type Theory" group.
To unsubscribe from this group and stop receiving emails from it, send an email to HomotopyTypeTheory+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

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

                 reply	other threads:[~2019-02-25 15:03 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=58193e91-74b3-4207-8dc8-c67e41b55b93@googlegroups.com \
    --to=ulrikbuchholtz@gmail.com \
    --cc=HomotopyTypeTheory@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).