dk14 / proofs

formal methods exercises

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

proofs

Proofs of simple mathematical properties

  • binary.v Inductive proof that given binary to unary conversion holds for:
    • bin2nat(code + 1) ≡ bin2nat(code) + 1
  • pumping.v Proof of Pumping Lemma for regular expressions.

Better use with Emacs Proof General. my .emacs

About

formal methods exercises

License:Apache License 2.0


Languages

Language:Coq 100.0%