Presentation
Have a proof calculus and want to show it's non-trivial? Or variable sharing? Or non-symmetric implication? Or basically anything of the form Γ⊬p (existentially or universally)? Sounds like you need a sound (finitely) many-valued model! If one exists, this tool will find it. Guaranteed 100% without LLM hallucination (it uses the Z3 SAT solver, and most importantly, not an ounce of AI). Even this page's HTML, PHP and Python codes are made with my paws hands all the way through (well, given how garbage it is, it better be).
|
Metasyntax
| Encoding
| Name
| Arity
| | Entails
| Entailment (⊢)
| Binary (relation)
| | Comma
| Comma (,)
| Binary
| | Not
| "Not ..."
| Unary
| | Implies
| "If... then..."
| Binary
| | And
| "... and ..."
| Any arity
| | Or
| "... and/or ..."
| Any arity
|
Syntax
| Encoding
| Name
| Arity
| | N
| Negation (~)
| Unary
| | C
| Implication (→)
| Binary
| | K
| Conjunction (&)
| Binary
| | A
| Disjunction (∨)
| Binary
|
Rules
|