|
Choose a logic:
|
| Some guidelines: |
| '-' is classic negation ¬ |
| '~' is paraconsistent negation |
| Always use a space before a '-' and '~' |
| For '¬¬p', use brackets: -(-p) |
| use a space before and after disjunction ∨ |
|
|
About ParaLogics: |
| CLuN is a paraconsistent logic arrived by dropping the
consistency requirement 'if v(A) = 1 then v(¬A) = 0' from
classical logic. |
| CLaN is a paracomplete logic derived from CL by dropping the
completenes requirement 'if v(A) = 0 then v(¬A) = 1'
|
| CLoN is obtained by dropping both consistency and completeness
requirements from classical logic
|
|
|