Skip to content
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

Closed ball #283

Merged
merged 3 commits into from
Jan 15, 2021
Merged

Closed ball #283

merged 3 commits into from
Jan 15, 2021

Conversation

mkerjean
Copy link
Collaborator

A theory of closed balls.

@affeldt-aist
Copy link
Member

note that PR #268 has been merged so that you can get rid of a few lemmas about closure after rebasing

@mkerjean mkerjean force-pushed the closed_ball branch 3 times, most recently from be41a50 to ec382ff Compare December 8, 2020 17:07
theories/normedtype.v Outdated Show resolved Hide resolved
theories/normedtype.v Outdated Show resolved Hide resolved
theories/normedtype.v Outdated Show resolved Hide resolved
theories/normedtype.v Outdated Show resolved Hide resolved
theories/normedtype.v Outdated Show resolved Hide resolved
theories/normedtype.v Outdated Show resolved Hide resolved
@mkerjean mkerjean force-pushed the closed_ball branch 2 times, most recently from 9dba2f4 to f09c592 Compare December 8, 2020 20:52
theories/normedtype.v Outdated Show resolved Hide resolved
theories/normedtype.v Outdated Show resolved Hide resolved
theories/normedtype.v Outdated Show resolved Hide resolved
theories/normedtype.v Outdated Show resolved Hide resolved
Co-Auhored-By: Théo Vignon

Co-Authored-By: Cyril Cohen <CohenCyril@users.noreply.github.com>

Co-Authored-By: Reynald Affeldt @affeldt-aist

Co-Authored-By: @pi8027
@mkerjean
Copy link
Collaborator Author

I addressed all your comments @CohenCyril. It could be ready to be merged - or maybe another look at the proofs is necessary.

- add changelog
- closed_neigh_ball' and closed_neigh_ball were the same lemmas so I removed the longer one
- minor proof compression and nitpicking
- rename closed_ball_int to interior_closed_ballE
  + because the _int suffix is maybe unclear
- move a piece of documentation in the header
@affeldt-aist
Copy link
Member

  • (TBA topology.v) means to be added to topology.v?
    • of course this can't be done right away because the lemmas here depend on ball_normE
    • I observe that nbhs0_lt and nbhs'0_lt could be specialized to V = K^o
  • naming suggestions:
    • closed_neigh_ball -> open_nbhs_closed_ball? (because we don't use the string "neigh")
    • sub_closed_ball -> closed_ball_subset? (I think that the full string "subset" is privileged)
    • ball_closed_ball -> subset_closed_ball? (might be easier to guess what the lemma provides)

Copy link
Member

@CohenCyril CohenCyril left a comment

Choose a reason for hiding this comment

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

Please update the changelog with the last renamings.
Aside from that we're good to go.

Copy link
Member

@CohenCyril CohenCyril left a comment

Choose a reason for hiding this comment

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

LGTM

@CohenCyril CohenCyril merged commit badb1d1 into master Jan 15, 2021
@affeldt-aist affeldt-aist deleted the closed_ball branch January 19, 2021 09:00
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