Formal Logic Or, If and only if Flashcards

1
Q

What symbol do we use for ‘or’?

A

v

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

What type of logical operator is ‘or’?

A

Disjunction

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

What are some synonyms of ‘or’?

A

‘either…or’, ‘alternatively’, ‘unless…’

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

What is the truth table for ‘v’ (inclusive)?

A

A¦ B¦AvB¦
T¦ T ¦ T ¦
T¦ F ¦ T ¦
F¦ T ¦ T ¦
F¦ F ¦ F ¦

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

What is meant by inclusive or?

A

AvB is true if either A is true, or B is true or both A and B are true

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

What is the truth table for ‘v’ (exclusive)?

A

A¦ B¦A_v_B¦ (underlined v)
T¦ T ¦ F ¦
T¦ F ¦ T ¦
F¦ T ¦ T ¦
F¦ F ¦ F ¦

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

What is meant by exclusive or?

A

A_v_B is true if A is true or B is true but not both

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

How do we express exclusive or in our language (as we only use inclusive or)?

A

(AvB) & ~ (A&B)

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

How can a trilemma or a dilemma be a good form of argument using or?

A

Trilemma (argument with three options)
Dilemma (argument with two options)

-Enumerate (list off one by one) options as a disjunction (this OR this)
-Show why none of the options work
-Conclude the opponent is wrong

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

What is meant by the fallacy called ‘false dilemma’/’false dichotomy’?

A

-Someone enumerates two options
-They claim those are the only two options
-It is false when there are more options

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

What symbol do we use for ‘if and only if’?

A

<->

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

What type of logical operator is ‘if and only if’?

A

the biconditional

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

What are other ways of saying ‘if and only if’?

A

‘iff’, ‘just in case’, ‘when and only when’

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

What are the truth conditions for ‘If and only if’?

A

For A<->B to be true, we need both A if B and A only if B to be true so we must combine both of their truth tables.

A if B says if B is true then A is also true

A only if B says that A will not be true if B is false

Combine:
A if and only if B says that if B is true then A is also true, and if B is false then A is also false

SO A if and only if B is true if both A and B are true or both false

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

What is the truth table for ‘<->’?

A

A¦ B¦A<->B¦
T¦ T ¦ T ¦
T¦ F ¦ F ¦
F¦ T ¦ F ¦
F¦ F ¦ T ¦

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

What are necessary conditions?

A

Things that are necessary for things to exist/to be as they are,
‘x’ cannot be ‘x’ without the necessary condition

B->A implies that B is necessary for A

e.g. Being a mammal is a necessary condition for being a horse
Note: but it is not a sufficient condition as cats and dogs are also mammals

17
Q

What are sufficient conditions?

A

Things that are enough (suffice) for things to exist/to be as they are
‘x’ can suffice to be ‘x’ with a sufficient condition

A->B implies that A is sufficient for B

e.g. being born in the UK is a sufficient condition for being a UK citizen
(being born there is enough for citizenship)
Note: but it’s not necessary, you may be born elsewhere to British parents or you may be naturalised

18
Q

’<->’ is useful for giving necessary and sufficient conditions, what does that mean?

A

A necessary and sufficient condition is when both it is necessary and enough for something to exist/to be as it is

A<->B implies that A is necessary and sufficient for B and B is necessary and sufficient for A

e.g. being a valid argument with true premises is a necessary and sufficient condition for being a sound argument
we say:
an argument is sound iff it is a valid argument and its premises are true

19
Q

What are other ways of signalling the conclusion?

A

‘so’, ‘hence’, ‘thus’, ‘therefore’, ‘it follows that…’