Add massOn empty simp lemma#4
Merged
Xinze-Li-Moqian merged 1 commit intoMay 13, 2026
Merged
Conversation
Xinze-Li-Moqian
added a commit
that referenced
this pull request
May 13, 2026
…d + vanishing + eq_at Five new lemmas mirroring the Z-slot machinery for the first slot of riemannCurvature. The X-slot scalar Leibniz has clean cancellation (no h_interior required, no curvature correction): the Y(f) boundary contributions from the inner-section Leibniz pair against the Lie-bracket smul-Leibniz with opposite sign. * `riemannCurvature_smul_first_scalar_field`: R(f•X, Y) Z x = f x • R(X, Y) Z x * `riemannCurvature_add_first`: R(X+X', Y) Z = R(X, Y) Z + R(X', Y) Z * `riemannCurvature_eq_of_X_eventuallyEq`: X =ᶠ X' near x ⇒ R(X, Y) Z x = R(X', Y) Z x * `riemannCurvature_eq_zero_of_X_eq_zero_field`: X x = 0 ⇒ R(X, Y) Z x = 0 * `riemannCurvature_eq_of_X_eq_at`: X x = X' x ⇒ R(X, Y) Z x = R(X', Y) Z x Same chart-frame + bump + induction template as Z-slot vanishing, using `mlieBracket_smul_left` and `mlieBracket_add_left` for the direction-slot Leibniz rules. Item #4 in the Bochner closure plan (Z-slot chain #1-#3 already landed).
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.
Summary
Adds a small localized-mass API lemma for varifolds:
@[simp] theorem Varifold.massOn_emptyVarifold.massOn_univtheorem as@[simp]This is a small follow-up to the zero-varifold API and makes
massOnnormalize on the two basic sets.Validation
lake build OpenGALib.GeometricMeasureTheory.Varifoldlake build