Theorems and Proofs

0.0(0)
studied byStudied by 0 people
full-widthCall with Kai
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/22

flashcard set

Earn XP

Description and Tags

flashcards from Andrei Bulotov's MACM 101 class

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

23 Terms

1
New cards

What are the two meanings of “theorem”?

(1) An important mathematical statement; (2) Any proposition inferred within an axiomatic theory.

2
New cards

What is an axiom?

A starting proposition assumed true to derive theorems.

3
New cards

What does an axiomatic theory specify?

A set of axioms and explicit rules of inference.

4
New cards

How do we prove ∀x P(x) by exhaustion over universe U?

Verify P(a) for every a ∈ U.

5
New cards

How do we prove ∃x P(x) by exhaustion?

Search a ∈ U until finding a with P(a) true.

6
New cards

Universal Specification (US)

From ∀x P(x), infer P(c) for any c ∈ U.

7
New cards

Universal Generalization (UG)

If P(c) holds for generic c ∈ U, conclude ∀x P(x).

8
New cards

Existential Specification (ES)

From ∃x P(x), take a witness a ∈ U with P(a).

9
New cards

Existential Generalization (EG)

From P(a) for some a ∈ U, infer ∃x P(x).

10
New cards

Why is assuming “c is even” a UG error?

c must be generic; restricting c to a subset violates ∀x.

11
New cards

Direct proof (template)

Assume P(c) for generic c ∈ U ⇒ derive Q(c) ⇒ by UG, ∀x (P→Q).

12
New cards

Contraposition (template)

To prove ∀x (P→Q), prove ∀x (¬Q→¬P).

13
New cards

Contradiction (template)

Assume ¬p ⇒ derive a contradiction ⇒ conclude p.

14
New cards

Chain implication example

From ∀x (S→M), ∀x (M→F), ∀x (F→L) infer ∀x (S→L).

15
New cards

Parity example (contraposition)

If 3n+2 is even ⇒ n is even; equivalently, if n is odd ⇒ 3n+2 is odd.

16
New cards

Barber (definition)

A “strict” barber shaves those and only those who do not shave themselves.

17
New cards

Barber paradox (result)

No strict barber exists (assumption yields q ∧ ¬q).

18
New cards

√2 irrationality (outline)

Assume √2 = a/b in lowest terms ⇒ both a,b even ⇒ contradiction ⇒ √2 ∉ ℚ.

19
New cards

Proving ∃x P(x) constructively

Exhibit a specific a ∈ U with P(a).

20
New cards

Proving ∃x P(x) non-constructively

Assume ∀x ¬P(x) and derive a contradiction.

21
New cards

When to note the universe U

Whenever quantifiers/symbols are ambiguous, state U and c ∈ U explicitly.

22
New cards

Modus Ponens (MP)

From P and (P→Q), infer Q.

23
New cards

Hypothetical syllogism

From (P→Q) and (Q→R), infer (P→R).