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

Modeling set theory in cubical agda #397

Closed
WorldSEnder opened this issue Aug 8, 2020 · 2 comments
Closed

Modeling set theory in cubical agda #397

WorldSEnder opened this issue Aug 8, 2020 · 2 comments

Comments

@WorldSEnder
Copy link
Contributor

I have a personal project building a model of set theory in agda, following the HoTT book chapter 10.5. The current status is just a gist lying around. Are you interested in a pull request? If so, what would be the best way to structure this to fit into the cubical library (none of the top-level directories seem applicable)? Also note that at one point I make use of the {-# TERMINATING #-} pragma, I'm not so sure how to get rid of that.

@mortberg
Copy link
Collaborator

Nice! I would be happy to see a PR. Just put the file wherever you think is most appropriate and we can discuss where to put it in the PR.

I guess your V is an example of a higher inductive recursive type?

@mortberg
Copy link
Collaborator

Closing this now as it's already in a PR

mortberg added a commit that referenced this issue May 2, 2022
* first port to standard library

* getting rid of TERMINATING, now --safe

* moved last helper

* fix typos

* deduplicate isProp→isContrPathP

* split cumulative hierarchy

* fix line lengths

* simplifying isPropMonicPresentation

* fixup from library changes

* update to cubical master

* Update Properties.agda

Co-authored-by: ecavallo <ecavallo@cs.cmu.edu>
Co-authored-by: Anders Mörtberg <andersmortberg@gmail.com>
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

No branches or pull requests

2 participants