This repository has been archived by the owner on Jul 24, 2024. It is now read-only.
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.
feat(analysis/cauchy_equation): Add Cauchy's Functional Equation #12933
feat(analysis/cauchy_equation): Add Cauchy's Functional Equation #12933
Changes from 57 commits
63139ef
b675fb1
8ceb0a4
bebb1aa
c6dd872
0a7f643
0d9d525
e2aba3c
28c3450
c49f525
44409e5
128c15c
207fbe9
158c04b
7d6de09
1257029
e5d8c67
b82bf8f
1593475
29475c1
d4693d1
d9c3d89
64c8e5c
17940fc
5cd4d99
635b89a
50b9884
b01c2c0
e378c79
e669d36
5852e7c
2996a0e
e9cddf7
3eb1278
e251bac
0eed615
146f534
8b7883c
917db82
005050d
ac9635e
cbd54fc
2d15269
4172650
76e576a
fdf75cb
5a8e738
991838c
ba4c4d3
122c3b9
b5bc505
b23ea5c
47cdea2
5328524
43948c7
eb6b1e8
1e0e02b
92817ed
c17cdc9
6b4eb9d
a937abb
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is the right generality for this lemma? Probably, it's true at least for all finite dimensional real normed spaces.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you upgrade
f
to aℚ
-linear map, then you can uselinear_map.bound_of_shell
orlinear_map.bound_of_ball_bound
. Again, you can upgrade your lemma to a real TVS.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This lemma and most lemmas below are already in
mathlib
, aren't they?