-
Notifications
You must be signed in to change notification settings - Fork 382
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
[Merged by Bors] - feat(LocallyConvex): add isVonNBounded_union
etc
#14275
Conversation
urkud
commented
Jun 30, 2024
PR summary 94144aad12Import changesNo significant changes to the import graph
|
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.
bors d+
@@ -92,11 +92,19 @@ theorem IsVonNBounded.subset {s₁ s₂ : Set E} (h : s₁ ⊆ s₂) (hs₂ : Is | |||
IsVonNBounded 𝕜 s₁ := fun _ hV => (hs₂ hV).mono_right h | |||
#align bornology.is_vonN_bounded.subset Bornology.IsVonNBounded.subset | |||
|
|||
@[simp] | |||
theorem isVonNBounded_union {s t : Set E} : |
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.
Can you add the iUnion
version too (we already have absorbs_iUnion
)? Don't forget to ensure the index is in Sort
not Type
!
✌️ urkud can now approve this pull request. To approve and merge a pull request, simply reply with |
isVonNBounded_union
etcisVonNBounded_union
etc
As this PR is labelled bors merge |
Pull request successfully merged into master. Build succeeded: |
isVonNBounded_union
etcisVonNBounded_union
etc