diff options
Diffstat (limited to 'Day9.lean')
| -rw-r--r-- | Day9.lean | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ private def extrapolate : List Int → Int 0 else have : (differences (a :: as)).length < as.length + 1 := by - simp +arith[differences] + simp +arith induction (as) <;> simp +arith[differences] case cons b bs hb => rw[←differences_length_independent_arg] assumption |
