Chap 7 ( up until 260) Flashcards

1
Q

why should we worry about logical structure?

A

(1) Comprehension: Helps us to better see the underlying forms of argument.

(2) Positive Evaluation: Helps us to readily spot (and create) valid arguments.

(3) Negative Evaluation: Helps us to readily spot (and avoid creating) invalid arguments.

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

whats a Simple Statement

A

Contains no other statement as a component part. (We represent it with a letter, like “P”.)

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

whats a Complex Statement?

A

Contains at least one other statement as a component part.

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

whats a Logical Operator?

A

Special expressions which work to combine simple statements into complex ones: AND, OR, IF…THEN, NOT

1) Conjunction
2) Negation
3) Disjunction
4) Conditional

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

whats a Conjunction ?

A
  • a Logical Operator
  • two simple sentences joined by a connective to form a compound statement
  • “and”
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

if one or both of the conjuncts is false then the sentence is….

A

false

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

whats the symbol for conjunctions?

A

& ( ampersand)

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

Other conjunct. words:

A

‘however’, ‘although’, ‘nonetheless’, ‘moreover’.

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

Give an example of a conjunction.

A
  • Alice is happy AND Jim is sad
  • Justin Trudeau is Prime Minister now, but Tom Mulcair will be soon.
  • The lecture was poorly-presented, even though the topic was interesting.
  • John had cake and Jill had pie.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

whats a Disjunction?

A
  • a logical operator
  • coumpound statemnet of the form “either p or Q”.
  • p v q
  • A disjunctions is true even if only one disjunctions is true and false only if both disjunctions are false
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

When is a disjunction true?

A
  • A disjunctions is true even if only one disjunctions is true
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

When is a disjunction fasle ?

A

if both disjunctions are false

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

whats the symbol for disjunstions

A

V ( wedge)

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

Other disjunct. words:

A

English: ‘exclusive’ sense. “A v B, and not both.”
Logic: ‘inclusive’ sense.

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

examples of disjunctions

A
  • “Either John had cake or Jill had pie.”
  • Alice is happy OR Jim is sad
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

whats Negation?

A
  • logical operator
  • denial of a statement which we indicate
  • “not”
  • ~p
17
Q

Other expressions include negation

A

Other expressions include: ‘it’s not true that’; ‘it’s false that’; ‘it’s not the case that’.

18
Q

symbol negation

A

~ ( tilde)

19
Q

when can a negation be false? .

A

False if and only if p is true.

20
Q

whats an antecedent?

A

first part of a conditional statemmt ( if p then q) , the part that begins with “if”

21
Q

whats a consequent

A

The end part of a conditional statement
- introduced by the term “then:

22
Q

whats Conditional?

A

if - then statement
p → q

23
Q

symbol for conditional

A

→ (arrow)

24
Q

when is a conditionla sentence false

A

False if and only if the antecedent is true AND the consequent is false.

25
Q

examples of conditional sentences

A
  • If John had cake, then Jill had pie
    examples with no if then temrs but follow the format:
    “Since your lease expired the landlord is free to raise the rent”

“Being a teenager means you have lots of problems”

“Anyone who likes logic is a fool”

“The truth of evolution implies the falsity of the Bible”

“Whenever Lebowski drinks coffee, he gets antsy”

26
Q

Tricky Point About Conditionals: “If” vs “Only If”

A

The word “if”, by itself, introduces the antecedent, no matter where it occurs in a statement.

	“If I skip class, I’ll find the material difficult”
	“I’ll find the material difficult if I skip class.
	These are equivalent, and should be written as: S 🡪 D

The expression “only if” introduces the consequent, no matter where it occurs in a statement.
“Only if the price drops will I buy the giant TV”
“I will buy the giant TV only if the price drops”
These are equivalent, and should be written as: B 🡪 P

27
Q

Tricky Point: Combining Logical Operators

A

A logical operation can be performed on a compound statement:

     Both Tim and Sue will win the award.	
		T  &   S
     It’s not the case that both Tim and Sue will win the award.
		~ (T & S)

Just like in math, it matters where you put the brackets: the sentence above is not equivalent to ~T & S

Similarly, there’s an important difference between these two:

     R → (W & M)	     If it rains, I am wet and miserable.
   	    (R → W)  &  M	     If it rains, I am wet. And I’m miserable
28
Q

Combining Conjunction and Disjunction With Negation

A

Consider a conjunction, which is then negated:

Both Tim and Sue will graduate. (T & S)
It’s not the case that both Tim and Sue will graduate. ~ (T & S)

  This is not equivalent to   ~T & ~S         Why?    But it is equivalent to       ~T v ~S         Why?

Next, consider a negated disjunction: ~(T v S)
This reads: It’s not the case that either Tim or Sue will graduate.

This is not equivalent to ~T v ~S Why?
This is equivalent to ~T & ~S Why?