Documentation
Mathlib
.
Algebra
.
Field
.
NegOnePow
Search
return to top
source
Imports
Init
Mathlib.Tactic.NormNum
Mathlib.Algebra.Field.Defs
Mathlib.Algebra.Ring.NegOnePow
Imported by
Int
.
cast_negOnePow
Int
.
coe_negOnePow
Integer powers of
-1
in a field
#
source
theorem
Int
.
cast_negOnePow
(K :
Type
u_1)
(n :
ℤ
)
[
Field
K
]
:
↑
↑
n
.
negOnePow
=
(-
1
)
^
n
source
@[deprecated Int.cast_negOnePow (since := "2024-10-20")]
theorem
Int
.
coe_negOnePow
(K :
Type
u_1)
(n :
ℤ
)
[
Field
K
]
:
↑
↑
n
.
negOnePow
=
(-
1
)
^
n
Alias
of
Int.cast_negOnePow
.