We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a09add commit a6bd58cCopy full SHA for a6bd58c
1 file changed
theories/lebesgue_integral_theory/simple_functions.v
@@ -28,8 +28,9 @@ From mathcomp Require Import borel_hierarchy.
28
(* *)
29
(* Detailed contents: *)
30
(* ```` *)
31
-(* {sfun T >-> R} == type of simple functions *)
32
-(* They form a (potentially zero) ring. *)
+(* {sfun aT >-> bT} == type of simple functions *)
+(* They can form a ring or a module depending on *)
33
+(* the structure of bT *)
34
(* {nnsfun T >-> R} == type of non-negative simple functions *)
35
(* indic_sfun mD := mindic _ mD *)
36
(* cst_sfun r == constant simple function *)
0 commit comments