Documentation

Fad.Chapter2

Equations
Instances For
    Equations
    Instances For
      Equations
      • One or more equations did not get rendered due to their size.
      Instances For
        theorem Chapter2.concat₁'_time {a : Type u_1} (xss : List (List a)) (n : ) (h : xsxss, xs.length = n) :
        (concat₁' xss).time = xss.length * n
        theorem Chapter2.concat₁''_time {a : Type u_1} (xss : List (List a)) (n : ) (h : xsxss, xs.length = n) :
        (concat₁'' xss).time = xss.length * n
        Equations
        • One or more equations did not get rendered due to their size.
        Instances For
          theorem Chapter2.concat₂'_time {a : Type u_1} (xss : List (List a)) (n : ) (h : xsxss, xs.length = n) :
          2 * (concat₂' xss).time = n * xss.length * (xss.length - 1)
          def Chapter2.build {a : Type u_1} (p : aaBool) :
          List aList a
          Equations
          Instances For
            def Chapter2.build.insert {a : Type u_1} (p : aaBool) (x : a) (xs : List a) :
            Equations
            Instances For
              def Chapter2.iterate {a : Type u_1} :
              (aa)aList a
              Equations
              Instances For
                def Chapter2.init₀ {α : Type u_1} :
                List αList α
                Equations
                Instances For
                  def Chapter2.init₁ {α : Type u_1} :
                  List αOption (List α)
                  Equations
                  Instances For
                    def Chapter2.init₂ {α : Type u_1} :
                    List αOption (List α)
                    Equations
                    Instances For
                      def Chapter2.prune {a : Type u_1} (p : List aBool) (xs : List a) :
                      Equations
                      Instances For
                        def Chapter2.prune.cut {a : Type u_1} (p : List aBool) (x : a) (xs : List a) :
                        Equations
                        Instances For
                          def Chapter2.prune.done {a : Type u_1} (p : List aBool) (xs : List a) :
                          Equations
                          Instances For