๐Ÿ—๏ธ ฮ˜ฯฯตฮทฮ ฮฑฯ„ฯ€๐Ÿšง (under construction)

Well Ordering Principle
Given an subset SโŠ†N1, if Sโ‰ โˆ… then S has a minimum value
Empty Negation Set means True for Everything
Let P be a predicate then for any XโŠ†dom(P) C:={xโˆˆX:ยฌP(x)}=โˆ… implies that โˆ€xโˆˆX,P(x)
Triangular Numbers with the Well Ordering Principle
Prove that 1+2+3+โ‹ฏ+n=n(n+1)2
There is Not an Infinitely Strictly Decreasing Sequence of Natural Numbers
There does not exist a sequence x1>x2>โ€ฆ in the natural numbers.
Archimedean Property
For any x,yโˆˆN1 there is some nโˆˆN1 such that nxโ‰ฅy
Induction
Suppose we have a predicate P:N0โ†’{T,F}, then if we know that
  • P(0)
  • For any kโˆˆN0,P(k)โŸนP(k+1)
then P(n) holds for every nโˆˆN0
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.
Triangular Number
We define the triangular numbers by
  • T1=1
  • Tn=Tnโˆ’1+n

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

Formula for the Triangular Numbers
For any nโˆˆN1 we have that Tn=nยท(n+1)2
Telescoping Sum
Let (an) be a sequence of real numbers, then โˆ‘k=1n(ak+1โˆ’ak)=an+1โˆ’a1 for any nโˆˆN1
Formula for n-term arithmetic Progression
Let a,dโˆˆR, then a+(a+d)+(a+2d)+โ‹ฏ+(a+(nโˆ’1)d)=n(2a+(nโˆ’1)d)2 for every nโˆˆN1

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+โ€ฆ+(2nโˆ’1)=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 aโ‰ฅbโˆˆR and that cโˆˆR>0 then acโ‰ฅbc
The Square of a Real Number is Non-Negative
For any xโˆˆR x2โ‰ฅ0
Bernouilli's Inequality
For any xโˆˆ(โˆ’1,โˆž) and nโˆˆN0 we have (1+x)nโ‰ฅ1+nx
Strong Induction
Suppose we have a predicate P:N0โ†’{T,F}, then if we know that for every kโˆˆN0 (P(0)โˆงโ‹ฏโˆงP(kโˆ’1))โŸนP(k) then for every nโˆˆN0 we have that P(n) holds true.
Strong Induction Implies The Well Ordering Principle
The Well Ordering Principle, Induction and Strong Induction are Equivalent
As per title.
Finite Induction
Suppose we have a predicate P:N0โ†’{T,F} , then if
  • P(0)
  • For any kโˆˆ{0,โ€ฆjโˆ’1},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 nโˆˆโ„•0; and
  2. For every nโ‰ฅ1 the implication P(n)โŸนP(nโˆ’1) is true
then โˆ€nโˆˆโ„•ยทP(n).