1.
xm=xr+1xm−r+xrxm−r Prove by the induction
xm=xm−rxr+2 (∗) Since m≥1 the base of induction is:
m=1=>r=0:x1=x1−0x0+2=1⋅1=1Hence, we proved the base of induction.
Now, we will assume, that the statement (*) is true for every m<k. Let's prove for m=k
Prove by the induction (by r)
r=0
xk=xk−0x0+2=xkx2=xk
The induction assumption is that for every r, such that: 0≤r<r0≤k−1, the statement (*) is true. Let's prove it for r=r0. We should check the following:
xk=xk−r0xr0+2=xk−r0xr0+1+xk−r0xr0 We can apply the induction assumption to both of the summands in the following way:
For the first summand:
r0+1=(r0−1)+2,k−r0=(k−1)−(r0−1) We obtain the following(by using the (*)):
xk−r0xr0+1=xk−1By applying the induction assumption and (*) to the second summand we obtain:
xk−r0xr0=xk−2 Thus we should check if:
xk=xk−1+xk−2 This is true.
xm=xm−rxr+2=xm−r(xr+1+xr)=xm−rxr+1+xm−rxr We prove
xm=xr+1xm−r+xrxm−r
2.
xk∣xkd, where k,d are some integers.
Let's use the statement:
xm=xm−rxr+2xkd=xkd−dxd+2 By applying this fact (k−1) times, we obtain the following:
xkd=xdxd+2k−1. Thus (k≥1):xk∣xkd, where k,d are some integers.
Comments