Helper
expr_modr
Signature
Lemma expr_modr (k : nat) : (val y) ^+ k = (val y) ^+ (k %% r)%N.
Description
Exponentiation of y depends only on exponent mod r
Uses (0)
This lemma does not use any other lemmas from the stats.
Used By (0)
No lemmas in the stats use this lemma.
Coq Source Code
View on GitHubLoading source code...