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

Zariski coverage on CommRing^op #1082

Merged
merged 43 commits into from
Feb 7, 2024
Merged

Zariski coverage on CommRing^op #1082

merged 43 commits into from
Feb 7, 2024

Conversation

mzeuner
Copy link
Contributor

@mzeuner mzeuner commented Dec 1, 2023

Finishing the draft PR (#1081) with @MatthiasHu.

mzeuner added 30 commits August 23, 2021 19:44
module AU = A.UniversalProp
module BU = B.UniversalProp

ψ : (i : Fin (um .n)) → CommRingHom A.R[1/ um .f i ]AsCommRing B.R[1/ φ $r um .f i ]AsCommRing
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Unfortunately, --lossy-unification is needed to both show that ψ has the above type and fills the goal where it's used. I tried to play around with opaque, but to no avail.

Any ideas anyone?

Copy link
Contributor

Choose a reason for hiding this comment

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

I think the solution should be to make the operation R[1/_]AsCommRing opaque. But I don't have the energy to actually carry that out, it is used in too many places.

@mzeuner mzeuner mentioned this pull request Feb 1, 2024
Copy link
Contributor

@MatthiasHu MatthiasHu left a comment

Choose a reason for hiding this comment

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

This PR is ready to be merged.

module AU = A.UniversalProp
module BU = B.UniversalProp

ψ : (i : Fin (um .n)) → CommRingHom A.R[1/ um .f i ]AsCommRing B.R[1/ φ $r um .f i ]AsCommRing
Copy link
Contributor

Choose a reason for hiding this comment

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

I think the solution should be to make the operation R[1/_]AsCommRing opaque. But I don't have the energy to actually carry that out, it is used in too many places.

@mortberg mortberg merged commit cbb8351 into agda:master Feb 7, 2024
1 check passed
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.

3 participants