Math 3200 - Exam #1

0.0(0)
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/15

flashcard set

Earn XP

Description and Tags

Intro to Proofs exam 1 Paul Pollack

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

16 Terms

1
New cards

Statement

A declarative sentence that is true or false (not both).

2
New cards

Compound Statements

A statement built out of simpler statements, using ∧, ∨, ⇒, ~.

3
New cards

Logically Equivalent Statements

Statements that always have the same truth value, no matter what the truth values of the initial components are.

4
New cards

Implication

A statement of the form P ⇒ Q

5
New cards

Q ⇒ P

Converse of an implication

6
New cards

~P ⇒ ~Q

Inverse of an implication

7
New cards

~Q ⇒ ~P

Contrapositive of an implication

8
New cards

Direct Proof

Proof technique to show P ⇒ Q: Assume P is true, conclude that Q is true.

9
New cards

Proof by Contrapositive

Proof technique to show P ⇒ Q: Assume ~Q, conclude ~P

10
New cards

Proof by Contradiction

Proof technique to show P ⇒ Q: Rule out that P is true & Q is false: reach an absurdity

11
New cards

Even integer

An integer that can be written as n=2k for some integer k.

12
New cards

Odd integer

An integer that can be written as n=2k+1 for some integer k.

13
New cards

Parity Proof

A proof dealing with even or odd integers

14
New cards

A divides B

A | B if and only if there exists an integer k such that b = a * k

15
New cards

Induction

Let P(1), P(2), P(3), … be an infinite list of statements. Suppose that:
1. P(1) is true.
2. For each natural number n, if P(n) is true, then so is P(n+1).
Then P(n) is true for every natural number n.

16
New cards

Complete Induction

Let P(1), P(2), P(3), … be an infinite list of statements. Suppose that:
1. P(1) is true.
2. For each natural number n, if all of P(1), P(2), …, P(n) are true, then so is P(n+1).
Then P(n) is true for every natural number n.