Saturday, July 3, 2010

how to prove it - ch6, sec6.4(Strong Induction) ex

Strong induction is a variant of mathematical induction that is used to prove the goals of the form nNP(n).

To Prove a goal of the form nNP(n)
Prove that n[(k<nP(k))P(n)], where n and k both are natural numbers. Note that no base case is necessary in a proof by strong induction.

Why it works?
If we proved n[(k<nP(k))P(n)]. Then plugging n = 0, we get (k<0P(k))P(0). Now, k<0P(k) is vacuously true as there are no natural numbers smaller than 0. Hence P(0) is true. Now keep applying the strong induction hypothesis to see that P(n) is true for any natural number.

Note:
I highly recommend that base case should atleast be checked if not proved. Because, not checking the base case, can lead to false proofs as following. (I'm taking ex-17(a) from section-6.1)

Q. Can you point out the error in following proof?

Theorem: Prove that for all nN, 1.30+3.31+5.32+..+(2n+1)3n=n3n+1

Proof:

Let n be arbitrary natural number. Suppose, for all natural numbers k smaller than n,
1.30+3.31+5.32+..+(2k+1)3k=k3k+1

Since (n-1) < n, Then it follows from our assumption that
1.30+3.31+5.32+..(2n-1)3n-1=(n-1)3n

So, 1.30+3.31+5.32+..+(2n+1)3n
= 1.30+3.31+5.32+..(2n-1)3n-1+(2n+1)3n
= (1.30+3.31+5.32+..(2n-1)3n-1)+(2n+1)3n
= (n-1)3n+(2n+1)3n
= 3n.3n
= n3n+1

Hence, by the assumptions of strong induction, 1.30+3.31+5.32+..+(2n+1)3n=n3n+1

Ans. To apply the induction hypothesis "for all natural numbers k smaller than n ..." to n-1, you need not only that (as you said) n-1 < n but also that n-1 is a natural number. That fails when n=0, so your argument doesn't cover the case n=0. – Andreas Blass [http://mathoverflow.net/questions/11964/strong-induction-without-a-base-case/]

============================================================================================


Ex-1

Givens:
n[(k<nP(k))P(n)]
Q(n) = k<nP(k)

(a) () Suppose nQ(n). Let n be arbitrary. It follows from our assumption that Q(n+1). Then k<(n+1)P(k). In particular we can choose k = n to see that P(n). Since n is arbitrary, so nP(n)

() Suppose nP(n). So for any n, for every k < n, P(k). Then k<nP(k). Then Q(n). Since n is arbitrary, so nQ(n)

(b) Base case: For n = 0, Q(0) = k<0P(k) , since there is no k smaller than 0 so this statement is vacuously true.

Induction step: Let n be arbitrary natural number and Q(n). Then k<nP(k). Then it follows from the givens that P(n). Thus k<(n+1)P(k). So Q(n+1).


Ex-2 Let q be arbitrary natural number. Suppose, for all k < q, ¬pN(pk=2).

Assume, we can choose a natural number p s.t. pq=2. Then, following the logic used in theorem 6.2.5, we come to the conclusion that p and q both are even. Now, let us say p' = p/2 and q' = q/2. Then, pʹqʹ=2. Since q' < q, so this contradicts with our induction hypothesis. Hence we can not choose such a natural number p. Hence k<(q+1)[¬pN(pk=2)]. Since q is arbitrary, so 2 is irrational.


Ex-3
(a) Assume 6 is rational. Let S = { qZ+pZ+(pq=6) }. Then S. So, using well-ordering-property we can choose the smallest element of S, say q, and a positive integer p s.t. pq=6.
Then, p2q2=6
=> p2=6q2

so p2 is even and hence p is even, then we can choose a p' such that p = 2p'.

Then, (2pʹ)2=6q2
=> 4(pʹ)2=6q2
=> 2(pʹ)2=3q2

Then 3q2 is even and hence q2 is even and hence q is even, then we can choose a q' such that q = 2q'.

Also, since pq=6
=> pʹqʹ=6

so clearly qʹS and also qʹ<q. This contradicts with the assumption that q is smallest element of S and hence 6 is irrational.

(b) Assume 2+3 is rational. Then we can choose positive integers p and q s.t.
pq=2+3

On squaring both sides we get

p2q2=2+3+26
=> p2q2=5+26
=> 6=p2-5q22q2

Then , 6 is rational. this is a contradiction with result proved in part(a). Hence 2+3 is irrational.


Ex-4 Let n be arbitrary natural number s.t. n12. Suppose for every k < n, there is some combination of blue and red beads that is worth k credits.

Let us consider the following cases.

Case#1: n15
Then (n-3)12 and (n-3)<n. It follows from induction hypothesis that we can choose b blue and r red beads s.t. 3b + 7r = (n-3).
Then n = 3(b+1) + 7r.

Case#2: n = 12
n = 3(4) + 0(7)

Case#3: n = 13
n = 3(2) + 7(1)

Case#4: n = 14
n = 3(0) + 7(2)

Its clear from all these cases that for every n12 we can choose some combination of red and blue beads that worth n credits.


Ex-5 Let n be arbitrary natural number s.t. n1. Suppose for every k < n, xk+1xk is integer.

Now, from induction hypothesis, xn-1+1xn-1 and x+1x, both are integers.

Hence (xn-1+1xn-1)(x+1x) is an integer
=> xn+1xn-2+xn-2+1xn is an integer
=> (xn+1xn)+(xn-2+1xn-2) is an integer

Since (n-2) < n, so (xn-2+1xn-2) is an integer. And hence, xn+1xn is also an integer.


Ex-6
(a) Let n be arbitrary natural number. Suppose, for every k < n, i=0kFi=Fk+2-1

Now, i=0nFi
= (i=0n-1Fi)+Fn (apply induction hypothesis to get...)
= Fn+1-1+Fn
= Fn+1+Fn-1
= Fn+2-1

(b) Let n be arbitrary natural number. Suppose, for every k < n, i=0k(Fi)2=FkFk+1

Now, i=0n(Fi)2
= (i=0n-1(Fi)2)+(Fn)2 (apply induction hypothesis to get...)
= Fn-1Fn+(Fn)2
= Fn(Fn-1+Fn)
= FnFn+1

(c) Let n be arbitrary natural number. Suppose, for every k < n, i=0kF2i+1=F2k+2

Now, i=0nF2i+1
= (i=0n-1F2i+1)+F2n+1 (apply induction hypothesis to get...)
= F2(n-1)+2+F2n+1
= F2n+F2n+1
= F2n+2

(d) Scratchwork:
i=00F2i=0=F2.0+1-1
i=01F2i=1=F2.1+1-1
i=02F2i=4=F2.2+1-1
i=03F2i=12=F2.3+1-1
i=04F2i=33=F2.4+1-1

easy guess... i=0nF2i=F2n+1-1

Proof:
Let n be arbitrary natural number. Suppose, for every k < n, i=0kF2i=F2k+1-1

Now, i=0nF2i
= i=0n-1F2i+F2n (apply induction hypothesis to get...)
= (F2(n-1)+1-1)+F2n
= F2n-1+F2n-1
= F2n+1-1


Ex-7
(a) Let m be an arbitrary natural number greater than or equal to 1. Let n be an arbitrary natural number. Suppose for every k < n, Fm+k=Fm-1Fk+FmFn+1

Let us consider following cases.

Case#1: n = 0
Then LHS = Fm+0=Fm
RHS = Fm-1F0+FmF0+1 = 0+FmF1 = Fm
clearly LHS = RHS

Case#2: n = 1
Then LHS = Fm+1
RHS = Fm-1F1+FmF2 = Fm-1+Fm = Fm+1
clearly LHS = RHS

Case#3: n2
Fm+n
= Fm+n-1+Fm+n-2 (apply induction hypothesis to get...)
= (Fm-1Fn-1+FmFn)+(Fm-1Fn-2+FmFn-1)
= Fm-1(Fn-1+Fn-2)+Fm(Fn+Fn-1)
= Fm-1Fn+FmFn+1

clearly, by strong induction, Fm+n=Fm-1Fn+FmFn+1

(b) Let m be an arbitrary natural number greater than or equal to 1. Let n be an arbitrary natural number greater than or equal to 1. Suppose for every k < n, Fm+k=Fm+1Fk+1+Fm-1Fn-1

Let us consider following cases.

Case#1: n = 2
LHS = Fm+2
RHS = Fm+1F3-Fm-1F1 = 2Fm+1-Fm-1 = Fm+1+Fm+1-Fm-1 = Fm+1+Fm+Fm-1-Fm-1 = Fm+1+Fm = Fm+2
clearly, LHS = RHS

Case#2: n = 3
LHS = Fm+3
RHS = Fm+1F4-Fm-1F2 = 3Fm+1-Fm-1 = 2Fm+1+Fm+Fm-1-Fm-1 = 2Fm+1+Fm = Fm+1+Fm+2 = Fm+3
clearly, LHS

Case#3: n > 3
Fm+n
= Fm+n-1+Fm+n-2 (apply induction hypothesis on both terms)
= (Fm+1Fn-Fm-1Fn-2)+(Fm+1Fn-1-Fm-1Fn-3)
= Fm+1(Fn+Fn-1)-Fm-1(Fn-2+Fn-3)
= Fm+1Fn+1-Fm-1Fn-1

Its clearly from above 3 cases that for any natural number n1, Fm+n=Fm+1Fn+1-Fm-1Fn-1

(c) Let n be an arbitrary natural number. Suppose for every k < n, (Fk)2+(Fk+1)2=F2k+1

Let us consider following cases.

Case#1: n = 1
(F1)2+(F2)2=12+12=1+1=2=F3=F2(1)+1

Case#2: n = 2
(F2)2+(F3)2=12+22=1+4=5=F5=F2(2)+1

Case#3: n > 3
(Fn)2+(Fn+1)2
= (Fn-1+Fn-2)2+(Fn+Fn-1)2
= (Fn-1)2+(Fn-2)2+2Fn-1Fn-2+(Fn)2+(Fn-1)2+2FnFn-1
= ((Fn-1)2+(Fn-2)2)+((Fn)2+(Fn-1)2)+2(Fn-1Fn-2+FnFn-1)

In part(a) put m = n and n = n-2 to check that Fn-1Fn-2+FnFn-1=F2n-2, so above term becomes...

= ((Fn-1)2+(Fn-2)2)+((Fn)2+(Fn-1)2)+2F2n-2 (apply induction hypothesis to get)
= (F2n-3)+(F2n-1)+2F2n-2
= (F2n-3+F2n-2)+(F2n-1+F2n-2)
= F2n-1+F2n
= F2n+1

From above 3 cases, its clear that for all natural number n, (Fn)2+(Fn+1)2=F2n+1

(d) Let m be any arbitrary positive integer.

Let n be arbitrary positive integer and for every k < n, if m|k then FmFk.

Now, let m|n. Then m = nk for some positive integer k.

Let us consider following possible cases

Case#1: k = 1
then m = n and clearly FmFn

Case#2: k > 1
Then Fn
= Fkm
= Fkm-m+m
= Fm+(k-1)m (apply part(a) result)
= Fm-1F(k-1)m+FmF(k-1)m+1

by induction hypothesis, FmF(k-1)m. Hence Fm(Fm-1F(k-1)m). Also, Fm(FmF(k-1)m+1)

So FmFn

(e) Its trivial to prove the base cases with n = 1 and n = 2, I'm skiping them.

Let n be arbitrary natural number s.t. n > 2 and for every k < n,

F2k-1=i=0k-12k-i-2i and
F2k=i=0k-12k-i-1i

Now, F2n-1
= F2n-2+F2n-3
= F2(n-1)+F2(n-1)-1 (now apply induction hypothesis)
= i=0n-22(n-1)-i-1i+i=0n-22(n-1)-i-2i
= i=0n-22n-i-3i+i=0n-22n-i-4i

Let us look consider the 2nd term..
i=0n-22n-i-4i (let i = j-1)
= j=1n-12n-j-3j-1 (let j = i)
= i=1n-12n-i-3i-1

So, F2n-1
= i=0n-22n-i-3i+i=1n-12n-i-3i-1
= (2n-30+i=1n-22n-i-3i)+(i=1n-22n-i-3i-1+n-2n-2)
= 1+i=1n-2(2n-i-3i+2n-i-3i-1)+1
= 1+i=1n-22n-i-2i+1
= 2n-0-20+i=1n-22n-i-2i+2n-(n-1)-2n-1
= i=0n-12n-i-2i

Using similar steps we can get the result for F2n


Ex-8:
(a) () Suppose a0,a1,a2... is Gibonacci sequence.
clearly, a0=c0=1
a1=c1=c
a2=c2

It follows from the assumption that a2=a1+a0
=> c2=c+1
=> c2-c-1

on solving above quadratic equation for c, we get that c is either 1+52 or 1-52

() Suppose c = 1+52 or c = 1-52, in both the cases
c2=c+1
=> cn=cn-1+cn-2
=> an=an-1+an-2

Hence a0,a1,a2... is Gibonacci sequence.

(b) Let n be an arbitrary natural number. Suppose for every k < n, ak=ak-1+ak-2

Now, an-1+an-2
= s(1+52)n-1+t(1-52)n-1+s(1+52)n-2+t(1-52)n-2
= s(1+52)n-2(1+52+1)+t(1-52)n-2(1-52+1)
= s(1+52)n-2(3+52)+t(1-52)n-2(3-52)
= s(1+52)n-2(1+52)2+t(1-52)n-2(1-52)2
= s(1+52)n+t(1-52)n
= an

(c) Scratchwork:
a0=s+t ...(i)

a1=s(1+52)+t(1-52)
=> 2a1=(s+t)+5(s-t)
=> s-t=2a1-a05 ...(ii)

we can easily solve equation (i) and (ii) to get

s = 5a0+(2a1-a0)510
t = 5a0-(2a1-a0)510

Formal Proof:

Let s = 5a0+(2a1-a0)510 and
t = 5a0-(2a1-a0)510

its trivial to check that
an=s(1+52)n+t(1-52)n holds true with chosen values of s and t for n = 0 and n = 1

from the result of part(b), a0,a1,a2,... is Gibonacci sequence if an=s(1+52)n+t(1-52)n for any real numbers s and t so it should be true for chosen values of s and t also.

Hence such s and t indeed exist.


Ex-9: In ex-18(c), put a0=L0=2 and a1=L1=1

Use s = 5a0+(2a1-a0)510
t = 5a0-(2a1-a0)510 to get

s = 1 and t = 1

thus the required formula is... for n2, Ln=(1+52)n+(1-52)n

And, from the analysis of ex-8(c) itself this should be correct.


Ex-10: Scratchwork:
Let us imitate ex-8(a) and assume an=cn

Since, an=5an-1-6an-2
=> cn=5cn-1-6cn-2
=> c2=5c-6
=> c2-5c+6=0
=> c2-2c-3c+6=0
=> c(c-2)-3(c-2)=0
=> (c-2)(c-3)=0

Thus either c = 2 or c = 3

Now imitate ex-8(b) to guess that

an=s2n+t3n, where s and t are some real numbers.

Since a0=-1, so s+t=-1 ... eq(i)

and since a1=0, so 2s+3t=0 ... eq(ii)

on solving eq(i) and (ii) we get

s = -3 and t = 2

So, an=2.3n-3.2n

Formal Proof:

The formula is an=2.3n-3.2n

Suppose for every k < n, ak=2.3k-3.2k

Let us consider following cases

Case#1: n = 0
RHS = 2.30-3.20=2-3=-1=a0 = LHS

Case#2: n = 1
RHS = 2.31-3.21=0=a1 = LHS

Case#3: n > 1
5an-1-6an-2 (apply induction hypothesis to get)
= 5(2.3n-1-3.2n-1)-6(2.3n-2-3.2n-2)
= 10.3n-1-15.2n-1-4.3n-1+9.2n-1
= 6.3n-1-6.2n-1
= 2.3n-3.2n
= an


Ex-11: clearly a0=0=F0, a1=1=F1 and a2=1=F2.

Now let n be arbitrary natural number. suppose for every k < n, ak=Fk

Now, an
12an-3+32an-2+12an-1
= an-3+3an-2+an-12 (apply induction hypothesis to get)
= Fn-3+3Fn-2+Fn-12
= (Fn-3+Fn-2)+2Fn-2+Fn-12
= Fn-1+2Fn-2+Fn-12
= 2(Fn-1+Fn-2)2
= Fn

so for all natural number n, an=Fn


Ex-12: Scratchwork:

we need to prove that # of elements in Pn=Fn+2=Fn+1+Fn
This gives a hint that # of elements Pn = # of elements in Pn-1 + in Pn-2

Let us check that for some values of n

P1 = {,{1}} , size = 2
P2 = {,{1},{2}}, size = 3
P3 = {,{1},{2},{3},{1,3}}, size = 5
P4 = {,{1},{2},{3},{4},{1,3},{1,4},{2,4}}, size = 8

clearly our guess about the sizes seems to be true.

Also, now its easy to see that for all n > 2

Pn = Pn-1 {X{n}XPn-2} (TODO: prove it)

Formal Proof:

# of elements in P1=2=F3
# of elements in P2=3=F4

Let n be arbitrary natural number greater than 2.

Then Pn=Pn-1 {X{n}XPn-2}

thus, # of elements in Pn = # of element in Pn-1 + in Pn-2 = Fn+1+Fn = Fn+2

Hence, for any natural number n s.t. n1, # of elements in Pn = Fn+2


Ex-13:
(a) Let us consider both the possible cases:
Case#1: n0
Then it follows directly from theorem-6.4.1(division theorem) that there exist integers q and r s.t. n = mq + r where 0r<m

Case#2: n < 0
Then -n is +ve. Hence we can choose some integers q and r s.t. 0r<m and
-n = qm + r
=> n = -qm - r
=> n = -qm - r + m - m
=> n = -(q+1)m + (m-r)

Let q' = -(q+1) and r' = (m-r). clearly q' and r' are integers and 0rʹ<m

so, n = q'm + r'

(b) We will prove it by contradiction. Let us assume there exist distinct integers q1,q2 and distinct integers r1,r2 s.t. 0r1,r2<m and
n=q1m+r1 and
n=q2m+r2

so, q1m+r1=q2m+r2
=> m=r2-r1q1-q2

Since 0r1,r2<m, so r2-r1<m.
Also, q1-q2>1

Thus r2-r1q1-q2<m. So m can not be equal to r2-r1q1-q2. So we have a contradiction and hence distinct q1,q2 and distinct r1,r2 are not possible. So for every n and m, there exist only unique integers q and r s.t. n = qm + r

(c) Let us choose m = 2. Then For every integer n, we can choose integers q and r s.t. n = 2q + r and 0r<2. So only 2 following cases are possible

Case#1: r = 0
Then n = 2q. Then n is even

Case#2: r = 1
Then n = 2q + 1. Then n is odd

Since n is arbitrary, so every integer is either even or odd.


Ex-14: Let a be maximum of 5k and k(k+1). Let n be an arbitrary integer greater than a. Using result of ex-13(a) we can choose some integers q and r s.t. n = kq + r and 0r<k.

Assume q4. Then n=kq+r4k+r5ka. Since na is not possible by assumption, hence q5. Then from example-6.1.3 it follows that 2qq2.

Now, assume qk. Then n=kq+rk2+rk2+k=k(k+1)a. Since na is not possible by assumption, hence q(k+1).

So, q(k+1)
=> q2q(k+1)=qk+q>qk+r=n

Thus q2n

Since 2qq2, so 2qn. Then 2(kq+r)2r.nk. Then 2(kq+r)nk. Thus 2nnk.


Ex-15:
(a) Suppose, for every m s.t. m1 and m < k, a1f1+a2f2+..+amfmO(g).

Now |f|
= |a1f1+a2f2+..+akfk|
= |(a1f1+a2f2+..+ak-1fk-1)+akfk|
a1f1+a2f2+..+ak-1fk-1+akfk

Since fkO(g) so we can choose some aZ+ and cR+ s.t. for every n > a, fk(n)cg(n)

By induction hypothesis, a1f1+a2f2+..+ak-1fk-1O(g), so we can choose some aʹZ+ and cʹR+ s.t. for every n > a',
a1f1(n)+a2f2(n)+..+ak-1fk-1(n)cʹg(n)

Let a'' be maximum of a and a'. Then for every n > a''

|f(n)|
a1f1+a2f2+..+ak-1fk-1+akfk
cʹg(n)+cakg(n)=(cʹ+cak)g(n)

Thus, fO(g)

(b) Using result of ex-14, for every positive integer k we can choose some positive integer a s.t. for every n > a, 2nnk. Then all of 1,n,n2,n3,.... are elements of O(2n) or O(g). So using result of part(a), f is also element of O(g).

Ex-16:
(a) We can choose integers s and t s.t. d = as + bt.

Also by division theorem we can choose integers q and r s.t. a = dq + r and 0r<d.

Then a = (as + bt)q + r
=> a = asq + btq + r
=> r = (1-sq)a + (-tq)b

Then rS. Since d is smallest element of S, so dr. But r < d. Hence, the only value possible for r is 0. Thus a = dq and Hence d|a. By similar argument we can prove that d|b also.

(b) We can choose integers s and t s.t. d = as + bt. Since c|a and c|b, so c|(as) and c|(bt) both. Hence c|(as+bt) and so c|d.


Ex-17:
(a) Suppose p divides ab. Let d be the greatest common divisor of a and p then by ex-16 we can choose integers s and t s.t.
d = as + pt

Since d is gcd of a and p, so it divides p. Since p is prime, so d is either 1 or p. Let us consider both the cases.

Case#1: d = 1
Then 1 = as + pt. Since p|ab, so we can choose some real number k s.t. ab = kp. Then a = kpb.
Then 1 = skpb+pt
=> b = skp + ptb
=> b = (sk + tb)p

Thus p divides b.

Case#2: d = p
Then p = as + pt
=> a = p(1-t)s

Thus p divides a.

From above 2 cases its clear that either p|a or p|b.

(b) Let n be an arbitrary natural number s.t. n1. Suppose for every 1k<n, if p divides a1a2a3...ak then pai for some i, 1ik.

Suppose p divides a1a2a3...an.
=> p divides (a1a2a3...an-1).an

then, by using result of ex-17(a) either p divides a1a2a3...an-1 or p divides an. Let us consider both the cases.

Case#1: p divides a1a2a3...an-1
Then, by induction hypothesis, we can choose some i, 1i(n-1) s.t. p divides ai

Case#2: p divides an

Thus we can choose some i, 1in s.t. p divides ai


Ex-18: We will use induction over j.

Base case: j = 1. Suppose p1,q1,q2,...,qk are all prime numbers s.t. p1=q1q2...qk. Since p1 is prime, so clearly k = 1 and p1=q1

Induction Step: Suppose j be an arbitrary integer s.t. j1 and for all k1 and for all non decreasing sequence of primes p1,p2,...,pj and q1,q2,...,qk if p1p2...pj=q1q2...qk then both the sequences are same.

Now suppose p1,p2,...,pj,pj+1 and q1,q2,...,qk are non-decreasing sequences of primes s.t.
p1p2...pjpj+1=q1q2...qk

clearly pj+1 divides q1q2...qk, so by result of ex-17(b) we can choose some i s.t. pj+1=qi. Since qiqk,
so pj+1qk ... (i)

Also, qk divides p1p2...pjpj+1, so by result of ex-17(b) we can choose some i s.t. qk=pipj+1. Thus qkpj+1... (ii)

From (i) and (ii), its clear that pj+1=qk.

Then p1p2...pj=q1q2...qk-1. By induction hypothesis both these sequences are same and hence the sequences p1,p2,...,pj,pj+1 and q1,q2,...,qk are same.


Ex-19: Scratchwork:
a0=1
a1=1+a0=2
a2=1+a0+a1=4
a3=1+a0+a1+a2=8
a4=1+a0+a1+a2+a3=16

we can guess that an=2n

There is another way to find it. Let us look at that

an+1=1+i=0nai
=> an+1=1+i=0n-1ai+an
=> an+1=an+an
=> an+1=2an
=> an+1=22an-1
=> an+1=23an-2
=> an+1=24an-3
...
...
=> an+1=2n+1an-n
=> an+1=2n+1a0
=> an+1=2n+1

Formal Proof:

The formula is, for any natural number n, an=2n

Base case: n = 0, a0=1=20

Induction step: Suppose for arbitrary natural number n, an=2n

Now, an+1
= 1+i=0nai
= 1+i=0n-1ai+an
= an+an
= 2an
= 2.2n
= 2n+1


Ex-20: Scratchwork:
Let Fn denotes nth fibonacci number.

a0=1=F2F1
a1=1+1=2=F3F2
a2=1+12=32=F4F3
a3=1+23=53=F5F4
a4=1+35=85=F6F5
a5=1+58=138=F7F6

easy enough to guess that an=Fn+2Fn+1

Proof:

Suppose for every k < n, ak=Fk+2Fk+1

Now, an
= 1+1an-1 (apply induction hypothesis to get)
= 1+FnFn+1
= Fn+1+FnFn+1
= Fn+2Fn+1

2 comments:

  1. So finish the book already :-P plenty more books where this came from :-P

    ReplyDelete
  2. @Ravi... trust me, I'm more eager to finish it and start the next one than you are :).

    ReplyDelete