Skip to content

Commit

Permalink
renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
bmtrager committed Dec 13, 2023
1 parent dfcb2c3 commit a73f258
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions coq/FHE/zp_prim_root.v
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ Section chinese.
lia.
Qed.

Lemma balanced_chinese_list_mod_1 (l : seq (nat * nat)) :
Lemma balanced_chinese_list_mod_inner (l : seq (nat * nat)) :
(forall p, p \in l -> 0 < p.2) ->
pairwise coprime (map snd l) ->
forall p,
Expand Down Expand Up @@ -537,7 +537,7 @@ Section chinese.
by rewrite ltn_pmul2r.
Qed.

Lemma balanced_chinese_list_mod_1_lt (l : seq (nat * nat)) :
Lemma balanced_chinese_list_mod_inner_lt (l : seq (nat * nat)) :
uniq l ->
(forall p, p \in l -> 0 < p.2) ->
forall p,
Expand Down Expand Up @@ -589,7 +589,7 @@ Section chinese.
apply H in H2.
lia.
}
rewrite (eqP (balanced_chinese_list_mod_1 posl H0 H1)).
rewrite (eqP (balanced_chinese_list_mod_inner posl H0 H1)).
apply modn_add0.
rewrite big1_idem //.
intros.
Expand Down

0 comments on commit a73f258

Please sign in to comment.