-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Topological structures on numfields #205
Conversation
3159f85
to
90cc8e8
Compare
I am not sure it is the problem, but I see one possible explanation: you are missing the closure under the join, e.g. solution to |
Would that be a way to resolve the rift between |
I do not think a new structure is necessary. But I could be wrong... but it's difficult to say until we check whether all the joins can be defined...
https://github.com/math-comp/math-comp/blob/master/mathcomp/field/fieldext.v#L10 |
2c5886e
to
a5f6075
Compare
PR math-comp/math-comp#591 reimplements the solution to the issue of ambiguous paths (math-comp/math-comp#546) using primitive class records. I suggest using the new one to work on this PR. If there is a problem, please let me know. |
db2628f
to
607dc6d
Compare
02447a1
to
7679f31
Compare
b603ca9
to
b3a6737
Compare
Yes ! I think this PR begins to look better. I moved your previous definitions at the end of I would be especially happy to have your opinion on these new definitions : should normedModType structures on |
@affeldt-aist The way I did it, taking |
It seems to be fixable by changing the |
Indeed, it was the same question. Thanks for your explanations. So we are ok for now, and wait for PR#275 to be merged to rebase.
|
I'm working on a fix for this PR. I suggest not to touch this branch until further notice so that we do not duplicate our efforts. |
I made some progress. See: https://github.com/pi8027/analysis/tree/numfield_topology. Here is the list of remaining issues I discovered:
|
Could you describe the changes you made to |
@mkerjean Since Coq gives precedence to the oldest coercion path between two coercion classes, the coercion from |
I will unlikely be able to make more progress until Feb 2. Also, I need feedback from Cyril to make more progress anyway. (No pressure intended.) |
The status of this PR could be discussed in the next Analysis meeting. I am waiting for it to be merged to rebase the PRs related to Hahn Banach, Banach Steinhauss and holomorpy on it. |
Ah sorry, I've been kind of busy... |
9a74605
to
3d0f1bf
Compare
Did you had a chance to merge your fork of the PR @pi8027 ? Should this branch be merged with master afterwards @CohenCyril ? See the todos from the last meeting. |
3d0f1bf
to
c9cd6ac
Compare
small questions about this PR:
|
I tried to reflect the changes in the changelog but I am not sure it is good enough. You may want to take a look at it. |
117615d
to
36d9d18
Compare
@pi8027 maybe we should put a date to the diagram to avoid any confusion, or do you have a more recent one? |
The LHS and RHS of
#205 (comment) is up to date. |
In the case you need the dot file, here it is: hierarchy.dot. |
I propose to create an issue for that and to merge this PR now. What do you think? @CohenCyril @pi8027 @mkerjean |
@affeldt-aist The module |
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.
Fine with me.
- Issue with harmonic Co-authored-by: Kazuhiko Sakaguchi <pi8027@gmail.com> Co-authored-by: Reynald Affeldt <reynald.affeldt@aist.go.jp>
- add inheritance diagram to readme
49b699a
to
b60e93d
Compare
This PR aims to get rid of the notation ^ o, by endowing any numFieldType with a canonical normedModType structure.