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

Note about universes #24

Open
Russoul opened this issue Dec 22, 2023 · 0 comments
Open

Note about universes #24

Russoul opened this issue Dec 22, 2023 · 0 comments
Labels

Comments

@Russoul
Copy link
Owner

Russoul commented Dec 22, 2023

The standard construction of universes a la Tarski is sometimes considered the only formal definition of universes in type theory.
One problem of working with them is that we have El : Tm Γ 𝕌 → Ty Γ but no inverse. Lack of inverse is sensible and is used to sidestep a paradox. That implies that we can't formally omit El, when working with universes. There seems to be a nice alternative to standard universes though: universes a la Coquand a la Tarski.
We have an indexed statement: Tmᵢ₊₁ Γ 𝕌 ≅ Tyᵢ Γ. That is, El now has an inverse. But what's even nicer about them is that we can now ask for stricter: Tmᵢ₊₁ Γ 𝕌 ≡ Tyᵢ Γ hence formally justifying Russell-style universes.

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

No branches or pull requests

1 participant