Master thesis by Csanad Farkas:
"Formalisation of Display Map Categories in Univalent Foundations"

"A display map category, originally just called a class of display maps with a stability condition, can be used to model dependent type theory. [...] The formalisation has been done using Univalent Foundations, while the implementation has been completed using Rocq, and more specifically the UniMath library."

https://resolver.tudelft.nl/uuid:25ddff49-8d20-40ce-bb35-3b3f986c65ff

#Master #Thesis #Rocq #HoTT #UnivalentFoundations #UniMath

Formalisation of Display Map Categories in Univalent Foundations | TU Delft Repository

This almost #haskell with #unimath
PCF type σ a
term [[t]] of type [[σ ]], by the following inductive clauses:
(1) [[zero]] :≡ η(0);
(2) [[succ]] :≡ L (s), where s : N → N is the successor function;
(3) [[pred]] :≡ L (p), where p : N → N is the predecessor function;
(4) ifz : [[ι ⇒ ι ⇒ ι ⇒ ι]] is defined using the Kleisli extension as: λx, y.(χx,y
)#, where
χx,y(n) :≡
{
x if n = 0;
y else;
(5) [[k]] :≡ λx, y.x;
(6) [[s]] :≡ λf , g, x.(f (x))(g(x));
(7) [[fix]] :≡ μ, where μ is the least fixed point operator from Theorem 16
file:///home/x/Downloads/the-scott-model-of-pcf-in-univalent-type-theory.pdf
Formalising the Symmetry Book: Formalising the Symmetry Book using the UniMath library. ~ Pallabi Sree Sarker. https://repository.tudelft.nl/islandora/object/uuid:1451f328-2ff6-4639-b9f2-e81af09181c2 #ITP #Coq #UniMath
Formalising the Symmetry Book | TU Delft Repositories