Documentation

Atlas.DifferentialAnalysis.code.WeightedDerivExpansion

Size (sum of components) of a multi-index γ : Fin n → ℕ.

Instances For

    Componentwise order on multi-indices: α ≤ γ iff α i ≤ γ i for every i.

    Instances For
      @[implicit_reducible]

      The componentwise order on multi-indices is decidable.

      The total size of the componentwise difference γ - α of multi-indices.

      Instances For
        theorem WeightedDerivExpansion.diff_size_update_lt {n : } {γ α : Fin n} {j₀ : Fin n} (hj₀ : 0 < γ j₀) ( : multiIndexLE α (Function.update γ j₀ (γ j₀ - 1))) :
        1 + multiIndexDiffSize (Function.update γ j₀ (γ j₀ - 1)) α multiIndexDiffSize γ α

        Decreasing the j₀-th coordinate of γ by one strictly decreases the difference size multiIndexDiffSize γ α by at least one (and α still bounds the updated γ).