Lucas Numbers
Lucas Numbers
Prove: Ln=round ( Φ n )
Step 1: Explicit Formula for Lucas Numbers
The Lucas sequence {Ln } satisfies the recurrence relation:
Ln=Ln−1 + Ln−2 ,
n n
Ln=Φ +ψ ,
1+ √ 5 1− √ 5
where Φ is the Golden Ratio Φ= , and ψ is its conjugate ψ= .
2 2
Step 2: Key Properties of Φ and ψ
1. Roots of the Quadratic Equation:
Both Φ and ψ satisfy the quadratic equation:
2
x =x +1 .
Therefore:
2 2
Φ =Φ+1 and ψ =ψ+ 1.
2. Magnitude of ψ :
The absolute value of ψ is:
1
x|ψ|= ≈ 0.618 .
Φ
Step 4: Rounding Φ n
Write Φ n as:
n n
Φ =Ln−ψ .
n
¿ ψ ∨¿ 0.5 for all n ≥ 0. Therefore:
If ψ n >0 , it slightly decreases Φ n below Ln.
round ( Φ n )=Ln .
2. For n=1:
1
Φ =Φ , L1=1 , round ( Φ )=1 .
3. For n=2:
2
Φ =Φ+1 ≈ 2.618 , L2=3 , round ( 2.618 )=3 .
Assume the relationship holds for n=k , i.e., Lk =round ( Φk ). We prove it for
n=k +1:
From the recurrence relation:
Lk+ 1=Lk + Lk−1 .
By the inductive hypothesis, round ( Φ k )=Lk and round ( Φ k−1 )=Lk−1. Therefore:
round ( Φ k+1 ) =round ( Φ k + Φk−1 )=L k + L k−1 =Lk+1 .
Conclusion
By induction and analysis of ψ n, we conclude:
Ln=round ( Φ n ) .