Mathlib v3 is deprecated. Go to Mathlib v4

Commit 2022-08-24 05:21 757e73c5

View on Github →

feat(data/seq/seq): prove seq.ext earlier (#15830) We heavily golf seq.ext and move it to almost the beginning of the file. Doing this breaks the proof of seq.of_list_cons, which we also change and golf by adding a few trivial simp lemmas (not all of them are needed, but might as well add them).

Estimated changes

added theorem seq.nth_cons_succ
added theorem seq.nth_cons_zero
added theorem seq.nth_mk
added theorem seq.nth_nil
modified theorem seq.nth_tail
modified theorem seq.of_list_cons
added theorem seq.of_list_nth