class 4 Flashcards

1
Q

What we obtain by formalization

A

– Simplify natural language
– Eliminate ambiguities
– Capture the logical form

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

declarative sentences

A

Premises and conclusions in arguments, linguistic expressions that can be (said) true or false.

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

basic sentential operators (to form a complex sentence)

A
  • Negation: not…
  • Conjunction: … and …
  • Disjunction: … or …
  • Conditional: if … then …
  • Bi-conditional: … if and only if …
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

and

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

not

A

–|

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

or

A

v

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

if

A

–>

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

if and only if, iff

A

<–>

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

God exists if and only if the cat is not on the sofa

A

q <–> –| p

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

God does not exist or the cat is not on the sofa

A

–| q v –| p

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

If the Prime Minister is on trial, he resigns, or the government loses
any credibility. The Prime Minister is on trial, and he does not resign,
so the government loses any credibility

A

p –> (q v r), p ^ –| q |- r

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

If Paul or Quinn go to the party, then Robert goes too

A

(p v q) –> r

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

It is not the case that Robert and Paul go to
the party

A

–| (r ^ p)

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

If Robert goes to the party, then if Paul goes then Quinn does not

A

r –> (p –> –| q)

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

–|p is true iff

A

p is false

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

p ^ q’ is true iff

A

both p and q are true

17
Q

p v q is true iff

A

p or q is true, at least one

18
Q

p | q is true iff

A

exclusive disjunction, at least p or q is true, but they cannot be both true

19
Q

p –> q is true iff

A

it is not the case that the first
(antecedent) is true and the second (consequent) is false
–|(p ^ –|q)

20
Q

p <–> q

A

p and q have the same truth value : both false or both true
(p –> q) ^ (q –> p)

21
Q

If Robert goes to the party, then if Paul goes, then Quinn does not

A

r –> (p –> –|q)

22
Q

Paul goes to the party, but Quinn does not

23
Q

Neither Robert nor Quinn go to the party

A

–|r ^ –| q

24
Q

Quinn goes to the party if Paul does not go

A

–|p –> q

25
Q

Robert goes to the party only if Paul does not

A

r –> –| p

26
Q

Paul goes to the party even if Quinn goes

27
Q

Although Robert goes to the party, Paul does not go

A

r ^ –| p

28
Q

Robert goes to the party provided that Paul goes

29
Q

Quinn goes to the party unless Robert goes

A

q v r which means that –|q –> r

30
Q

Given that ‘p’ is true, ‘q’ is false, and ‘r’ is true, check the truth value
p ^ q

A

False, because ‘q’ is false (in case of ‘^’ both must be true)

31
Q

Given that ‘p’ is true, ‘q’ is false, and ‘r’ is true, check the truth value
p –> q

A

False, because the antecedent is true but the consequent false (in case
of ‘→’ it is the only false case)

32
Q

Given that ‘p’ is true, ‘q’ is false, and ‘r’ is true, check the truth value
–|p v –| q

A

True, because ‘q’ is false, so one of the two disjuncts, ‘–|q’, is true (in
case of ‘v’ that one is true is enough)

33
Q

Given that ‘p’ is true, ‘q’ is false, and ‘r’ is true, check the truth value
q –> (p ^ –| r)

A

True because both, antecedent and consequent, are false

34
Q

Given that ‘p’ is true, ‘q’ is false, and ‘r’ is true, check the truth value
(–|q ^ r) <–> p

A

True, because the two sides of the bi-conditional have the same T value

35
Q

Given that ‘p’ is true, ‘q’ is false, and ‘r’ is true, check the truth value
(–| v r) –> –|q

A

True because both, antecedent and consequent, are true

36
Q

Given that ‘p’ is true, ‘q’ is false, and ‘r’ is true, check the truth value
q –> (–|p<–> (–|r –> –|q))

A

true because it is possible for the antecedent to be negative and the consequent to be positive