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

MaxZX #1167

Draft
wants to merge 7 commits into
base: master
Choose a base branch
from
Draft

MaxZX #1167

wants to merge 7 commits into from

Conversation

FranziskusWiesnet
Copy link

This should become a constructive Characterisation of the explicit maximal ideals in Z[X]

; isCommRing = isCommRingℤ
}

ℤCommRing : CommRing Agda.Primitive.lzero
Copy link
Collaborator

Choose a reason for hiding this comment

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

That is already in Cubical.Algebra.CommRing.Instances.Int


ℤ[X]CommRing : CommRing Agda.Primitive.lzero
ℤ[X]CommRing = record
{ fst = Poly ℤCommRing
Copy link
Collaborator

Choose a reason for hiding this comment

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

Cubical.Algebra.CommRing.Instances.Polynomials.UnivariatePolyList should be used.



data 𝕌 : Set where
u : 𝕌
Copy link
Collaborator

Choose a reason for hiding this comment

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

Type should be used instead of Set

; isCommRing = isCommRingℤ[X]
}

ℤ[X]CommRing : CommRing Agda.Primitive.lzero
Copy link
Collaborator

Choose a reason for hiding this comment

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

ℓ-zero should be used instead of Agda.Primitive.lzero

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