Truth Tables and Validity Flashcards

1
Q

What are all the operators thus far introduced (&, ∨, ¬, and →)

A

Truth functional operators

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

Given a sentence A & B, what can we work out?

A

The truth value just by knowing whether A is true and B is true.

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

The truth value of any sentence built from truth-functional operators is completely determined by what?

A

The truth value of the basic propositions in it

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

What is the way of doing logic with truth function operators called?

A

Truth Functional Logic (TFL)

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

What 3 things does the conditional not say concerning the sentence:
‘IF I’m in Paris THEN I have blue hair’?

A
  1. It doesn’t say ‘Whenever to go to Paris, I always have blue hair’
  2. It doesn’t say ‘If I were to go to Paris then I would have blue hair.’;
  3. It doesn’t say ‘IN any situation in which I’m in Paris, I have blue hair.’
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What does the sentence ‘IF I’m in Paris THEN I have blue hair’ actually say?

A

If it’s true that I’m in Paris then it’s true that I have blue hair

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

When we think about whether an argument is valid, we think about what?

A

All possible situations and whether we can imagine a way to make the premises true and the conclusion false.

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

When we think about whether a Conditional is true in some situation, we think about what?

A

Whether the antecedent and the conditional are true or false in that particular situation.

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

What are the four types of conditional?

A
  1. Rule;
  2. Decision;
  3. Cause;
  4. General;
  5. Inference
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Concerning the inferential form of the conditional, say you have an argument ‘If the fingerprints match then you’re guilty’ and the fingerprints do not match, is it valid to claim that the person is not guilty?

A

Invalid

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

Why is that invalid?

A

Because the person could be proven guilty for other reasons.

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

Formalise the argument:
P1 ‘IF the fingerprints match, then you’re guilty’
P2 ‘The fingerprints do not match’
Conc: ‘You’re not guilty’

A

P1: F => G
P2: ¬ F
Conc: ¬ G

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

With this argument, what row of the truth table for the conditional proves it incorrect?

A

Row three

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

How can we express a stronger conditional?

A

With the biconditional

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

What is the biconditional in natural language?

A

‘If and only if’

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

What is the logical operator for the biconditional?

A

<=>

17
Q

If we were to rewrite the argument ‘The fingerprints match if and only if you’re guilty’, what would happen to the aforementioned issue?

A

Then if the fingerprints did not match, you would not be guilty.

18
Q

What are the four possibilities we have to consider with the biconditional?

A

T T | T
T F | F
F T | F
F F | T

19
Q

What do we look for to prove an argument’s validity?

A

A counterexample

20
Q

Define a counterexample

A

A situation in which all the premises are true and the conclusion is false

21
Q

Define a valid argument

A

In any situation in which all the premises are true and the conclusion is also true

22
Q

What is meant by ‘situation’ here?

A

‘A way the world could be’ - it could be a realistic scenario or something completely fantastical

23
Q

For any situation we consider, what is the sole thing we care about?

A

Whether the premises and conclusion are true

24
Q

What is the truth table for the argument
P1: A => B
P2: A
Conc: B

A

________P1 P2 Conc
A B | A => B | A | B
———————————-
T T | T | T | T
T F | F | T | F
F T | T | F | T
F F | T | F | F

P1 | P2|Conc

25
Q

How, with a truth table, do we see if it valid?

A

Check every row in which all the premises are true and if the conclusion is true then the argument is valid

26
Q

What is the truth table for the argument
P1: A => B
P2: ¬B
Conc: ¬A

A

_______P1 P2 Conc
A B | A => B | ¬B | ¬A
———————————-
T T | T | F | F
T F | F | T | F
F T | T | F | T
F F | T | T | T

27
Q

What is the truth table for the argument
P1: A => B
P2: ¬A
Conc: ¬B

A

_______P1 P2 Conc
A B | A => B | ¬A | ¬B
———————————-
T T | T | F | F
T F | F | F | F
F T | T | T | F
F F | T | T | T

28
Q

In this example, why is it invalid?
_______P1 P2 Conc
A B | A => B | ¬A | ¬B
———————————-
T T | T | F | F
T F | F | F | F
F T | T | T | F
F F | T | T | T

A

It is invalid because row 3 and row 4, all premises are yet they don’t both have a true conclusion

29
Q

What is the form of this complex sentence:
‘It will be sunny on Wednesday and
it will rain on Thursday or it will rain on Friday’

A

A & (B V C)
A stands for ‘It will be sunny on Wednesday’;
B stands for ‘It will rain on Thursday’;
C stands for ‘It will rain on Friday

30
Q

The brackets in A & (B V C) are important. Why?

A

To remove ambiguity. For A & (B V C) is different from (A & B) V C

31
Q

We can take any two complex sentences and join them together with an operator to make a bigger sentence. Translate:
‘If the train is late or I forget my passport then
I’ll miss my flight and I’ll be sad.’

A

(A V B) => ( C & D)
A stands for ‘The train is late’;
B stands for ‘I forgot my passport’;
C stands for ‘I’ll miss my flight’; and,
D stands for ‘I’ll be sad’

32
Q

Concerning this argument what do we want to know?
P1: (A => B) & (B => A)
Conc A <=> B

A

The truth values of (A => B) & (B => A) and A <=> B

33
Q

To work out the truth value of (A => B) & (B => A), what do we first have to know?

A

The truth values of (A => B) and (B => A)

34
Q

So before we fill in the column for the premise, what do we have to fill in?

A

The intermediate columns: (A=>B) and (B=>A)

35
Q

What are intermediate columns for?

A

Our own convenience

36
Q

Why do we only need intermediate columns for?

A

Because we cannot jump straight to figuring out the values of the premises and conclusion

37
Q

Once the intermediate columns are figured out, what are the values in the intermediate columns?

A

Not important anymore