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

Unions of subsets of a fixed open set X are not known to be subsets of X #30401

Closed
tscrim opened this issue Aug 20, 2020 · 8 comments
Closed

Comments

@tscrim
Copy link
Collaborator

tscrim commented Aug 20, 2020

See the following:

sage: T = Manifold(2, 'T', start_index=1)
sage: U0 = T.open_subset("U0", latex_name="U_0")
sage: Uh = T.open_subset("Uh", latex_name="U_h")
sage: T.declare_union(U0, Uh)
sage: I0h = U0.intersection(Uh, name="I0h", latex_name="I_{0h}")
sage: X1 = I0h.open_subset('X1', "X_1")
sage: X2 = I0h.open_subset('X2', "X_2")
sage: X3 = I0h.open_subset('X3', "X_3")
sage: X1.union(X2).is_subset(I0h)
False

This means I cannot declare I0h as the union of 3 subsets.

CC: @egourgoulhon @mjungmath

Component: manifolds

Author: Eric Gourgoulhon

Branch/Commit: bbe5d11

Reviewer: Travis Scrimshaw

Issue created by migration from https://trac.sagemath.org/ticket/30401

@tscrim tscrim added this to the sage-9.2 milestone Aug 20, 2020
@egourgoulhon
Copy link
Member

Commit: bbe5d11

@egourgoulhon
Copy link
Member

New commits:

bbe5d11Fix bug in union of manifold subsets (Trac #30401)

@egourgoulhon
Copy link
Member

Branch: public/manifolds/union_subsets_30401

@egourgoulhon
Copy link
Member

Author: Eric Gourgoulhon

@tscrim
Copy link
Collaborator Author

tscrim commented Aug 26, 2020

Reviewer: Travis Scrimshaw

@tscrim
Copy link
Collaborator Author

tscrim commented Aug 26, 2020

comment:3

Thank you.

@egourgoulhon
Copy link
Member

comment:4

Thanks for having reported the bug and performed the review.

@vbraun
Copy link
Member

vbraun commented Sep 6, 2020

Changed branch from public/manifolds/union_subsets_30401 to bbe5d11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants