Skip to content

Conversation

@Tragicus
Copy link
Collaborator

Continuity of linear functions in finite dimension

Motivation for this change
Checklist
  • added corresponding entries in CHANGELOG_UNRELEASED.md
  • added corresponding documentation in the headers

Reference: How to document

Merge policy

As a rule of thumb:

  • PRs with several commits that make sense individually and that
    all compile are preferentially merged into master.
  • PRs with disorganized commits are very likely to be squash-rebased.
Reminder to reviewers

@CohenCyril
Copy link
Member

@mkerjean FYI

Let V' := @fullv _ V.
Hypothesis (Bbasis : basis_of V' B).

Definition oo_norm x := \big[Order.max/0]_(i < \dim V') `|coord B i x|.
Copy link
Member

Choose a reason for hiding this comment

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

Is it really a good name? Because it is a bit like using a notation inside an identifier, also we have been using oo to mean "open-open" in MathComp (when talking about intervals). What about infty_norm? (like in LaTeX). Possibly coupling it with a notation using +oo in some way.

Copy link
Member

Choose a reason for hiding this comment

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

max_norm is maybe also an option

@affeldt-aist affeldt-aist self-requested a review September 24, 2025 09:04
Comment on lines 2204 to 2208
Lemma equivalence_norms (N : V -> R) :
N 0 = 0 -> (forall x, 0 <= N x) -> (forall x, N x = 0 -> x = 0) ->
(forall x y, N (x + y) <= N x + N y) ->
(forall r x, N (r *: x) = `|r| * N x) ->
exists M, 0 < M /\ forall x : Voo, `|x| <= M * N x /\ N x <= M * `|x|.
Copy link
Member

@CohenCyril CohenCyril Oct 16, 2025

Choose a reason for hiding this comment

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

I think this deserve an abstraction of norm and an abstraction of norm comparison :)

@affeldt-aist affeldt-aist added this to the 1.15.0 milestone Nov 4, 2025
@affeldt-aist
Copy link
Member

99d840c is just a linting commit

@affeldt-aist
Copy link
Member

I was also wondering whether we should not try to extract the lemmas about bigmax (of non-negative terms using 0 as the default element) or try to use bigmax with {nonneg _} because I know of at least to other PRs that are using the same elements (to deal with mx_norm or with variations of functions).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants