Skip to content

Commit

Permalink
normedtype.v compiles
Browse files Browse the repository at this point in the history
  • Loading branch information
hoheinzollern committed Jan 28, 2025
1 parent a181b67 commit 8fe12a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions theories/normedtype.v
Original file line number Diff line number Diff line change
Expand Up @@ -877,7 +877,7 @@ rewrite [leLHS](_ : _ = M^-1 * (M * (`|x| + `|x|) + `|e| / 2)); last first.
by rewrite mulrDr mulrA mulVf ?mul1r ?gt_eqF// mulrC addrA.
rewrite ler_wpM2l ?invr_ge0// ?ltW// -ltrBrDl -mulrBr ltr_pM// ltrBrDl.
near: M; apply: nbhs_pinfty_gt.
Search "nbhs" (_ < _).
rewrite !realD// normr_real//.
Unshelve. all: by end_near. Qed.

Lemma locally_convex :
Expand Down Expand Up @@ -2462,7 +2462,7 @@ by rewrite !num_max bE dE maxr_pMr.
Qed.

HB.instance Definition _ :=
PseudoMetricNormedZmod_Lmodule_isNormedModule.Build K 'M[K]_(m.+1, n.+1)
PseudoMetricSemiNormedZmod_Lmodule_isSemiNormedModule.Build K 'M[K]_(m.+1, n.+1)
mx_normZ.

End matrix_NormedModule.
Expand Down

0 comments on commit 8fe12a6

Please sign in to comment.