Rabin's irreducibility test for polynomials over finite fields#153
Merged
Conversation
finite fields. The development, both statements and proofs, was
entirely written by Claude Code (Opus 4.6, running on AWS Bedrock). A
few lemmas have been slightly tweaked manually and placed in the ring
theory file, since they seem more broadly applicable:
POLY_DEG_1_IMP_IRREDUCIBLE
POLY_DEG_EQ_0_UNIT
POLY_DEG_UNIT
RING_DIVIDES_SUB_POW
RING_PRODUCT_CONST
RING_PRODUCT_LMUL
RING_SUB_TELESCOPE
These are the theorems in the main Library/rabin_test.ml file
culminating in RABIN_IRREDUCIBILITY_TEST:
FIELD_NONZERO_PRODUCT_PERMUTE
FIELD_ROOTS_BOUND
FINITE_FIELD_ELEMENT_POW
FINITE_FIELD_POW_ITERATE
ING_DIVIDES_POW_ITERATE
IRREDUCIBLE_DIVIDES_DEGREE
IRREDUCIBLE_DIVIDES_DEGREE_BOUND
IRREDUCIBLE_DIVIDES_XQ_MINUS_X
IRREDUCIBLE_DIVIDES_XQ_MINUS_X_GEN
IRRED_DIVIDES_POLY_EVAL_MINUS
POLY_NONUNIT_DEGREE_GE_1
QUOTIENT_POLY_RING_FINITE_CARD
RABIN_IRREDUCIBILITY_NECESSARY
RABIN_IRREDUCIBILITY_SUFFICIENT
RABIN_IRREDUCIBILITY_TEST
RING_DIVIDES_REDUCE
RING_ENDOMORPHISM_FROBENIUS_ITERATE
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.