🏗️ ΘρϵηΠατπ🚧 (under construction)

euclidean algorithm
Let m,n1 such that m>;n, if m % n>;0, then gcd(m,n)=gcd(n,m % n). Otherwise if m % n=0, then n|m and gcd(m,n)=n
bounded sum implies one less then half
Suppose that x,y,b1 and x<;y with x+yb, then x<;b2
euclidean algorithm has exponentially decreasing remainders
Let a,b1 with ab be two integers, and suppose we will preform the euclidean algorithm on them to compute gcd(m,n), supposing that rk represents the remainder after k (where k1) steps into the euclidean algorithm, then r2n<b2n
upper bound on euclidean algorithm iterations
The euclidean algorithm terminates in at most 2log2(b) iterations