Abstract Logic
Formal symbolic logic workspace. The applied proposition composer is on its own page.
Prop examples: (p implies q), (p and (not q)) | Predicate examples: forall x. (P(x) -> Q(x)), exists y. R(y)
Abstract Proof Engine
Put one premise per line, then add a goal.
Abstract Formula Evaluation
Abstract Truth Table
Check tautology, contradiction, or contingency.
Predicate Logic Tableau
First-order logic with ∀/∃ quantifiers. Syntax: forall x. P(x), exists y. R(x, y), P(a). Bound identifiers are variables; unbound ones are constants.