Commit 2023-12-26 11:03 10597c9e
View on Github →feat: Lemmas about ZMod
(#9143)
Added some lemmas about ZMod
and its units:
- Generalized
lt
tole
in two lemmas ((a : ZMod n) : ZMod m) = a
ifm ≤ n
unitsMap
is surjectiveUnits.map f (-a) = -Units.map f a
(which can be applied tounitsMap
)Units.map (-1) = -1
(which can be applied tounitsMap
)