-
Notifications
You must be signed in to change notification settings - Fork 74
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
Rename Axiom L to Preunivalence #866
Conversation
Co-authored-by: Egbert Rijke <[email protected]>
Co-authored-by: Egbert Rijke <[email protected]>
Co-authored-by: Egbert Rijke <[email protected]>
Co-authored-by: Egbert Rijke <[email protected]>
This PR is quite self-contained in its current state, so I'll just mark it as ready for review immediately :) |
Great! |
Co-authored-by: Egbert Rijke <[email protected]>
Sorry, I went for a quick coffee and then I was ambushed by some colleagues. I'm back now though :) |
Done :) |
I'm really happy with how this one came out. Thank you so much for taking the initiative on this! |
@@ -39,7 +39,7 @@ In this file we postulate the univalence axiom. Its statement is defined in | |||
## Postulate | |||
|
|||
```agda | |||
postulate univalence : {l : Level} (A B : UU l) → UNIVALENCE A B | |||
postulate univalence : {l : Level} → axiom-univalence-Level l |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a particular reason why this isn't postulate univalence : axiom-univalence
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch! It should be judgmentally equal.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The particular reason is that I didn't catch it, since you're wondering
Also tries out some new names for the statements of the axioms of univalence, K, and, well, L.