Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
bmtrager committed Mar 1, 2024
1 parent f9b0582 commit 4395ee4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions coq/FHE/encode.v
Original file line number Diff line number Diff line change
Expand Up @@ -1470,6 +1470,10 @@ Proof.
rewrite coef_Poly.
case/orP: (leqVgt 3 i)=>ibd.
- rewrite !(coefD, coefZ, coefC, coefN, coefX, coefXn).
replace (i == 2%N) with false by lia.
replace (i == 1%N) with false by lia.
replace (i == 0%N) with false by lia.
rewrite /= mulr0 mulr0n oppr0 !addr0.
admit.
- rewrite (nth_map 0); [| by rewrite sz].
rewrite !(coefD, coefZ, coefC, coefN, coefX, coefXn).
Expand Down

0 comments on commit 4395ee4

Please sign in to comment.