Skip to content

dk14/proofs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages