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 cff2dbd commit 7a449cdCopy full SHA for 7a449cd
theories/convex.v
@@ -14,10 +14,12 @@ From HB Require Import structures.
14
(* completed with material from infotheo. *)
15
(* *)
16
(* isConvexSpace R T == interface for convex spaces *)
17
-(* ConvexSpace R == structure of convex space *)
+(* The HB class is ConvexSpace. *)
18
(* a <| t |> b == convexity operator *)
19
-(* E : lmodType R with R : realDomainType and R : realDomainType are shown to *)
20
-(* be convex spaces *)
+(* *)
+(* * instances of convex space: *)
21
+(* E : lmodType R with R : realDomainType, R : realDomainType, *)
22
+(* R : realFieldType, R : realType *)
23
24
(******************************************************************************)
25
0 commit comments