Main
coprime_Zp_unit
Signature
Lemma coprime_Zp_unit (m : nat) (x : 'Z_m) : (1 < m)%N -> coprime x m -> x \is a GRing.unit.
Description
Key lemma from MathComp: unitZpE (x%:R : 'Z_m) \is a GRing.unit = coprime m x (when 1 < m) For x : 'Z_m, we have x = (nat_of_ord x)%:R, so we can apply unitZpE directly.
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...