Lesson 2 Flashcards

1
Q

What is a proposition?

A

A declarative statement that is either true or false, but not both.

Example: “The sky is blue.” (True or False)

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

What are non-propositions?

A

Questions, commands, or ambiguous statements that lack a clear truth value.

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

What is negation?

A

The opposite of a given proposition. If p is true, then ¬p is false.

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

What is conjunction?

A

The statement p∧q is true only if both p and q are true.

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

What is disjunction?

A

The statement p∨q is true if at least one of p or q is true.

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

What is a conditional statement?

A

“If p, then q.” True unless p is true and q is false.

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

What is a biconditional statement?

A

“p if and only if q.” True when both p and q have the same truth value.

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

What are truth tables used for?

A

Used to determine the truth values of compound propositions.

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

What is a tautology?

A

A statement that is always true regardless of the truth values of its components (e.g., p∨¬p).

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

What is a contradiction?

A

A statement that is always false (e.g., p∧¬p).

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

What is a contingency?

A

A statement that can be either true or false, depending on the truth values of its components.

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

What does implication mean?

A

p⇒q means if p is true, then q must also be true.

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

What is logical equivalence?

A

Two statements are logically equivalent if they have identical truth tables.

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

What is the definition of a set?

A

A collection of distinct objects, called elements.

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

What is the roster method?

A

Listing elements, e.g., A={1,2,3}.

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

What is set-builder notation?

A

Describing elements, e.g., B={x∣x is an even number}.

17
Q

What is the union of sets?

A

The set of elements in either A or B or both.

18
Q

What is the intersection of sets?

A

The set of elements common to both A and B.

19
Q

What is the complement of a set?

A

The set of elements not in A.

20
Q

What is the difference of sets?

A

The set of elements in A but not in B.

21
Q

What are Venn diagrams used for?

A

Visual representation of sets and their relationships.

22
Q

What is the commutative property?

A

A∪B=B∪A; A∩B=B∩A.

23
Q

What is the associative property?

A

(A∪B)∪C=A∪(B∪C).

24
Q

What is the distributive property?

A

A∩(B∪C)=(A∩B)∪(A∩C).

25
Q

What are De Morgan’s Laws?

A

(A∪B)′=A′∩B′; (A∩B)′=A′∪B′.