We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90eef29 commit 065e12fCopy full SHA for 065e12f
theories/hahn_banach_theorem.v
@@ -396,7 +396,8 @@ HB.structure Definition SubConvextvsType (R : numDomainType) (V : lmodType R) (S
396
397
398
Section HBGeom.
399
-
+(*TODO : define on convextvstype once lemmas as continuous_linear_bounded are
400
+lowered to convextvs *)
401
Variable (R : realType) (V : normedModType R) (F : pred V)
402
(F' : subLmodType F) (f : {linear F' -> R}).
403
@@ -447,3 +448,5 @@ pose Hg := isLinearContinuous.Build _ _ _ _ g ling contg.
447
448
pose g': {linear_continuous V -> R | *%R} := HB.pack (g : V -> R) Hg.
449
by exists g'.
450
Qed.
451
+
452
+End HBGeom.
0 commit comments