Skip to content

Commit

Permalink
partial minpoly_mult_odd_nth_roots
Browse files Browse the repository at this point in the history
  • Loading branch information
bmtrager committed Oct 28, 2023
1 parent 5fe4220 commit 6f862fe
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion coq/FHE/encode.v
Original file line number Diff line number Diff line change
Expand Up @@ -1639,6 +1639,8 @@ Proof.
assert (all_rs:all (root p) rs).
{
apply /allP.
simpl.
unfold rs.
intros ??.
admit.
}
Expand Down Expand Up @@ -1682,7 +1684,8 @@ Proof.
- rewrite lead_coefDl.
+ rewrite lead_coefXn scale1r //.
+ rewrite size_polyXn size_polyC; lia.
- admit.
- apply /allP; simpl; intros ??.
admit.
}
rewrite -H2 in H1.
rewrite H1.
Expand Down

0 comments on commit 6f862fe

Please sign in to comment.