Helper

expr_modr

Section BenalohEuler
Type Lemma
Proof Lines 4

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 GitHub
Loading source code...
← Back to Stats