Skip to content

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