Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
bmtrager committed Dec 1, 2023
1 parent 454a137 commit e6e4e7b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions coq/FHE/encode.v
Original file line number Diff line number Diff line change
Expand Up @@ -2270,6 +2270,14 @@ Section norms.
((matrix_norm_inf mat1) * (matrix_norm_inf mat2)).
Proof.
rewrite /matrix_norm_inf /mulmx /=.
generalize (@max_mult_distr n); intros.
rewrite /mul /= in H.
rewrite H.
- apply bigmax_le2.
intros.
under eq_bigr do rewrite mxE.


Admitted.


Expand Down

0 comments on commit e6e4e7b

Please sign in to comment.