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

Define spectra #589

Merged
merged 15 commits into from
Oct 22, 2021
Merged

Define spectra #589

merged 15 commits into from
Oct 22, 2021

Conversation

felixwellen
Copy link
Collaborator

This PR defines basic notions to work with spectra in the sense of homotopy theory.

@felixwellen felixwellen marked this pull request as ready for review August 12, 2021 08:00
@felixwellen felixwellen mentioned this pull request Aug 12, 2021
Comment on lines 53 to 54
map : (n : ℕ) → _
map n = (λ a → merid a ∙ merid (pt (space n)) ⁻¹) , rCancel (merid (pt (space n)))
Copy link
Collaborator

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?

Copy link
Collaborator Author

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...

Copy link
Collaborator Author

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.

Copy link
Collaborator

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.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure!

@ecavallo ecavallo merged commit e873354 into agda:master Oct 22, 2021
@felixwellen felixwellen deleted the define-spectra branch October 22, 2021 12:00
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

Successfully merging this pull request may close these issues.

None yet

2 participants