Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion book/FPLean/FunctorApplicativeMonad/Universes.lean
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ This is a contradiction, which demonstrates that something was wrong with the in
In particular, allowing sets to be constructed by providing an arbitrary property is too powerful.
Later versions of set theory restrict the formation of sets to remove the paradox.

A related paradox can be constructed in versions of dependent type theory that assign the type {anchorTerm SomeTypes}`Type` to {anchorTerm SomeTypes}`Type`.
A related paradox can be constructed in versions of dependent type theory that assign the type of {anchorTerm SomeTypes}`Type` to {anchorTerm SomeTypes}`Type`.
To ensure that Lean has consistent logical foundations and can be used as a tool for mathematics, {anchorTerm SomeTypes}`Type` needs to have some other type.
This type is called {anchorTerm SomeTypes}`Type 1`:
```anchor TypeType
Expand Down