Documentation

Acmoi.Exercise1_10

def slow {n : } {q : } (h : Mathlib.Vector (Fin q) n.succ) :
Equations
  • slow h = ((h.get 0) = 0 ∀ (j : Fin q), ∃ (i : Fin q), i < (↑j).succ (h.get (↑j).succ) (h.get i).succ)
Instances For
    instance instDecidableSlow {n : } (q : ) (h : Mathlib.Vector (Fin q) n.succ) :
    Equations
    def is_witness {n : } {b : } (x : Mathlib.Vector (Fin b) n) (q : ) (h : Mathlib.Vector (Fin q) n.succ) :
    Equations
    • One or more equations did not get rendered due to their size.
    Instances For
      instance instDecidableIs_witness {n : } {b : } (x : Mathlib.Vector (Fin b) n) (q : ) (h : Mathlib.Vector (Fin q) n.succ) :
      Equations
      def A_N_bounded_by {n : } {b : } (x : Mathlib.Vector (Fin b) n) (q : ) :
      Equations
      Instances For
        instance instDecidableA_N_bounded_by {n : } {b : } {q : } (x : Mathlib.Vector (Fin b) n) :
        Equations
        def complexity_equals {n : } (x : Mathlib.Vector (Fin 2) n) (k : ) :
        Equations
        Instances For