Partial completion of #855#1203
Conversation
|
Thank you for this PR, which will now be reviewed. If you are submitting to ./PhyslibAlpha there will be a lighter review process, If you want to bring attention to this PR, please write a message on this |
jstoobysmith
left a comment
There was a problem hiding this comment.
One small comment about vadd results. I will add awaiting-author label. Please can you comment with -awaiting-author when responded (helps with review organization).
There was a problem hiding this comment.
Not clear to me why these lemmas in this file are needed.
There was a problem hiding this comment.
Hi @jstoobysmith ! Agreed - added more a draft ones rather then real closing for the second thing. I'll address it in a full API way in a separate PR later. In this one - removed those.
|
-awaiting-author |
Addresses #855
Added Time.manifoldDeriv in SpaceAndTime/Time/Derivatives.lean: the derivative of a function from Time to a manifold, valued in the tangent space.
Added Time.manifoldDeriv_eq, Time.deriv_eq_mfderiv, Time.deriv_eq_manifoldDeriv, and Time.manifoldDeriv_const in SpaceAndTime/Time/Derivatives.lean: basic API relating manifoldDeriv to mfderiv and to the existing Time.deriv for normed-space targets.