Mathlib v3 is deprecated. Go to Mathlib v4

Commit 2020-09-26 15:49 7c0c16ca

View on Github →

feat(data/list/basic): Add lemmas about inits and tails (#4222)

Estimated changes

added theorem list.inits_append
added theorem list.inits_cons
added theorem list.inits_eq_tails
added theorem list.inits_reverse
added theorem list.map_reverse_inits
added theorem list.map_reverse_tails
added theorem list.tails_append
added theorem list.tails_cons
added theorem list.tails_eq_inits
added theorem list.tails_reverse