Skip to content

Commit

Permalink
row_sum_rot_pow_is_really_binned
Browse files Browse the repository at this point in the history
  • Loading branch information
bmtrager committed Jan 15, 2024
1 parent e0fa922 commit bd1e3c8
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 @@ -2836,13 +2836,13 @@ Section add_self_pow.
rewrite !modn_small in eqq.
- apply val_inj.
by apply/eqP.
- admit.
- admit.
- apply ltn_ord.
- apply ltn_ord.
}
induction n' => //= v.
move/row_sum_rot_pow_rec_step_narrows_bins => HH.
by apply IHn'.
Admitted.
Qed.

Lemma row_sum_rot_pow_is_summed {n} (v:'rV[G]_(2^n)) :
\sum_(i < 2^n) v 0 i = (row_sum_rot_pow v) 0 (Ordinal (expn_2_pos n)).
Expand Down

0 comments on commit bd1e3c8

Please sign in to comment.