Proofs pt.2 Flashcards
(19 cards)
What is the basic principle of mathmatical induction?
If the pattern holds true for one row/term then it must hold for the next row/term. And this means that it will hold for all rows/terms
Just turn the page lil bro
What are the two steps in in mathmatical induction?
Basis step and inductive step
What is a closed form?
A form where a sum of variable terms equals an expression that does not contain an elipsis or a summation symbol
What formula would you use to calculate the sum from 1 to n (n is an integer)
(n(n+1))/2
Prove this:
True or false?
fix this
False. Note a false hypothesis (first line) can create a true conclusion (last line)
Prove by mathmatical induction that any integer greater than 1 is divisible by a prime number
What is the well-ordering principle
If a set of integers, S contains one or more integers, all of which are greater than some fixed integer (within the set). Then S, contains a least element.
In the following case, if the set has a least element, state what it is. If not, explain why the well-ordering principle is not violated?
“The set of all positive numbers”
There is no least positive real number. For if x is any positive real number, then x/2 is a positive real number that is less than x. No violation of the well-ordering principle occurs because the well-odering principle refers only to sets of integers, and this set is not a set of integers.
In the following case, if the set has a least element, state what it is. If not, explain why the well-ordering principle is not violated?
“The set of all nonnegative integers n such that n2 < n”
There is no least nonnegative inter such that n2 because there is no nonnegative integer that satisfies this inequality. The well-ordering principle is not violated because it only refers to sets that contain at least one element.
In the following case, if the set has a least element, state what it is. If not, explain why the well-ordering principle is not violated?
“The set of all nonnegative integers of the form 46-7k where k is an intger”
What is it called when you find an explicit formula of a recurrence relation?
You find the solution to the reccurence relation
How do you solve recurrence relations by iteration?
You find the first few terms and guess an explict formula
Proof the following: