[Merged by Bors] - feat: sum of a locally finite collection of C^n sections is C^n#27349
[Merged by Bors] - feat: sum of a locally finite collection of C^n sections is C^n#27349grunweg wants to merge 3 commits intoleanprover-community:masterfrom
Conversation
PR summary f1a92a38b2Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
| /-- The sum of a locally finite collection of sections is `C^k` iff each section is. | ||
| Version at a point within a set. -/ | ||
| lemma ContMDiffWithinAt.sum_section_of_locallyFinite {ι : Type*} {t : ι → (x : M) → V x} | ||
| (ht : LocallyFinite fun i ↦ {x : M | t i x ≠ 0}) |
There was a problem hiding this comment.
could you use support (t i) instead, here and below?
There was a problem hiding this comment.
That was the first thing I tried --- it doesn't work since t i is a dependent function.
|
✌️ grunweg can now approve this pull request. To approve and merge a pull request, simply reply with |
|
Thanks for the quick review! |
This can be used to golf #26875 (and is nice API anyway). As such, it is necessary to prove the existence of a Riemannian metric (hence of a Levi-Civita connection). One could say it's on the path towards the Levi-Civita connection.
|
Pull request successfully merged into master. Build succeeded: |
…prover-community#27349) This can be used to golf leanprover-community#26875 (and is nice API anyway). As such, it is necessary to prove the existence of a Riemannian metric (hence of a Levi-Civita connection). One could say it's on the path towards the Levi-Civita connection.
…prover-community#27349) This can be used to golf leanprover-community#26875 (and is nice API anyway). As such, it is necessary to prove the existence of a Riemannian metric (hence of a Levi-Civita connection). One could say it's on the path towards the Levi-Civita connection.
This may seem redundant in light of #27349, but is not: `finsum`s are more convenient for use with partitions of unity: when using them for constructing new objects, one takes a convex combination
…prover-community#27349) This can be used to golf leanprover-community#26875 (and is nice API anyway). As such, it is necessary to prove the existence of a Riemannian metric (hence of a Levi-Civita connection). One could say it's on the path towards the Levi-Civita connection.
…unity#28048) This may seem redundant in light of leanprover-community#27349, but is not: `finsum`s are more convenient for use with partitions of unity: when using them for constructing new objects, one takes a convex combination
…unity#28048) This may seem redundant in light of leanprover-community#27349, but is not: `finsum`s are more convenient for use with partitions of unity: when using them for constructing new objects, one takes a convex combination
…unity#28048) This may seem redundant in light of leanprover-community#27349, but is not: `finsum`s are more convenient for use with partitions of unity: when using them for constructing new objects, one takes a convex combination
This can be used to golf #26875 (and is nice API anyway).
As such, it is necessary to prove the existence of a Riemannian metric (hence of a Levi-Civita connection).
One could say it's on the path towards the Levi-Civita connection.