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

propose better names for the Uniform mixin #867

Closed
affeldt-aist opened this issue Mar 3, 2023 · 0 comments · Fixed by #874
Closed

propose better names for the Uniform mixin #867

affeldt-aist opened this issue Mar 3, 2023 · 0 comments · Fixed by #874
Labels
renaming/refactoring 🔧 This is about a renaming or refactoring in the library

Comments

@affeldt-aist
Copy link
Member

analysis/theories/topology.v

Lines 3788 to 3792 in 0e392b5

ax1 : Filter entourage ;
ax2 : forall A, entourage A -> [set xy | xy.1 = xy.2] `<=` A ;
ax3 : forall A, entourage A -> entourage (A^-1)%classic ;
ax4 : forall A, entourage A -> exists2 B, entourage B & B \; B `<=` A ;
ax5 : nbhs = nbhs_ entourage

@affeldt-aist affeldt-aist mentioned this issue Mar 14, 2023
2 tasks
@affeldt-aist affeldt-aist added the renaming/refactoring 🔧 This is about a renaming or refactoring in the library label Mar 15, 2023
proux01 pushed a commit that referenced this issue Mar 29, 2023
- fixes #866
- fixes #867
- fixes #868
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
renaming/refactoring 🔧 This is about a renaming or refactoring in the library
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant