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

3.1 sets and n-types #15

Merged
merged 3 commits into from
Dec 13, 2023
Merged

Conversation

eyihluyc
Copy link
Collaborator

No description provided.

#def units-eq
(x y : Unit)
: x = y
:= path-concat Unit x unit y (Unit-uniq x) (path-sym Unit y unit (Unit-uniq y))
Copy link
Member

Choose a reason for hiding this comment

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

It should be noted that refl also works here, since the uniqueness principle is actually built into Rzk for Unit and (dependent) pairs (Σ-types). See uniq-prod' and uniq-Unit' in the recent Rzk demo at https://fizruk.github.io/bmstu-rzk-demo-2023

@fizruk
Copy link
Member

fizruk commented Nov 27, 2023

Thanks! Can you please add description, stating what is implemented/expected in this PR?

@fizruk fizruk merged commit de0dc3c into 2.4-homotopies-are-equivalences Dec 13, 2023
2 checks passed
@fizruk fizruk deleted the 3.1-sets-and-n-types branch December 13, 2023 11:34
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.

2 participants