fix(meta): cayley-hamilton-minpoly-oq-04 register Backward orphan#21910
Merged
rjwalters merged 1 commit intoJun 1, 2026
Merged
Conversation
Register Proofs/CayleyHamiltonMinpolyOQ04Backward.lean (480 LOC, 0 sorries) as an additionalFile for the cayley-hamilton-minpoly-oq-04 slug. The file was an unregistered orphan; only its Aristotle companion was previously registered. Both fields updated per the mirror convention (PRs #21818 / #21816 / #21817 / #21819 / #21829 / #21831 / #21835 / #21836 / #21838 / #21893 / #21894 / #21895 / #21897 / #21899 / #21901 / #21903 / #21904).
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.
Fix
Register
Proofs/CayleyHamiltonMinpolyOQ04Backward.lean(480 LOC, 1 sorry, 0 axioms) as anadditionalFilefor thecayley-hamilton-minpoly-oq-04slug. The file was an unregistered orphan; only its Aristotle companion (...BackwardAristotle.lean) was previously registered.Evidence
Before — both
meta.additionalFilesandleanFile.additionalFileslisted only the Aristotle companion:After — both fields list both companions:
Provenance —
CayleyHamiltonMinpolyOQ04Backward.leandeclares itself the Backward Direction: Nonderogatory → Cyclic Vector (Infinite Fields) continuation ofcayley-hamilton-minpoly-oq-04. From its docstring:It implements the third of the three approaches listed in the slug's
keyInsights[4]("union of proper subspaces (infinite fields only)").Sorry/axiom disclosure — the file contains 1
sorry(line 372,nonderogatory_has_cyclic_vector_infinite) — an API integration issue withMathlib.RingTheory.UniqueFactorizationDomain.Basic(whose import breaksDecidableEqresolution in the rest of the file). The mathematical proof is documented in the surrounding comments. 8 supporting lemmas are fully proved (e.g.aeval_ne_zero_of_ne_zero,not_union_proper_subspaces,powers_linearIndependent,gcd_aeval_mulVec_eq_zero).This registration does not alter the primary file (
Proofs/CayleyHamiltonMinpolyOQ04.lean, 316 LOC, 0 sorries, 1 axiom) and its top-levelmeta.sorries: 0/meta.axiomCount: 1claims remain accurate for the canonical proof. Auditor scansproofRepoPathby default; the companion's sorry remains separately tracked.Both fields updated together per the mirror convention (PRs #21818 / #21816 / #21817 / #21819 / #21829 / #21831 / #21835 / #21836 / #21838 / #21893 / #21894 / #21895 / #21897 / #21899 / #21901 / #21903 / #21904).
Automated fix by lean-mechanic agent.