feat: the limit of the norm of the evaluation of f at any increasing approximate unit is the norm of f#77
Merged
themathqueen merged 17 commits intomasterfrom Mar 23, 2026
Conversation
themathqueen
commented
Mar 22, 2026
| refine CStarAlgebra.norm_le_norm_of_nonneg_of_le (f.map_nonneg (star_mul_self_nonneg _)) ?_ | ||
| exact f.mono <| hx1.star_eq.symm ▸ CStarAlgebra.mul_self_le_of_nonneg_of_norm_le_one hx1 hx2 | ||
| conv_lhs => rw [← hx1.star_eq] | ||
| grw [cauchy_schwarz_star_mul f x a, mul_pow, Real.sq_sqrt (norm_nonneg _), |
Collaborator
Author
There was a problem hiding this comment.
Note: cauchy_schwarz_foo is probably not a great name? Could be an abbreviation though for discoverability?
themathqueen
commented
Mar 22, 2026
| have h2 : ∀ᶠ x in l, ‖(f : A →L[ℂ] ℂ)‖ - ε / 2 < ‖f x‖ := by | ||
| obtain ⟨_, ⟨a, ha1, rfl⟩, ha2⟩ := exists_lt_of_lt_csSup (b := ‖(f : A →L[ℂ] ℂ)‖ - ε / 4) | ||
| ((Metric.nonempty_closedBall (x := 0).mpr zero_le_one).image (‖f ·‖)) | ||
| (by grind [f.toContinuousLinearMap.sSup_unitClosedBall_eq_norm]) |
Collaborator
Author
There was a problem hiding this comment.
Important note: in Mathlib, unitClosedBall is used. So we should change all forms of closedUnitBall in LeanOA to that.
I think closedBall 0 1 should be an abbreviation since it's used a lot, it would at least allow for consistent naming.
j-loreaux
reviewed
Mar 22, 2026
LeanOA/Mathlib/Analysis/CStarAlgebra/ContinuousFunctionalCalculus/Order.lean
Outdated
Show resolved
Hide resolved
Comment on lines
+105
to
+107
| theorem tendsto_isIncreasingApproximateUnit_nhds_opNorm {A : Type*} [NonUnitalCStarAlgebra A] | ||
| [PartialOrder A] [StarOrderedRing A] (f : A →ₚ[ℂ] ℂ) {l : Filter A} | ||
| (hl : l.IsIncreasingApproximateUnit) : l.Tendsto (‖f ·‖) (𝓝 ‖(f : A →L[ℂ] ℂ)‖) := by |
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.
No description provided.