Skip to content

Kenny2github/validtnt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

validtnt

Parse and validate Typographic Number Theory proofs.

Examples

This proof passes:

∀a:~Sa=0	axiom 1
∃b:∀a:~Sa=b	existence
<∀a:~Sa=0∧∃b:∀a:~Sa=b>	joining

because all rules of TNT were applied correctly.

This proof doesn't:

∀a:(a+0)=a	axiom 2
∃b:∀a:(a+b)=a	existence
∃b:(b+b)=b	specification

because specification is not allowed when the term that specifies the variable contains any quantified variable.

About

Parse and validate Typographic Number Theory proofs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages