ilyasergey / pnp

Lecture notes for a short course on proving/programming in Coq via SSReflect.

Home Page:https://ilyasergey.net/pnp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Programs and Proofs

DOI

A Short Course on Interactive Proofs in Coq/Ssreflect. This project contains the Coq sources, the lectures and the exercises for the course

"Programs and Proofs: Mechanizing Mathematics with Dependent Types".

The latest draft of the accompanying lecture notes can be downloaded from the official course page:

http://ilyasergey.net/pnp

Initial release: August 2014

Building the Project

Requirements

Building

We recommend installing the requirements via opam:

opam repo add coq-released https://coq.inria.fr/opam/released
opam pin add coq-htt git+https://github.com/TyGuS/htt\#master --no-action --yes
opam install coq coq-mathcomp-ssreflect coq-fcsl-pcm coq-htt

Then, run make clean; make from the root folder. This will compile all lecture files, solutions and create the file latex/pnp.pdf with lecture notes.

About

Lecture notes for a short course on proving/programming in Coq via SSReflect.

https://ilyasergey.net/pnp

License:BSD 2-Clause "Simplified" License


Languages

Language:Coq 90.7%Language:TeX 9.0%Language:Makefile 0.3%