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

Hedberg #245

Merged
merged 9 commits into from
Aug 17, 2018
Merged

Hedberg #245

merged 9 commits into from
Aug 17, 2018

Conversation

ecavallo
Copy link
Collaborator

@ecavallo ecavallo commented Aug 17, 2018

The proof of Hedberg is different from the one in cubicaltt, though the idea is the same. I did use some connections, so there may be a more efficient way.

Copy link
Collaborator

@jonsterling jonsterling left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wonderful!!

k
| i=1 ⇒ λ _ → q j
| j=0 ⇒ λ k → connection/or A (cap 0) i k
| j=1 ⇒ λ k → connection/or A (cap 1) i k
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One thing to consider if you take partial elements seriously would be to allow sharing of branches in systems. That way the two last cases could be written:

    | j=0 \/ j=1 ⇒ λ k → connection/or A (cap j) i k

This happens quite often and it might help with memory consumption.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That'd be so cool! Let's talk about it at dagstuhl.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think i see how to make that work...

@mortberg
Copy link
Collaborator

Looks good to me! Two minor results that would be easy to add is that void and unit are h-propositions.

@ecavallo
Copy link
Collaborator Author

Done!

@ecavallo ecavallo merged commit 26f0b40 into master Aug 17, 2018
@ecavallo ecavallo deleted the hedberg branch August 21, 2018 19:04
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.

Constant square in redtt Z is a set
3 participants