Integer powers of (-1) #
This file defines the map negOnePow : ℤ → ℤˣ
which sends n
to (-1 : ℤˣ) ^ n
.
The definition of negOnePow
and some lemmas first appeared in contributions by
Johan Commelin to the Liquid Tensor Experiment.
@[deprecated Int.cast_negOnePow]
Alias of Int.cast_negOnePow
.