Skip to content

A series of Haskell implementations of logic systems. This one is for the most simple propositional calculus.

License

Notifications You must be signed in to change notification settings

WinterShiver/Classical-Propositional-Calculus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Classical-Propositional-Calculus

A series of Haskell implementations of logic systems. This one is for the most simple propositional calculus.

P.hs

  • The expression of propostions and proofs correspond to data definition of Prop and Proof. The correctness of proof is guaranteed with type signature. Type error would be detected in compile if the proof is wrong.

TODO

  1. Implementation based on Discrete Mathematics Using a Computer, Chapter 6. Reference code: [code]
  2. Is it possible to build automatic proof? (Probably not) Is it possible to estimate the proof complexity so that we can search a proof for a given proposition?

About

A series of Haskell implementations of logic systems. This one is for the most simple propositional calculus.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published