Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some properties of connected spaces #1202

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Conversation

phijor
Copy link
Contributor

@phijor phijor commented Mar 7, 2025

I proved some properties of connected spaces while working on a project; I figured they might be a good fit for this library.

This pull requests contains:

  • proofs that being connected is a proposition
  • a proof that k-connected k-types are contractible
  • a proof of Corollary 7.5.9 in the HoTT book: A type is n-connected iff every map to n-types is constant (896a7e4)
  • a slightly strengthened version of the "only if"-part of the above: A type A is n-connected if the map λ b a → b : B → (A → B) has a section for any n-type B. (ab12f08)
  • a proof that all loop spaces of k+2-connected spaces are merely equivalent
  • a recursive characterization of connectivity similar to Exercise 7.6 of the HoTT book: A type is (k+1)-connected iff it is (k+1)-inhabited and has k-connected paths (c50abab)

@anshwad10
Copy link
Contributor

a result that I found useful is that a pointed type (X , a) is connected iff (x : X) -> || x = a ||

@phijor
Copy link
Contributor Author

phijor commented Mar 10, 2025

a result that I found useful is that a pointed type (X , a) is connected iff (x : X) -> || x = a ||

Check out fdaa6cf. Is this what you had in mind?

@anshwad10
Copy link
Contributor

yes thank you

@mortberg
Copy link
Collaborator

@aljungstrom Can you please take a look and review this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants