Exercise1-12 <---> Exercise1-14
Exercise 1.13
Prove that
is the closest integer to
, where
.
Hint: Let
. Use induction and the definition of the Fibonacci numbers (see section 1.2.2) to prove that
.
Ru: Докажите, что
есть целое число, ближайшее к
, где
.
Указание: пусть
. С помощью определения чисел Фибоначчи (см. раздел 1.2.2) и индукции докажите, что
.
Solution:
Step 1
Using induction lets prove that
.
The basis.
For
the equality is satisfied:
.
The inductive step.
Assuming that
holds for all
, lets show that
.
Statement:
The proof of statement is trivial.
Now lets substitute the statement equalities into the hypothesis:
Finally, using the inductive assumption, we have got:
which holds true.
Step 2
From the result, obtained in Step 1, it follows that
.
for all
, therefore,
is the closest integer to
The end of proof.
Exercise1-12 <---> Exercise1-14
Comments
not quite trivial... theta squared = 1 + theta ... multiply it out to see. theta (n) = theta (n-2) * theta squared
| ||||
| Posted by CPE-124-182-142-84 at 2008-01-17 08:46:50 X | ||||
Since theta is one root of the equation x2 = x+1 so it is obvious that the statement holds in step 1,just by multiply both sides by x to the (n-1). | ||||
| Posted by evans-wlan-180-181 at 2008-09-25 02:03:59 X | ||||