ΘρϵηΠατπ

Well Ordering Principle
Given an subset S1, if S then S has a minimum value
Taken as an axiom.
Empty Negation Set means True for Everything
Let P be a predicate then for any Xdom(P) C:={xX:¬P(x)}= implies that xX,P(x)
Let aX, suppose that ¬P(a) for a contradiction, but then aC so that C which is a contradiction, so we know that P(a) as needed.
Triangular Numbers with the Well Ordering Principle
Prove that 1+2+3++n=n(n+1)2

Let P(n) be the predicate which claims that 1+2+3++n=n(n+1)2, and define the set C={n1:¬P(n)}, by showing that this set is empty, then it holds true for all n1.

Therefore by contradiction assume that the set C is not empty, thus by the well ordering principle it has a smallest element mC, note that m2 because P(1) holds therefore m1C0 which means that P(m1) which implies that 1+2++(m1)=(m1)m2 then by simply adding m to both sides we get that 1+2++m=m2m+2m2=m2+m2=m(m+1)2 so thefore P(m) holds, which is a contradiction so therefore S= as needed.

There is Not an Infinitely Strictly Decreasing Sequence of Natural Numbers
There does not exist a sequence x1>x2> in the natural numbers.
Suppose for the sake of contradiction that such a sequence did exist, and let S be the set of values of the sequence, by definition S0 we assumed our sequence has at least one value and therefore S and so by the well ordering principle it has a least element say xk for k0 but then we know that xk>xk+1 which is a contradiction, so such as sequence must not exist.
Archimedean Property
For any x,y1 there is some n1 such that nxy
Take n=y, since x1 then 1x so that y=y(1)yx=nx
Induction
Suppose we have a predicate P:0{T,F}, then if we know that
  • P(0)
  • For any k0,P(k)P(k+1)
then P(n) holds for every n0

Let S:={n0:¬P(n)} if the principle of induction holds true, then this set must be empty, assume for the sake of contradiction that it is non-empty.

If this set is not empty then we have some a0 such that ¬P(a) holds true, therefore by the well ordering principle we know that S has a minimal element, which we will denote by m and note that m1 because P(0) holds true , so that so that m10 and it is minimal so that m1S so by definition of S it means that P(m1) holds true, but then by the second property of induction we obtain that P(m) holds true, so therefore mS which is a contradiction.

Therefore since by assuming that S is non-empty we get a contradiction, it must mean that S is empty, which means that for every n0 we have that P(n) holds true, as needed.

There is a Source and a Sink
Suppose you are in a country where all roads between any two cities are on-way and when you leave a city you cannot return to it again. Prove that there exists a city into which all roads enter and a city from which all roads exit.

Let P(n) be the predicate that the statement holds true on a graph with n vertices. We will show this is true via induction over 2.

For the base case, we have two vertices s,t , if there are no edges between them it holds vacuously, note that the only other case is that there is one edge, because if there were two then they could only be formed of the edges (s,t),(t,s) which would contradict that there is no way to return back to a city you were previously at. Therefore without loss of generality assume that the only edge is (s,t), in that case the statement holds true because t is the city into which all roads enter and s is the city from which all roads exit.

For the induction step assume the prediate holds true for k2 and we'll prove that it holds true on k+1, so supposing we have a graph with k+1 nodes, let's obtain the graph by removing one vertex x and all edges it's involved in, by induction this subgraph has an s,t such that all roads enter s and all roads exit t, specifically note that this implies that the edge (x,s) and (t,x) exist in the original graph that contained x.

Note that by re-adding in x the property would be maintained unless x had an edge (s,x), but this would be impossible because the graph has the property that when you leave a city you cannot return to it again, but if we have (x,s),(s,x) the path xsx contradicts this fact, similarly if an edge (x,t) existed we also get this contradiction, therefore such edges must not exist which shows that the predicate holds true on the graph containing x by using s as the sink and t as the source.

Triangular Number
We define the triangular numbers by
  • T1=1
  • Tn=Tn1+n

They are called triangular numbers because by stacking dots of consecutive integers it forms a triangle.

Formula for the Triangular Numbers
For any n1 we have that Tn=n(n+1)2

By definition we know that T1=1, by the equation we get 122=1, therefore the base case holds true.

Let k1 and assume that Tk=k(k+1)2, let's show that Tk+1=(k+1)(k+2)2. Tk+1amp;=Tk+(k+1)amp;=k2+k2+2k22amp;=k2+3k2k2amp;=(k+1)(k+2)2

Telescoping Sum
Let (an) be a sequence of real numbers, then k=1n(ak+1ak)=an+1a1 for any n1

We show this true by induction over 1 so for the base case note that k=11(ak1ak)=a2a1 as needed.

Now suppose that it holds true for j1 and now let's prove that k=1j+1(ak+1ak)=a(j+1)+1a1 but observe that k=1j+1(ak+1ak)amp;=k=1j(ak+1ak)+(aj+2aj+1)amp;=(aj+1a1)+aj+2aj+1amp;=aj+2a1

Formula for n-term arithmetic Progression
Let a,d, then a+(a+d)+(a+2d)++(a+(n1)d)=n(2a+(n1)d)2 for every n1

By do it by induction, for the base case we need to verify that a=1(2a+0d)2 which is true because the right hand side simplifies to a.

Now suppose the formula holds true for k1 and we'll show it holds true for k+1. a+(a+d)+(a+2d)++(a+((k+1)1)d)amp;=a+(a+d)+(a+2d)++(a+(k1)d)+(a+kd)amp;=k(2a+(k1)d)2+(a+kd)amp;=k(2a+(k1)d)+2a+2kd2

For a moment let's focus on the numerator, we want to show that the numerator is equal to (k+1)(2a+kd)=k(2a+kd)+(2a+kd), towards this goal notice that k(2a+(k1)d)+2a+2kdamp;=2ka+k2dkd+2a+2kdamp;=2ka+k2d+2a+kdamp;=k(2a+kd)+2a+kdamp;=(k+1)(2a+kd) and so the numerator is correct and the entire formula holds true.

With a=d=1 then we get the sequence 1,3,5,7, (the triangular numbers) which recovers the formula for the triangular numbers that was discovered earlier.

Summation of Consecutive Odd Numbers
1+3+5++(2n1)=n2
We have an arithmetic progression where a=1 and d=2, therefore its value is given by n(2+(n1)2)2=n2
Sum of the Squares of Consecutive Integers
12+22+32++n2=n(n+1)(2n+1)6
Multiplying by a non Negative Constant Retains Inequality
Suppose that ab and that c>0 then acbc
The Square of a Real Number is Non-Negative
For any x x20
Bernouilli's Inequality
For any x(1,) and n0 we have (1+x)n1+nx

Let n=0, then we have that (1+x)0=1 and 1+0x=1 so the inequality holds true.

Suppose the inequality holds true for k0, we'd like to show it holds true for k+1 which is to say that 1+(k+1)x(1+x)k+1, on the other hand see that: (1+x)kamp;=(1+x)k+1amp;=(1+x)k(1+x)amp;(1+kx)(1+x)amp;=1+(k+1)x+kx2amp;1+(k+1)x To get the third line we used the induction hypothesis along with this fact because we know that x+1>0 since x(1,) , to get to the last line we used this fact

Strong Induction
Suppose we have a predicate P:0{T,F}, then if we know that for every k0 (P(0)P(k1))P(k) then for every n0 we have that P(n) holds true.

Let Q(n) be the predicate that P(j) holds true for 0jn. We want to prove that Q(0) holds true, which is equivalent to P(0) being true. Observe that for k=0 the assumption of strong induction states that (P(0)P(1))P(0) but we know that P(0)P(1) holds true, therefore P(0) holds.

Let k0 and assume that Q(k) holds true, therefore P(j) holds true for 1jk since P satisfies the property stated in the statement we are trying to prove, we get that P(k+1) holds, which shows that Q(k+1) is true.

Therefore by the principle of induction we see that Q(n) holds true for every n0, this implies that P(n) holds true for every n0 as well, therefore the statement of strong induction is proven.

Strong Induction Implies The Well Ordering Principle

Assume the strong induction holds, we want to prove that given any non-empty set S0 then it has a minimum element, we will show this is true by the contrapositive, so assume that S has no min element and we'll show that S is empty.

Let P(n) be the predicate which claims that nS. Since S is bounded below by 0 then if 0S then it would be the least element, so 0S, which shows that P(0) holds.

Let k0 and that p(0)p(k) hold true, note that this means that 0,1,kS, we'll show that p(k+1) is true. For contradiction suppose that it does not, which means that k+1S, but since nothing before it is in the set, then that would make it the minimum element, but S has no minimum element, given this contradiction we know that k+1S and therefore P(k+1) is true, thus by strong induction, we know that P(n) holds true for all n0 and therefore since no element is in S is it empty, as needed.

The Well Ordering Principle, Induction and Strong Induction are Equivalent
As per title.
Let A be the statement of the well ordering principle, B that of induction and C of strong induction. Since we've proven AB, BC and CA, then this induces a connected directed graph, and thus all statements are equivalent.
Finite Induction
Suppose we have a predicate P:0{T,F} , then if
  • P(0)
  • For any k{0,j1},P(k)P(k+1)
then P(n) holds for every n{0,,j}
Upward Downward Induction
Let P:0{T,F} be a predicate such that:
  1. P(n) is true for infinitely many n0; and
  2. For every n1 the implication P(n)P(n1) is true
then nP(n).

Note that if P(0)P(1)P(l) holds true for l0 then we would be able to conclude that P(n) for all n0, let's prove that this statement is true.

Let l0 since P(n) holds true for infinitely many values then there exists some l0 such that l>l such that P(l). Now consider the new predicate defined by Q(n):=P(ln), note that if Q(n) holds true for values {l,l1,0} then P(n) holds true on the values {0,l} which is what we're trying to prove.

Therefore we'll prove that Q holds on {0,l} via finite induction. Note that Q(0) holds true as it is P(l0)=P(l), let k{0,,l1} and assume Q(k) holds true, which is to say that P(lk) is true, let's prove that Q(k+1) holds true, which is to say that we must prove that P(lk1) holds true.

Since lkl(l1)=1 then by the second property of P since we know that P(lk) holds true, then we know that P(l(k+1))=P(lk1) holds true, so that Q(k+1) holds true, therefore by finite induction, see that Q(n) holds on the set {0,,l} and therefore P holds on the set {0,,l} as well, which is what we were trying to show, and thus P(n) holds true for all n0 .