Skip to content

Commit

Permalink
finish proof of size_charpoly
Browse files Browse the repository at this point in the history
Signed-off-by: Avi Shinnar <[email protected]>
  • Loading branch information
shinnar committed Feb 29, 2024
1 parent 80a9774 commit 0c90d53
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions coq/FHE/encode.v
Original file line number Diff line number Diff line change
Expand Up @@ -1288,12 +1288,12 @@ Proof.
- rewrite size_addl.
+ rewrite size_scale.
* rewrite size_polyX //.
* admit.
* by rewrite -eqr_opp opprK oppr0.
+ rewrite size_scale.
* rewrite size_polyX size_polyC.
case : (eqVneq (cnorm c) 0); rewrite //.
* admit.
Admitted.
case : (eqVneq (cnorm c) 0); rewrite //.
* by rewrite -eqr_opp opprK oppr0.
Qed.

Lemma characteristic_polynomial_correct (c : R[i]) :
(map_poly RtoC (characteristic_polynomial c)).[c] = 0.
Expand Down

0 comments on commit 0c90d53

Please sign in to comment.