Mathlib v3 is deprecated. Go to Mathlib v4

Commit 2021-03-03 13:41 a852bf40

View on Github →

feat(data/equiv/fin): fin_add_flip and fin_rotate (#6454) Add

  • fin_add_flip : fin (m + n) ≃ fin (n + m)
  • fin_rotate : Π n, fin n ≃ fin n (acts by +1 mod n) and simp lemmas, and shows fin.snoc is a rotation of fin.cons.

Estimated changes

added def fin_add_flip
added def fin_congr
added theorem fin_congr_apply_coe
added theorem fin_congr_apply_mk
added theorem fin_congr_symm
added def fin_rotate
added theorem fin_rotate_last'
added theorem fin_rotate_last
added theorem fin_rotate_of_lt