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

UnderlyingMorphism for lazy slice is broken #19

Open
zickgraf opened this issue Oct 12, 2021 · 2 comments
Open

UnderlyingMorphism for lazy slice is broken #19

zickgraf opened this issue Oct 12, 2021 · 2 comments

Comments

@zickgraf
Copy link
Member

in two ways:

a) it assumes that the ambient category can compute ProjectionOfBiasedWeakFiberProduct:

return PreCompose( ProjectionOfBiasedWeakFiberProduct( I, J ), I );

b) it returns an object in the slice category instead of a morphism in the ambient category:
return AsSliceCategoryCell( Iterated( L, morphism_from_biased_weak_fiber_product_to_sink ), CapCategory( a ) );

@mohamed-barakat
Copy link
Member

I this resolved now?

@zickgraf
Copy link
Member Author

No: there is no clear solution for a) (should lazy slice categories only be allowed to be constructed if the ambient category can compute ProjectionOfBiasedWeakFiberProduct?) and neither a) nor b) are covered by tests -> I do not want to touch them.

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

No branches or pull requests

2 participants