Commit 2024-05-07 08:14 43881b58
View on Github →chore: Move sign of power lemmas (#11986)
- Move the sign of power lemmas from
Algebra.Parity
toAlgebra.GroupPower.Order
. - For this to work, I must swap the order of import between
Algebra.GroupPower.Order
andAlgebra.Parity
. This means that I need to weaken oneassert_not_exists
to allow importingData.Set.Defs
. This is inconsequential. - Use them to golf and deprecate the
bit0
/bit1
lemmas - Delete the deprecated
pow_bit0_abs
,pow_bit0_pos_of_neg
,pow_bit1_neg