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
85d4c522
Commit
85d4c522
authored
1 week ago
by
François Clément
Browse files
Options
Downloads
Patches
Plain Diff
Yet unused: procrastinate!
parent
aff6c920
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
Algebra/AffineSpace/AffineSpace_baryc.v
+7
-4
7 additions, 4 deletions
Algebra/AffineSpace/AffineSpace_baryc.v
with
7 additions
and
4 deletions
Algebra/AffineSpace/AffineSpace_baryc.v
+
7
−
4
View file @
85d4c522
...
...
@@ -939,6 +939,8 @@ Proof. intros; rewrite baryc_ms_eq//; apply lc_r_kron_r. Qed.
End
Euclidean_space_AffineSpace
.
(
*
FIXME
:
COMMENTS
TO
BE
REMOVED
FOR
PUBLICATION
!
TODO
FC
(
07
/
03
/
2025
)
:
do
this
proof
.
Section
ModuleSpace_AffineSpace_R_Facts
.
Context
{
K
:
Ring
}
.
...
...
@@ -946,10 +948,11 @@ Context {V : ModuleSpace K}.
Context
{
E
:
AffineSpace
V
}
.
Lemma
baryc_comm_l_R
:
forall
{
n1
n2
}
M
(
L
:
'
K
^{
n1
,
n2
}
)
(
A2
:
'
E
^
n2
),
barycenter
(
barycenter_ms
M
L
)
A2
=
barycenter
M
(
mapF
(
barycenter
^~
A2
)
L
).
forall
{
n1
n2
}
L1
(
M
:
'
K
^{
n1
,
n2
}
)
(
A2
:
'
E
^
n2
),
barycenter
(
barycenter_ms
L1
M
)
A2
=
barycenter
L1
(
mapF
(
barycenter
^~
A2
)
M
).
Proof
.
A
dmit
ted
.
A
glop
ted
.
End
ModuleSpace_AffineSpace_R_Facts
.
*
)
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