Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
bmtrager committed May 24, 2024
1 parent d8f1e5c commit 98f3e39
Show file tree
Hide file tree
Showing 2 changed files with 1,173 additions and 4 deletions.
5 changes: 1 addition & 4 deletions coq/FHE/arith.v
Original file line number Diff line number Diff line change
Expand Up @@ -2357,10 +2357,8 @@ Proof.
Qed.

Lemma delta_maxnorm_prod (a b : {poly int}) :
0 < size a ->
icoef_maxnorm (a * b) <= (size b) * icoef_maxnorm a * icoef_maxnorm b.
Proof.
intros abig.
rewrite /icoef_maxnorm.
apply /bigmax_leqP.
intros.
Expand Down Expand Up @@ -2412,8 +2410,7 @@ Proof.
by apply nth_default.
}
rewrite H0 /=.
have/(bigmax_sup_seq _): (Ordinal (n:=size a) (m:=0) abig \in enum 'I_(size a)) by rewrite mem_enum.
by apply.
lia.
- eapply leq_trans; cycle 1.
by apply leq_bigmax_seq; rewrite ?mem_enum.
easy.
Expand Down
Loading

0 comments on commit 98f3e39

Please sign in to comment.