-
Notifications
You must be signed in to change notification settings - Fork 380
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
feat: Fin.init and Fin.tail are continuous #22550
base: master
Are you sure you want to change the base?
Conversation
PR summary d40c80aac1Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
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.
Thanks, this now looks good. I found some alternative proofs using Pi.precomp_continuous
, but they're not really any shorter than these.
Could you add a sentence in the PR description explaining what you were doing when you needed these?
Sure! |
I needed the continuity of
Fin.init
for the inductive CW structure on the sphere. There the inverses of the characteristic maps are just the projections of the upper and lower hemisphere onto the obvious hyperplane. It was easiest to useFin.init
for this.