Documentation

LaurentPhenomenon.Basic

inductive myProd1 :
Instances For
    inductive myProd1' :
    Instances For
      inductive myProd1'' :
      Instances For
        inductive myProd2 (α : Type) :
        Instances For
          inductive myProd3 (α : Type u_1) :
          Type u_1
          Instances For
            Equations
            Instances For
              structure studentDetails :
              Instances For
                structure myFiniteSet :
                Instances For
                  inductive myList (n : ) :
                  Instances For
                    def tail_of_myList {n : } (L : myList n) :
                    Equations
                    Instances For
                      def a₀ :
                      Equations
                      Instances For
                        def a₁ :
                        Equations
                        Instances For
                          Equations
                          Instances For
                            Equations
                            Instances For
                              Equations
                              Instances For
                                def a₂ :
                                Equations
                                Instances For
                                  def a₃ :
                                  Equations
                                  Instances For
                                    inductive ValidList (n : ) :
                                    Instances For
                                      def tail {a : Option } {n : } (L : ValidList n a) :
                                      Equations
                                      Instances For
                                        def ValidList.length {n : } {last : Option } (l : ValidList n last) :
                                        Equations
                                        Instances For
                                          def mat1 :
                                          Matrix (Fin 2) (Fin 2)
                                          Equations
                                          • mat1 m n = match (m, n) with | (0, 1) => 1 | (1, 0) => -1 | x => 0
                                          Instances For
                                            def tree_to_mylist (M : Matrix (Fin 2) (Fin 2) ) (L : myList 4) :
                                            List (Matrix (Fin 2) (Fin 2) )
                                            Equations
                                            Instances For
                                              def a₂₄ :
                                              List (Fin 17)
                                              Equations
                                              Instances For
                                                def list_to_mat (M : Matrix (Fin 2) (Fin 2) ) (L : List (Fin 17)) :
                                                List (Matrix (Fin 2) (Fin 2) )
                                                Equations
                                                Instances For