Mathlib v3 is deprecated. Go to Mathlib v4

Commit 2018-12-21 03:12 b11b83b2

View on Github →

feat(data/list/basic): rotate a list (#542)

Estimated changes

added theorem list.drop_all
added theorem list.length_rotate'
added theorem list.length_rotate
added theorem list.nth_append
added theorem list.nth_le_append
added theorem list.nth_le_repeat
added theorem list.nth_le_singleton
added theorem list.rotate'_cons_succ
added theorem list.rotate'_length
added theorem list.rotate'_mod
added theorem list.rotate'_nil
added theorem list.rotate'_rotate'
added theorem list.rotate'_zero
added theorem list.rotate_cons_succ
added theorem list.rotate_eq_rotate'
added theorem list.rotate_length
added theorem list.rotate_length_mul
added theorem list.rotate_mod
added theorem list.rotate_nil
added theorem list.rotate_rotate
added theorem list.rotate_zero
modified theorem list.take_all