p | q | & | v | → | ↔ |
---|---|---|---|---|---|
T | T | T | T | V | V |
T | F | F | T | F | F |
F | T | F | T | V | F |
F | F | F | F | V | V |
We can chase truth up the parse tree of a given formula, matching rows of the truth-tables to applications of syntactic rules in the tree.
Truth and falsity relative to a truth-value assignment
The big difference is that while we make use of the syntactic rules when constructing parse trees, we will use the definition of truth with respect to a truth-value assignment in order to construct truth-trees.
Rules:
To construct them:
A closed branch is marked with an asterisk, it doesn't represent any possible truth-value assignment.
truth-values | truth-functional | function | truth-tables | truth-conditions |
---|---|---|---|---|
characteristic truth-table | LogicLab | logically true | contradictory | logical consequence |
validity | invalidity | counterexample | truth-trees | closed branch |
open branch | completed branch | completed truth-tree |
\