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
5e2bb9c0
Commit
5e2bb9c0
authored
1 year ago
by
François Clément
Browse files
Options
Downloads
Patches
Plain Diff
Typo.
parent
7edede9c
No related branches found
No related tags found
No related merge requests found
Pipeline
#7166
waiting for manual action
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
FEM/Compl/Function_sub.v
+3
-3
3 additions, 3 deletions
FEM/Compl/Function_sub.v
with
3 additions
and
3 deletions
FEM/Compl/Function_sub.v
+
3
−
3
View file @
5e2bb9c0
...
...
@@ -596,10 +596,10 @@ intros Hf Hg x3 Hx3;
exists
x1
;
split
;
[
|
rewrite
comp_correct
Hx1b
];
easy
.
Qed
.
End
SurjS_Facts
5
.
End
SurjS_Facts
6
.
Section
SurjS_Facts
6
.
Section
SurjS_Facts
7
.
Context
{
T1
T2
T3
:
Type
}
.
...
...
@@ -616,7 +616,7 @@ intros Hf H x3 Hx3; destruct (H _ Hx3) as [x1 [Hx1a Hx1b]].
exists
(
f
x1
);
split
;
[
apply
Hf
|
];
easy
.
Qed
.
End
SurjS_Facts
6
.
End
SurjS_Facts
7
.
Section
CanS_Facts1
.
...
...
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