proof_primer_flashcards

1
Q

What is a statement in logic?

A

A statement (or proposition) is a sentence that is either true (T) or false (F).

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

What is the negation (~ or ¬) of a statement S?

A

The opposite of S; if S is true, ¬S is false, and vice versa.

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

What is a conjunction (AND, ∧)?

A

A statement that is true only if both parts are true.

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

What is a disjunction (OR, ∨)?

A

A statement that is true if at least one part is true.

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

What is a conditional statement (implication, →)?

A

If A, then B. It is false only when A is true and B is false.

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

What is a biconditional statement (↔)?

A

A is true if and only if B is true.

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

What is a direct proof?

A

A proof where you assume the hypothesis is true and logically deduce the conclusion.

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

What is proof by contrapositive?

A

Instead of proving ‘If A, then B,’ you prove ‘If not B, then not A.’

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

What is proof by contradiction?

A

Assume the opposite of what you want to prove and show this leads to a contradiction.

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

What is proof by exhaustion?

A

Checking all possible cases individually (useful for small, finite cases).

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

What is proof by induction?

A

A proof method used for statements about natural numbers using a base case and an inductive step.

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

What is the converse of ‘If A then B’?

A

If B then A. (Not always true.)

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

What is the contrapositive of ‘If A then B’?

A

If not B then not A. (Always logically equivalent to the original statement.)

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

What is an example of a direct proof?

A

If x is even, then x² is even. Assume x = 2k, then x² = 4k², which is even.

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

What is an example of proof by contradiction?

A

Assume √2 is rational, then show it leads to a contradiction. Hence, √2 is irrational.

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