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
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
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
5144ddc9
Commit
5144ddc9
authored
2 years ago
by
François Clément
Browse files
Options
Downloads
Patches
Plain Diff
Open: Inter_finite -> Inter.
parent
3a81b48e
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Lebesgue/Set_theory/Set_system/Set_system_def_any.v
+2
-2
2 additions, 2 deletions
Lebesgue/Set_theory/Set_system/Set_system_def_any.v
with
2 additions
and
2 deletions
Lebesgue/Set_theory/Set_system/Set_system_def_any.v
+
2
−
2
View file @
5144ddc9
...
...
@@ -28,7 +28,7 @@ Inductive Open : set_system U :=
|
Open_Gen
:
Incl
gen
Open
|
Open_wEmpty
:
wEmpty
Open
|
Open_wFull
:
wFull
Open
|
Open_Inter
_finite
:
Inter
_finite
Open
|
Open_Inter
:
Inter
Open
|
Open_Unionf_any
:
Unionf_any
Open
.
(
*
Closed
is
the
collection
of
closed
sets
generated
by
gen
,
...
...
@@ -37,7 +37,7 @@ Inductive Closed : set_system U :=
|
Closed_Gen
:
Incl
gen
Closed
|
Closed_wEmpty
:
wEmpty
Closed
|
Closed_wFull
:
wFull
Closed
|
Closed_Union
_finite
:
Union
_finite
Closed
|
Closed_Union
:
Union
Closed
|
Closed_Interf_any
:
Interf_any
Closed
.
End
Set_system_Def1
.
...
...
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