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

Gysin #965

Merged
merged 15 commits into from
Sep 25, 2023
Merged

Gysin #965

merged 15 commits into from
Sep 25, 2023

Conversation

aljungstrom
Copy link
Contributor

The Thom isomorphism and Gysin sequence for cohomology with coefficients in a commutative ring.

Depends on #955 and #954.

@aljungstrom aljungstrom marked this pull request as draft December 8, 2022 14:47
@aljungstrom
Copy link
Contributor Author

some assumptions can be weakened. Converting to draft for now

@aljungstrom aljungstrom marked this pull request as ready for review January 12, 2023 16:32
@aljungstrom aljungstrom marked this pull request as draft January 12, 2023 16:32
# Conflicts:
#	Cubical/Cohomology/EilenbergMacLane/Base.agda
#	Cubical/Cohomology/EilenbergMacLane/EilenbergSteenrod.agda
@aljungstrom aljungstrom marked this pull request as ready for review September 25, 2023 07:31
Copy link
Collaborator

@mortberg mortberg left a comment

Choose a reason for hiding this comment

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

Great stuff! Only some small requests for changes

substIso B p = pathToIso (cong B p)

substEquiv' : ∀ {ℓ ℓ'} {A : Type ℓ} (B : A → Type ℓ') {x y : A} (p : x ≡ y) → B x ≃ B y
substEquiv' B p = isoToEquiv (substIso B p)
Copy link
Collaborator

Choose a reason for hiding this comment

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

This seems like a roundabout way to define this? Can't you use the one without the prime that's already in the library?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I don't remember why I need this but I can imagine a it being more useful than the one already in the lib. The one in the lib doesn't have an explicitly defined inverse (it's an isEquiv proof by J) which I want to remember was causing issues. But maybe I could add a comment?

Copy link
Collaborator

Choose a reason for hiding this comment

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

A comment would be good

Copy link
Collaborator

Choose a reason for hiding this comment

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

I seem to recall that we had different proofs of this before...

Copy link
Collaborator

Choose a reason for hiding this comment

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

So maybe move it so that it's next to substEquiv and add a comment explaining that the inverse gets more direct this way

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Couldn't move it next to it due to it needing pathToIso, but I added a comment.

Cubical/Cohomology/EilenbergMacLane/Gysin.agda Outdated Show resolved Hide resolved
Cubical/Cohomology/EilenbergMacLane/Gysin.agda Outdated Show resolved Hide resolved
Cubical/Cohomology/EilenbergMacLane/Gysin.agda Outdated Show resolved Hide resolved
Copy link
Collaborator

@mortberg mortberg left a comment

Choose a reason for hiding this comment

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

Two small things left to fix

substIso B p = pathToIso (cong B p)

substEquiv' : ∀ {ℓ ℓ'} {A : Type ℓ} (B : A → Type ℓ') {x y : A} (p : x ≡ y) → B x ≃ B y
substEquiv' B p = isoToEquiv (substIso B p)
Copy link
Collaborator

Choose a reason for hiding this comment

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

So maybe move it so that it's next to substEquiv and add a comment explaining that the inverse gets more direct this way

Cubical/Cohomology/EilenbergMacLane/Gysin.agda Outdated Show resolved Hide resolved
@aljungstrom
Copy link
Contributor Author

Should be ok now @mortberg

@mortberg
Copy link
Collaborator

Great! Will merge once the CI is happy

@mortberg mortberg merged commit 0fc4a15 into agda:master Sep 25, 2023
1 check passed
LuuBluum pushed a commit to LuuBluum/cubical that referenced this pull request Oct 29, 2023
* done

* stuff

* almost

* done (not clean)

* done

* generalisation

* minor

* changes

* minor

* Update Cubical/Foundations/Transport.agda

---------

Co-authored-by: Anders Mörtberg <[email protected]>
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.

2 participants