Chapter 7 Flashcards

1
Q

Logical operators:

A

Special symbols that are used to translate ordinary language statements.

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

Simple statement:

A

One that does not have any other statement or logical operator as a component.

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

Compound statement:

A

A statement that has at least one simple statement and at least one logical operator as components.

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

Negation:

A

The word “not” and the phrase “it is not the case that” are used to deny the statement that follows them, and we refer to their use as “negation.”

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

Conjunction:

A

A compound statement that has two distinct statements (called conjuncts) connected by the dot symbol.

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

Disjunction:

A

A compound statement that has two distinct statements (called disjuncts) connected by the wedge symbol.

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

Inclusive disjunction:

A

When we assert that at least one disjunct is true, and possibly both disjuncts are true. Given this, an inclusive disjunction is false when both disjuncts are false, otherwise it is true.

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

Exclusive disjunction:

A

When we assert that at least one disjunct is true, but not both. In other words, we assert that the truth of one excludes the truth of the other. Given this, an exclusive disjunction is true when only one of the disjuncts is true, otherwise it is false.

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

Conditional statement:

A

In ordinary language, the word “if” typically precedes the antecedent of a conditional statement, and the statement that follows the word “then” is referred to as the consequent.

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

Sufficient condition:

A

Whenever one event ensures that another event is realized.

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

Necessary condition:

A

Whenever one thing is essential, mandatory, or required in order for another thing to be realized

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

Biconditional:

A

A compound statement made up of two conditionals—one indicated by the word “if” and the other indicated by the phrase “only if.”

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

Sufficient condition:

A

Whenever one event ensures that another event is realized. In other words, the truth of the antecedent guarantees the truth of the consequent.

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

Necessary condition:

A

Whenever one thing is essential, mandatory, or required in order for another thing to be realized. In other words, the falsity of the consequent ensures the falsity of the antecedent.

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

Well-formed formula:

A

Any statement letter standing alone, or a compound statement such that an arrangement of operator symbols and statement letters results in a grammatically correct symbolic expression.

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

Scope:

A

The statement or statements that a logical operator governs.

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

Main operator:

A

The operator that has the entire well-formed formula in its scope.

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

Truth-functional proposition

A

The truth value of any compound proposition using one or more of the five operators is a function of (that is, uniquely determined by) the truth values of its component propositions.

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

Statement Variable:

A

A statement variable can stand for any statement, simple or compound.

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

Statement form:

A

In propositional logic, an arrangement of logical operators and statement variables such that a uniform substitution

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

Argument form:

A

In propositional logic, an argument form is an arrangement of logical operators and statement variables such that a uniform substitution of statements for the variables results in an argument.

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

Substitution instance:

A

A substitution instance of a statement occurs when a uniform substitution of statements for the variables results in a statement. A substitution instance of an argument occurs when a uniform substitution of statements for the variables results in an argument.

23
Q

Truth table:

A

An arrangement of truth values for a truth-functional compound proposition that displays for every possible case how the truth value of the proposition is determined by the truth values of its simple components.

24
Q

Truth function:

A

The truth value of a compound proposition is a function of the truth values of its component statements and the logical operators

25
Q

Statement variable:

A

A statement variable p, q, r, s …. can stand for any statement, simple or complex

26
Q

Statement form:

A

A pattern of statement variables and logical operators
~ ( p v q )

27
Q

Substitution Instance of a Statement:

A

Occurs when a uniform substitution of statements for the variables results in a statement.

28
Q

Substitution Instance of an Argument.

A

Occurs when a uniform substitution of statements for the variables results in an argument.

29
Q

Negation:

A

The truth table definition for negation shows for any statement p, ~ p will have the opposite truth value:

30
Q

Conjunction:

A

The truth table definition for conjunction shows for any truth values for p, q, “p . q”

31
Q

Disjunction

A

The truth table definition for (inclusive) disjunction shows for any truth values for p, q, “p v q” has the following truth values:

32
Q

Inclusive disjunction:

A

at least one disjunct is true and possibly both. (We are using this one)

33
Q

Exclusive disjunction:

A

at least one disjunct is true but not both.

34
Q

Conditional

A

The truth table definition for the conditional shows for any truth values for p, q, “p ⊃ q”

35
Q

Biconditional

A

The truth table definition for the biconditional shows for any truth values for p, q, “p ≡ q”

36
Q

Truth-functional interpretations can obscure:

A
  • Implied differences in ordinary language:
  • Conditionals without inferential connection
  • Counterfactuals with antecedents contrary to facts
37
Q

Truth values assigned to every proposition:

A

Let R = true, S = false, and P = true
R ⊃ ( S · P )

38
Q

Truth values not assigned to every proposition:

A

Let P = true, Q = unassigned

39
Q

Order of operations:

A

The order of handling the logical operators within a truth-functional proposition; it is a step-by-step method of generating a complete truth table.

40
Q

Contingent statements:

A

Statements that are neither necessarily true nor necessarily false (they are sometimes true, sometimes false).

41
Q

Noncontingent statements:

A

Statements such that the truth values in the main operator column do not depend on the truth values of the component parts.

42
Q

Tautology:

A

A statement that is necessarily true.

43
Q

Self-contradiction:

A

A statement that is necessarily false.

44
Q

Logically equivalent statements:

A

Two truth-functional statements that have identical truth tables under the main operator.

45
Q

Contradictory statements:

A

Two statements that have opposite truth values under the main operator on every line of their respective truth tables.

46
Q

Consistent statements:

A

Two (or more) statements that have at least one line on their respective truth tables where the main operators are true.

47
Q

Inconsistent statements:

A

Two (or more) statements that do not have even one line on their respective truth tables where the main operators are true (but they can be false) at the same time

48
Q

Contradictory Statements

A

Two statements that have opposite truth values on every line of their respective truth values

49
Q

Consistent Statements

A

Statements that have at least one line on their respective truth tables where the main operators are both true.

50
Q

Inconsistent Statements

A

Statements that do not have even one line on their respective truth tables where the main operators are both true.

51
Q

Modus ponens:

A

A valid argument form (also referred to as affirming the antecedent).

52
Q

Fallacy of affirming the consequent:

A

An invalid argument form; it is a formal fallacy.

53
Q

Modus tollens:

A

A valid argument form (also referred to as denying the consequent).

54
Q

Fallacy of denying the antecedent:

A

An invalid argument form; it is a formal fallacy.