Skip to content

Galus/twitchcoq

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

twitchcoq

Reimplementing a subset of Coq in Python

Just kidding, Coq is too complex. We implemented metamath instead.

random notes

First order logic:

Theorem test : exists x : nat, x + 2 = 4.
Theorem test2 : forall y : nat, (exists x : nat, x = y).

Second order logic (quantifing over first order logic statements):

forall y : (fun x : nat -> nat)

Higher order logic...so on and so forth

About

A highly typed language we can prove things in

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 47.4%
  • Coq 26.3%
  • GAP 25.1%
  • Shell 1.2%