Natural Deduction Planner Wiki
Assistant for generating Natural Deduction style proofs
Status: Beta
Brought to you by:
declanthompson
This page provides information on preferred style for inputs, so that the Proof Assistant correctly parses your formulas. If you follow the style here, you should not encounter errors related to bad inputting.
In general, rules are as follows:
Good Style | Bad Style |
---|---|
~p | |
~~p | ~(~p) |
(p&q) | p&q |
~(p&q) | ~ p&q |
~(~p&q) | ~((~p)&q) |
~~(p&q) | ~(~(p&q)) |
∀x∀y(Rxy) | ∀x(∀y(Rxy)) |