Skip to content

Commit

Permalink
matrix_vec_norm_inf_sub_mult
Browse files Browse the repository at this point in the history
  • Loading branch information
bmtrager committed Dec 1, 2023
1 parent c9ce3b6 commit c1946af
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions coq/FHE/encode.v
Original file line number Diff line number Diff line change
Expand Up @@ -2257,9 +2257,8 @@ Section norms.
- apply bigmax_le2.
intros.
rewrite big_ord_recl big_ord0 addr0 mxE /trmx /=.
generalize (@mat_vec_norm_bound1 n m mat vec j); intros.
symmetry; under eq_bigr do rewrite !mxE.
by rewrite H0.
under eq_bigr do rewrite !mxE.
by rewrite mat_vec_norm_bound1.
- apply /RlebP.
apply bigmax_normc_nneg.
Qed.
Expand Down

0 comments on commit c1946af

Please sign in to comment.