Numbers and Proof Flashcards
Proof By Induction
Aim
to show an assertion is true for all integers n>=n0 where n0 is usually 0 or 1
Proof By Induction
Method
1) Prove the assertion for n0
2) The Induction Assumption, assume the assertion is valid for some number n>=n0
3) Prove using the induction assumption that the assertion is true valid for the number n+1
Proof by Contradiction / Indirect Proof
Method
1) Assume that there exists a contradiction to the claim you are trying to prove
2) start reasoning from this assumption until you reach a contradiction, i.e. something that is impossible based on your other assumptions
Rational Numbers
Q = {r=p/q, p,q ε Z}
-it is usually assumed that these two integers are coprime, i.e. they share no common factors
Irrational Numbers
An irrational number rεR can be viewed as a limit of a sequence of rational numbers
Real Numbers
Real numbers are pictured via the real line as a continuous spectrum with no gaps
Natural Numbers
N = {1, 2, 3, ….}
Integers
Z = {…, -2, -1, 0, 1, 2, …}
Union
∪, the union of two sets is a new set that contains all of the elements that are in at least one of the two sets
Intersection
∩, the intersection of two sets is a new set that contains all of the elements that are in both of the two sets