/TOC

Formalization of DFAs, NFAs, and equivalence of DFAs and NFAs

Primary LanguageMakefile

TOC Formalization

A formalization of DFAs, NFAs and their equivalence.

Contents

Lib.v

Tactics definitions and some used notations.

DFA.v

Formalization of DFAs along with proof of complement, intersection and union constructions.

NFA.v

Formalization of NFAs along with proof of equivalence between NFAs and DFAs.

Build Instructions

This project is developed with Coq version 8.15.2. Run make to build to project.