Documentation

Marginis.Boudaoud2009

Decomposition of terms in Lucas sequences #

ABDELMADJID BOUDAOUD

We define the Lucas sequences from the paper and verify that the Fibonacci sequence appears.

def U (P Q : ) :
Equations
Instances For
    def V (P Q : ) :
    Equations
    Instances For
      theorem fibonacciLucas :
      (fun (i : Fin 15) => U 1 (-1) i) = ![0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377]

      Fibonacci sequence appearing in Lucas sequence.

      def D {P Q : } :
      Equations
      Instances For