Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
bmtrager committed Aug 9, 2023
1 parent 8c46dfc commit ee10ece
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion coq/FHE/encode.v
Original file line number Diff line number Diff line change
Expand Up @@ -2384,7 +2384,6 @@ Proof.
unfold peval_mat, odd_nth_roots in *.
rewrite !mxE.
(under eq_big_seq => - do (apply ssrbool.in1W => ?; rewrite !mxE)).
pose (pvec := fun (ii: 'I_(2 ^ n.+1)) => (nth_root (2 * i + 1) (2 ^ n.+2) ^+ ii) * (cl ii 0)).
apply vector_sum_bound; trivial.
intros.
generalize (pmat_normc_1 n i i0); intros.
Expand Down

0 comments on commit ee10ece

Please sign in to comment.