Skip to content

Commit b4bac7d

Browse files
committed
wip
1 parent a2aceb6 commit b4bac7d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

theories/lspace.v

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,3 +132,13 @@ Qed.
132132

133133
End Lspace.
134134
Notation "mu .-Lspace p" := (@Lspace _ _ _ mu p) : type_scope.
135+
136+
Section Lspace_inclusion.
137+
Context d (T : measurableType d) (R : realType).
138+
Variable mu : {measure set T -> \bar R}.
139+
Variables (p q : \bar R).
140+
141+
Lemma Lspace_inclusion : (p <= q)%E -> mu.-Lspace q `<=` mu.-Lspace p.
142+
143+
144+
End Lspace_inclusion.

0 commit comments

Comments
 (0)