Reverse on Fin n
#
This file contains lemmas about Fin.rev : Fin n → Fin n
which maps i
to n - 1 - i
.
Definitions #
Fin.revPerm : Equiv.Perm (Fin n)
:Fin.rev
as anEquiv.Perm
, the antitone involution given byi ↦ n-(i+1)
Fin.rev
as an Equiv.Perm
, the antitone involution Fin n → Fin n
given by
i ↦ n-(i+1)
.