GithubHelp home page GithubHelp logo

zfc-prover-in-coq's Introduction

ZFC-prover-in-Coq

This is a ZFC prover embedded in Coq for teaching scenarios. More information can be found in CoqPL 2023.

Project Structure

ExplicitName.v : a simple string library.

ZFLib.v: formalization of ZFC and tactics.

Tutorial.v: students may use this tutorial to learn the tactics.

MathematicalInduction.v: a proof of mathematical induction.

Peano.v Peano_plus.v Peano_mult.v: a formalization of Peano arithmetic.

How to build

This project can be built in Coq 8.15, new versions are not tested.

Run

coq_makefile -f _CoqProject -o CoqMakefile

and then

make -f CoqMakefile

zfc-prover-in-coq's People

Contributors

rikosellic avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

samuelgruetter

zfc-prover-in-coq's Issues

How to build?

Great talk at CoqPL!

What Coq version should I use to build this project? I tried it in Coq 8.15 and Coq 8.16, but both failed. I did coq_makefile -Q . FV *.v -o Makefile and then make, and got these two errors:

File "./ExplicitName.v", line 144, characters 74-83:
Error: Found no subterm matching "Ascii_as_OT.cmp a a" in the current goal.
Error: There are pending proofs in file ./ZFLib.v: Unnamed_thm.

Fortunately, they were easy to fix, but then I got another error:

File "./Peano_plus.v", line 56, characters 11-35:
Error: The reference mathemetical_induction_2 was not found in the current
environment.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.