Skip to content

Commit

Permalink
norm_inf_diag
Browse files Browse the repository at this point in the history
  • Loading branch information
bmtrager committed Dec 2, 2023
1 parent 54dcf93 commit 19e428f
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions coq/FHE/encode.v
Original file line number Diff line number Diff line change
Expand Up @@ -1949,16 +1949,14 @@ Section norms.
rewrite /norm_inf /matrix_norm_inf.
apply eq_bigr => i _.
rewrite (bigD1 i) // /= big1_idem ?addr0 //.
- rewrite /diag_mx mxE.
f_equal.
admit.
- by rewrite /diag_mx mxE eq_refl /= mulr1n.
- generalize (diag_mx_is_diag v) => H.
move /is_diag_mxP in H.
intros.
rewrite H.
+ by rewrite ComplexField.Normc.normc0.
+ admit.
Admitted.
rewrite -tr_diag_mx mxE.
rewrite H //.
by rewrite ComplexField.Normc.normc0.
Qed.

Lemma normc_nneg (x : R[i]) :
(R0 <= normc x)%O.
Expand Down

0 comments on commit 19e428f

Please sign in to comment.