Skip to content

feat(Analysis/Normed): mapping a ball with smul#39160

Open
wwylele wants to merge 1 commit into
leanprover-community:masterfrom
wwylele:smul-ball
Open

feat(Analysis/Normed): mapping a ball with smul#39160
wwylele wants to merge 1 commit into
leanprover-community:masterfrom
wwylele:smul-ball

Conversation

@wwylele
Copy link
Copy Markdown
Collaborator

@wwylele wwylele commented May 11, 2026


Open in Gitpod

@wwylele wwylele requested a review from Copilot May 11, 2026 01:22
@github-actions github-actions Bot added the t-analysis Analysis (normed *, calculus) label May 11, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 11, 2026

PR summary 090daf0bfb

Import changes for modified files

No significant changes to the import graph

Import changes for all files
Files Import difference

Declarations diff

+ Metric.smul_image_ball
+ Metric.smul_image_closedBall
+ Metric.smul_image_sphere

You can run this locally as follows
## from your `mathlib4` directory:
git clone https://github.com/leanprover-community/mathlib-ci.git ../mathlib-ci

## summary with just the declaration names:
../mathlib-ci/scripts/pr_summary/declarations_diff.sh <optional_commit>

## more verbose report:
../mathlib-ci/scripts/pr_summary/declarations_diff.sh long <optional_commit>

The doc-module for scripts/pr_summary/declarations_diff.sh in the mathlib-ci repository contains some details about this script.


No changes to strong technical debt.
No changes to weak technical debt.

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds lemmas in Mathlib/Analysis/Normed/MulAction.lean describing how scalar multiplication by a nonzero real number maps metric balls, closed balls, and spheres in a seminormed real module equipped with NormSMulClass.

Changes:

  • Add Metric.smul_image_ball identifying (s • ·) '' Metric.ball x ε with a ball of radius |s| * ε.
  • Add Metric.smul_image_closedBall identifying (s • ·) '' Metric.closedBall x ε with a closed ball of radius |s| * ε.
  • Add Metric.smul_image_sphere identifying (s • ·) '' Metric.sphere x ε with a sphere of radius |s| * ε.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread Mathlib/Analysis/Normed/MulAction.lean
Comment thread Mathlib/Analysis/Normed/MulAction.lean Outdated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

t-analysis Analysis (normed *, calculus)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants