analysis
analysis copied to clipboard
Lspace
This PR will be rebased on PR #1506 (or on master should the latter be merged before).
The CI error is:
> COQC theories/lspace.v
> File "./theories/lspace.v", line 82, characters 33-42:
> Error: Syntax error: [reduce] expected after ':=' (in [def_body]).
Wikipedia uses the p-norm to define Lp spaces when p may be +oo, whereas for example this reference sticks to the definition that was previously in this PR. Klenke also seems to go with the Wikipedia approach.
I have now moved to using norms in the last commits, and extending the theory to extended reals.
Is there a good reason to choose one over the other?