An open API service indexing awesome lists of open source software.

https://github.com/yiyunliu/system-t-per


https://github.com/yiyunliu/system-t-per

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# PER model for System T
This repository contains a mechanized PER model for Gödel's System T
(call-by-name variant) in Coq. The relational model is more powerful
than the predicate model since it allows one to prove that $\lambda
x. x$ and $\lambda x . x + 0$ are logically equivalent functions from
`Nat` to `Nat`.

I find it slightly trickier to mechanize call-by-name version than the
call-by-value version since the base case for the `Nat` type becomes
slightly more complicated.