@[implicit_reducible]
instance
WeightedDerivExpansion.instDecidableMultiIndexLE
{n : ℕ}
(α γ : Fin n → ℕ)
:
Decidable (multiIndexLE α γ)
The componentwise order on multi-indices is decidable.
theorem
WeightedDerivExpansion.diff_size_update_lt
{n : ℕ}
{γ α : Fin n → ℕ}
{j₀ : Fin n}
(hj₀ : 0 < γ j₀)
(hα : multiIndexLE α (Function.update γ j₀ (γ j₀ - 1)))
:
Decreasing the j₀-th coordinate of γ by one strictly decreases the difference size
multiIndexDiffSize γ α by at least one (and α still bounds the updated γ).