Helper

Zp_add_eqmod

Section Top-level
Type Lemma
Proof Lines 10

Signature

Lemma Zp_add_eqmod (n : nat) (n_gt1 : (1 < n)%N) (m1 m2 : 'Z_n) : (m1 : nat) + m2 = (m1 + m2)%R %[mod n].

Description

Helper: nat addition of Z_n elements equals Z_n addition mod n

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