You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: theories/functional_analysis/hahn_banach_theorem.v
+14-3Lines changed: 14 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -55,10 +55,17 @@ There are two ways out:
55
55
- declare an additional structure that inherits from both Num.SemiNormedZmodule and SubType and from which SubNormedZmodule and/or Num.SubNormedZmodule inherit.
56
56
57
57
*)
58
+
59
+
HB.mixin Record isTmp (R : numDomainType) (V : normedZmodType R) (S : pred V)
0 commit comments