Verified theorems about first-order theories.
https://www.mccme.ru/free-books/shen/shen-logic-part2-2.pdf
- Open runme.bat with text editor notepad.
- Change path inside it to
C:\your\path\to\Coq\bin\coqc.exe - Open the console cmd.
- Change directory with
CD /d C:\your\path\to\VerifiedMathFoundations-master
- Execute the batch file.
runme.bat
- Change path in compile.cpp
- Create /library/ folder
- Compile the program
g++ compile.cpp -o compile.o
- Run the program
./compile.o
- Change path in compile.cpp
- Create /library/ folder
- Make the makefile
make all
- Change path in makefile
- Create /library/ folder
- Make the makefile
make all
Misc.v Valuation.v eqb_nat.v UNIV_INST.v - universal instantiation for vectors Terms.v - terms for predicate calculus (PC) Poly.v - experimental polymorphism for semantics Formulas.v - formuli of the PC Provability.v - provability predicate for PC Deduction.v - deduction theorem for PC PredicateCalculus.v - soundness theorem for PC cexamp.v - (not finished) Ackermann.v - set theory implementation (work in progress) Propositional.v - deduction, soundness of intuitionistic propositional logic (IProL) Translation.v - for using theorems from IProL in PC