Home > Etc > Truth Table Generator
Truth Table Generator

This page contains a program that will generate truth tables for formulas of truth-functional logic. You can enter multiple formulas separated by commas to include more than one formula in a single table (e.g. to test for entailment). Tables can be displayed in html (either the full table or the column under the main connective only), plain text, or LaTeX. You can also select which symbols to use for the two truth values and the connectives.

Truth-Values:



Connectives:



Table Type:



Symbols: use the following keyboard symbols in your input for the various logical connectives:

~for negation
&for conjunction
vfor disjunction
>for the conditional
< >for the biconditional
#for absurdity
|for NAND (aka the Sheffer Stroke)
!for NOR (Wittgenstein's Sheffer Stroke)

Here are some examples of well-formed inputs the program will accept:

The source code is available on GitHub, just click the icon at the top right corner of the page.