TheHoTTGame/Trinitarianism/Quest1.md
2021-07-23 13:29:48 +01:00

324 B
Raw Blame History

Dependent Types

In a 'place to do maths' we would like to be able to express and 'prove' the statement

There exists a natural that is even. This requires the notion of a _predicate. In general a predicate on a type A is a term of type A → Type u, for example

isEven :   Type u
isEven n = ?