Documentation

Projects.Euclidean

noncomputable def Euclidean.norm {n : } (a : Fin n) :
Equations
Instances For
    noncomputable def Euclidean.dist {n : } (a b : Fin n) :
    Equations
    Instances For
      theorem Euclidean.dist_triangle_aux₁ {a b x y : } :
      a * b + x * y b ^ 2 + ((x ^ 2 + b ^ 2) * (y ^ 2 + (a - b) ^ 2))
      @[instance_reducible]
      noncomputable def Euclidean.instNormForallFinReal_projects {n : } :
      Norm (Fin n)
      Equations
      Instances For
        @[instance_reducible]
        noncomputable def Euclidean.instDistForallFinReal_projects {n : } :
        Dist (Fin n)
        Equations
        Instances For
          theorem Euclidean.norm_def {n : } {a : Fin n} :
          theorem Euclidean.dist_def {n : } {a b : Fin n} :
          @[instance_reducible]
          Equations
          Instances For
            @[instance_reducible]
            Equations
            Instances For