Formation Trees Flashcards
An argument like (¬A ∨ B) → (C & ¬(A ∨ D)) is not easy to what?
Keep track of what each intermediate column should be
What is a way of breaking down the problem into smaller pieces?
A formation tree
When we form sentences with logical operators, such as A => B, the logical operator is what?
The main connective
What is the main connective in this sentence?
A & (B ∨ C)
&
What is the main connective in this sentence?
(¬T ∨ P) → (G & ¬(P ∨ Q))
→
How do we split up the sentence (A → B) & ¬A)?
Starting at the main connective, and then breaking down each branch (if it is not a single letter) at its main connective:
(A → B) & ¬A
/ \
(A → B) ¬A
/\ |
A B A
From this formation tree, what are the two intermediate columns we need to establish?
(A → B) & ¬A
/ \
(A → B) ¬A
/\ |
A B A
(A → B) and ¬A
Where does one start determining truth values from the formation tree?
The bottom, with the atomic sentences, and then work upwards
What would the truth table for the following be?
(A → B) & ¬A
/ \
(A → B) ¬A
/\ |
A B A
A B |A → B |¬ A| (A → B) & ¬ A
T T T F F
T F F F F
F T T T T
F F T T T