We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31cb81a commit afc2945Copy full SHA for afc2945
1 file changed
theories/normedtype_theory/tvs.v
@@ -587,7 +587,6 @@ Unshelve. all: by end_near. Qed.
587
588
Local Open Scope convex_scope.
589
590
-
591
Let standard_ball_convex_set (x : R^o) (r : R) : convex_set (ball x r).
592
Proof.
593
apply/convex_setW => z y; rewrite !inE -!ball_normE /= => zx yx l l0 l1.
@@ -680,7 +679,7 @@ HB.instance Definition _ :=
680
679
Uniform_isConvexTvs.Build K (E * F)%type prod_locally_convex.
681
682
End prod_ConvexTvs.
683
+
684
HB.structure Definition LinearContinuous (K : numDomainType) (E : NbhsLmodule.type K)
685
(F : NbhsZmodule.type) (s : K -> F -> F) :=
686
{f of @GRing.Linear K E F s f & @Continuous E F f }.
0 commit comments