[Merged by Bors] - feat: torsion of an affine connection#36285
Closed
grunweg wants to merge 19 commits intoleanprover-community:masterfrom
Closed
[Merged by Bors] - feat: torsion of an affine connection#36285grunweg wants to merge 19 commits intoleanprover-community:masterfrom
grunweg wants to merge 19 commits intoleanprover-community:masterfrom
Conversation
Extend an element of a fiber at a point to a local section.
We define the torsion tensor of an affine connection, i.e. a covariant derivative on the tangent bundle `TM` of some manifold `M`.
PR summary 4bf038e2f0Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
This was referenced Mar 6, 2026
|
This pull request has conflicts, please merge |
|
This PR/issue depends on:
|
chrisflav
reviewed
Mar 18, 2026
Mathlib/Geometry/Manifold/VectorBundle/CovariantDerivative/Torsion.lean
Outdated
Show resolved
Hide resolved
Mathlib/Geometry/Manifold/VectorBundle/CovariantDerivative/Torsion.lean
Outdated
Show resolved
Hide resolved
Contributor
|
bors merge |
mathlib-bors bot
pushed a commit
that referenced
this pull request
Mar 18, 2026
We define the torsion tensor of an affine connection, i.e. a covariant derivative on the tangent bundle `TM` of some manifold `M`. Note that we intentionally do not define the torsion tensor for a connection on a set, as we don't know any actual application of that. (It is easy to add in the future, if need ever arises.) From the path towards the the Levi-Civita connection and Riemannian geometry. Co-authored-by: Heather Macbeth [25316162+hrmacbeth@users.noreply.github.com](mailto:25316162+hrmacbeth@users.noreply.github.com) Co-authored-by: Patrick Massot <patrickmassot@free.fr> Co-authored-by: Heather Macbeth <25316162+hrmacbeth@users.noreply.github.com>
Contributor
|
Pull request successfully merged into master. Build succeeded: |
justus-springer
pushed a commit
to justus-springer/mathlib4
that referenced
this pull request
Mar 28, 2026
We define the torsion tensor of an affine connection, i.e. a covariant derivative on the tangent bundle `TM` of some manifold `M`. Note that we intentionally do not define the torsion tensor for a connection on a set, as we don't know any actual application of that. (It is easy to add in the future, if need ever arises.) From the path towards the the Levi-Civita connection and Riemannian geometry. Co-authored-by: Heather Macbeth [25316162+hrmacbeth@users.noreply.github.com](mailto:25316162+hrmacbeth@users.noreply.github.com) Co-authored-by: Patrick Massot <patrickmassot@free.fr> Co-authored-by: Heather Macbeth <25316162+hrmacbeth@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
We define the torsion tensor of an affine connection, i.e. a covariant derivative on the tangent bundle
TMof some manifoldM. Note that we intentionally do not define the torsion tensor for a connection on a set, as we don't know any actual application of that. (It is easy to add in the future, if need ever arises.)From the path towards the the Levi-Civita connection and Riemannian geometry.
Co-authored-by: Heather Macbeth 25316162+hrmacbeth@users.noreply.github.com
Co-authored-by: Patrick Massot patrickmassot@free.fr