Many-Valued Logic Explorer Generator

Install Python on https://www.python.org
To install PIP, follow instructions from https://pip.pypa.io/
To install Z3, follow instructions from https://pypi.org/project/z3-solver/
(Source code here • Some basic (sub)structurality here)

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

Variables
(separated by linebreaks)
Code
$$\textbf{not}\left(()\vdash a\right)$$ Name:
Type of rule: