Chapter 2: Logic Flashcards

1
Q

Statement

A

A statement is a declarative sentence that is either true or false.

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

Truth value

A

Every statement has a truth value, namely true (T) or false (F).

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

Negation

A

The negation of the statement P is ~P, and it has the opposite truth value

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

Disjunction

A

The disjunction of statements P and Q is the statement P V Q, read “P or Q”. P V Q is false only if both P and Q are false, otherwise it’s true

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

Conjunction

A

The conjunction of statements P and Q is the statement P ^ Q, read P and Q; P ^ Q is true only if both P and Q are true, otherwise it’s false

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

Implication

A

For the statements P and Q, the implication statement “if P, then Q” is denoted as P => Q; the statement P is called the hypothesis or the sufficient condition; the statement Q is called the conclusion or the necessary condition

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

Converse

A

The converse of an implication Q => P

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

Biconditional

A

The biconditional statement for P and Q is P <=> Q : (P => Q) ^ (Q => P); in words “P if and only if Q”

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

Open sentence

A

An open sentence is a declarative sentence that contains one or more variables, each from a domain set. The assignment for each variable creates a statement.

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