LeanPool.Rupert.FinCases #
Imported Lean Pool material for LeanPool.Rupert.FinCases.
Lemma for helping with goals such as
∀ i : Fin 8, 0 ≤ ![1.4, 3, 5, 2, 0, 1, 1, 0.2]
Usually one would do something like intro i; fin_cases i <;> norm_num here.
However, fin_cases consumes a considerable number of heartbeats, which
can become problematic if this is done many times in a larger proof.
With this lemma, once can instead do
apply all_fin_8_vec <;> norm_num