1.7 Introduction to Proofs Flashcards

1
Q

Proofs

A

A valid argument that establishes the truth of a mathematical statement

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

What is used to prove a statement

A

Axioms
Definitions
Previously proved results
Rules of inference

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

Axioms

A

Statements that are assumed to be true

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

Lemma

A

A less important theorem that is helpful in the proof

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

Corollary

A

A theorem that can be established directly from a proven theorem

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

Conjecture

A

A statement that is being proposed to be a true statement.

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

When does a conjecture become a theorem

A

When proof of a conjecture is found

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

Types of proof

A

Direct proof
Proof by contraposition
Proof by contradiction
Proof by induction

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

Direct proof

A

p->q
1.Assume p
2.Use axioms, definitions…
3.Show q

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

For ∀(x)P(x) in direct proof

A

Let x be an arbitrary value in the domain, show P(x)

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

Steps to prove ∃(x)P(x) (direct proof)

A

Build, construct, exhibit a value in the domain, verify p(x)

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

Proof by contraposition (contrapositive)

A

~q->~p
1. Assume ~q
2. Prove ~p
3. Conclude p->q

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

Proof by contradiction

A
  1. Assume the result to be false
  2. Deduce a contradiction
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Proof of equivalence

A

To prove p↔q, show p->q and q->p

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

Definition of rational numbers

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

Vacuous Proof

A

p->q can be proven when we know that p is false

16
Q

Properties of odd integers

A

n = 2k+1
The product and division of two odd integers is odd
The addition and subtraction of two odd integers is even

17
Q

Properties of even integers

A

n = 2k
The product, division, addition and subtraction of two even integers is even

18
Q

How to prove that sqrt(2) is irrational

A

Use proof by contradiction
Assume it is rational. Which means sqrt2 = a/b, b does not equal zero, a&b have no common factor(meaning they are in their lowest form)
Find that a and b are both even, meaning they are divisible by 2, hence a contradiction.