Skip to content

Commit

Permalink
remove @bmt WIP left over from my poor merge
Browse files Browse the repository at this point in the history
Signed-off-by: Avi Shinnar <[email protected]>
  • Loading branch information
shinnar committed Jan 16, 2024
1 parent 507cc51 commit de1435f
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions coq/FHE/zp_prim_root.v
Original file line number Diff line number Diff line change
Expand Up @@ -2811,19 +2811,6 @@ Qed.
by rewrite/row_sum_naive_rot row_sum_naive_rot_row_correct/const_mx !mxE.
Qed.

Lemma row_sum_naive_rot_row_correct (v:'rV[G]_n)
: row_sum_naive_rot_row v = const_mx (\sum_(j < n) v 0 j).
Proof.
apply/matrixP => rr i.
rewrite !ord1 /const_mx !mxE.
generalize (row_sum_naive_rot_correct v); intros.
move /eqP in H.
rewrite -H /row_sum_naive_rot.
rewrite /row_sum_naive_rot_row/rotate_row_right/rotate_index_right_ord.
rewrite summxE /=.
rewrite summxE /=.
Admitted.

End add_self.

Section add_self_pow.
Expand Down

0 comments on commit de1435f

Please sign in to comment.