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 (since := "2024-10-20")]
Alias of Int.cast_negOnePow
.