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

add in_nearW #1332

Merged
merged 3 commits into from
Oct 1, 2024
Merged

Conversation

IshiguroYoshihiro
Copy link
Contributor

Motivation for this change

add lemma which is {in S, ...} version of nearW for topologicalType and open set S.

this lemma is used in other my work (#1294 )

Checklist
  • added corresponding entries in CHANGELOG_UNRELEASED.md
  • added corresponding documentation in the headers

Reference: How to document

Reminder to reviewers

Copy link
Contributor

@zstone1 zstone1 left a comment

Choose a reason for hiding this comment

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

Small clean up. Otherwise looks good

@@ -7176,3 +7176,13 @@ Qed.
Local Close Scope relation_scope.

#[global] Hint Resolve uniform_regular : core.

Lemma in_nearW (R : topologicalType) (P : R -> Prop) (S : set R) :
@open R^o S ->
Copy link
Contributor

Choose a reason for hiding this comment

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

I think the R^o is unnecessary here.

@affeldt-aist affeldt-aist merged commit 15bd3e9 into math-comp:master Oct 1, 2024
14 of 17 checks passed
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