Formation Trees Flashcards

1
Q

An argument like (¬A ∨ B) → (C & ¬(A ∨ D)) is not easy to what?

A

Keep track of what each intermediate column should be

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is a way of breaking down the problem into smaller pieces?

A

A formation tree

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

When we form sentences with logical operators, such as A => B, the logical operator is what?

A

The main connective

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the main connective in this sentence?
A & (B ∨ C)

A

&

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the main connective in this sentence?
(¬T ∨ P) → (G & ¬(P ∨ Q))

A

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How do we split up the sentence (A → B) & ¬A)?

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

From this formation tree, what are the two intermediate columns we need to establish?
(A → B) & ¬A
/ \
(A → B) ¬A
/\ |
A B A

A

(A → B) and ¬A

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Where does one start determining truth values from the formation tree?

A

The bottom, with the atomic sentences, and then work upwards

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What would the truth table for the following be?
(A → B) & ¬A
/ \
(A → B) ¬A
/\ |
A B A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly