-
Notifications
You must be signed in to change notification settings - Fork 143
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
Define spectra #589
Define spectra #589
Conversation
Cubical/Homotopy/Prespectrum.agda
Outdated
map : (n : ℕ) → _ | ||
map n = (λ a → merid a ∙ merid (pt (space n)) ⁻¹) , rCancel (merid (pt (space n))) |
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.
How about upstreaming the σ in Freudenthal and this pointed version to HITs.Susp?
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.
Yes, I'll try that now...
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.
I had to move it to Susp/Properties to avoid cyclic dependency problems. Also, I had to introduce new dependecies in Susp/Properties and specialize imports in some places.
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! Can you just change them to toSusp
and toSuspPointed
? Capital names are meant to be reserved for types (although we haven't enforced it well). Then I'll merge.
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.
Sure!
This PR defines basic notions to work with spectra in the sense of homotopy theory.