1.1 Deductive Reasoning and Logical Connectives Flashcards

1
Q

What is a conclusion and a premise?

A

We arrive at a conclusion from the assumption that some other statements, called premises, are true.

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

In the example below, what are the premises and what is the conclusion?

It will either rain or snow tomorrow.
It’s too warm for snow.
Therefore is will rain.

A

The first two statements are the premises. The last statement is the conclusion.

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

What is a valid argument?

A

An argument is valid if the premises cannot all be true without the conclusion being true as well.

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

What is deductive reasoning and why is it important?

A

Deductive reasoning, is the process of reasoning from one or more statements (premises) to reach a logical conclusion.

The standard that’s used to judge the correctness of deductive reasoning is when there’s a sense that the conclusion is forced on us by the premises.

Deductive reasoning is important because it is the foundation for which to base a proof on.

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

What two advantages does replacing certain statements in the arguments give us?

A
  1. Keeps us from being distracted by aspects of the argument that don’t affect their validity.
  2. Highlights the usage of key words that have important in determining if an argument is valid.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

∨ : meaning and name

A

Means “or” and is called a disjunction.

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

∧ : meaning and name.

A

Means “and” and known as conjunction.

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

¬ : meaning and name

A

Means “not” and is called negation.

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

When we don’t include a parenthesis in front of ¬, what arguments are negated? For example, what is negated in ¬P ∧ Q?

A

Only the statement immediately after the negation symbol is affected.

¬P ∧ Q = (¬P) ∧ Q

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

What word is used to represent parenthesis in logical statements?

For example:
S = John is stupid
L = John is lazy

What does ~S^(LvS) mean?

A

John isn’t stupid , and either he’s lazy or he’s stupid

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

What is a well-formed formula?

A

A well formed formula is one where all logical symbols are between statements or in the case of negation, only used before a statement.

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

Logical statements might not use the words or, and, not. An example is “but” to mean “and” between two contrasting statements.

Mathematical notation can have logical words as well. How to express 3 <= pi in logic?

A

P = 3 < pi
Q = 3 = pi
3 <= pi = P v Q

Or (3 < pi) v (3 = pi)

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

What is a logical connective and why is it important?

A

A logical connective is a word that connects multiple statements to form more complex statements.

They are important because they are usually the most important words in a logical argument in determining whether the reasoning is valid or invalid.

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

Analyze the logical form of the following statement:

We’ll have either a reading assignment or homework problems, but we won’t have both homework problems and a test.

A

(R v H) ^ ~(H ^ T), where

R = We’ll have a reading assignment

H = We’ll have homework problems

T = We’ll have a test

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

Uncommon words that are logical connectives:

Either
Neither
But

A

Either : ()
Neither : ~(A v B)
But : and

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q
P = I will buy the pants
S = I will buy the shirt

What is the English sentence for ~(P ^ ~S)?

A

P ^ ~S = I will buy the shirt but not the pants.

The most simplistic negation of that statement is I won’t buy the pants without the shirt.

The complete statement would be Either I don’t buy the pants or I buy the shirt.

17
Q

Analyze the logical form of this statement:

Either John and Bill are both telling the truth, or neither of them is.

A
J = John is telling the truth
B = Bill is telling the truth 

John and Bill are both telling the truth = J ^ B

Neither of them are telling the truth:
~(J v B) = Not either John or Bill are telling the truth

Another way to look at it is (J v B) is true when one or both are telling the truth. The negation of that is true when neither is telling the truth.

(J ^ B) v ~(J v B)