|
Read Sections 1.5 and 3.3.
We reviewed the discussion on Irrational numbers from Jan 16.
We defined the Golden Ratio and gave a
geometric argument that it is irrational.
We began discussing the Euclidean algorithm in the following way.
We started with the structure
$\mathbb{N}=\langle \{0,1,2,\ldots\}; 0, S(x), +, \cdot\rangle$
and defined the additive order on $\mathbb{N}$:
$m\leq n$ iff $(\exists k)(m+k=n)$.
Then we defined the multiplicative order on $\mathbb{N}$:
$m\leq n$ iff $(\exists k)(m\cdot k=n)$.
We drew the Hasse diagrams for these orders and showed that
these posets are lattices.
This means that, in each poset, any two elements $x$ and $y$
have a least upper bound $x\vee y$ ( = the join of $x$ and $y$)
and a
a greatest lower bound $x\wedge y$ (the meet of $x$ and $y$).
In the additive order,
$m\wedge n = \min(m,n)$ and
$m\vee n = \max(m,n)$.
In the multiplicative order,
$m\wedge n = \textrm{lcm}(m,n)$ and
$m\vee n = \gcd(m,n)$.
The Euclidean algorithm explains how to compute the multiplicative meet and join using the additive meet and join.
Quiz 1.
|