Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
Numerical Analysis in Coq
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Micaela Mayero
Numerical Analysis in Coq
Commits
f8eb00e7
Commit
f8eb00e7
authored
2 years ago
by
François Clément
Browse files
Options
Downloads
Patches
Plain Diff
WIP: lazy mode.
parent
4b972dec
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Lebesgue/measurable_Rbar.v
+6
-1
6 additions, 1 deletion
Lebesgue/measurable_Rbar.v
with
6 additions
and
1 deletion
Lebesgue/measurable_Rbar.v
+
6
−
1
View file @
f8eb00e7
...
...
@@ -532,14 +532,19 @@ Proof.
rewrite
measurable_Rbar_eq_Borel
,
measurable_Rbar_R_alt_correct
;
easy
.
Qed
.
(
*
WIP
[
lazy
]
:
wait
for
actually
needing
it
...
Lemma
measurable_Rbar_abs
:
forall
B
,
measurable_Rbar
B
->
measurable_Rbar
(
fun
y
=>
B
(
Rbar_abs
y
)).
Proof
.
Admitted
.
*
)
(
*
WIP
[
lazy
]
:
wait
for
actually
needin
it
...
Lemma
measurable_Rbar_scal
:
forall
B
l
,
measurable_Rbar
B
->
measurable_Rbar
(
fun
y
=>
B
(
Rbar_mult
l
y
)).
forall
B
l
,
measurable_Rbar
B
->
measurable_Rbar
(
fun
y
=>
B
(
Rbar_mult
l
y
)).
Proof
.
Admitted
.
*
)
End
measurable_Rbar
.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment