diff --git a/backlog/gself-pow-five-add-pow-four.md b/backlog/gself-pow-five-add-pow-four.md new file mode 100644 index 000000000..7a57a9956 --- /dev/null +++ b/backlog/gself-pow-five-add-pow-four.md @@ -0,0 +1,7 @@ +# gself-pow-five-add-pow-four + +n to the 1 divides n to the 5 plus n to the 4. + +- **Source:** self-seeded polynomial-divisibility identity family. +- **Reference:** n to the 1 divides n to the 5 plus n to the 4. Provable by exhibiting the cofactor and `ring`. +- **Difficulty:** 1 diff --git a/goals/gself-pow-five-add-pow-four.aisp b/goals/gself-pow-five-add-pow-four.aisp new file mode 100644 index 000000000..d22084b66 --- /dev/null +++ b/goals/gself-pow-five-add-pow-four.aisp @@ -0,0 +1,20 @@ +𝔸5.1.goal.gself-pow-five-add-pow-four@2026-06-17 +γ≔unsorry.goal +⟦Ω:Goal⟧{ + id≜gself-pow-five-add-pow-four + phase≜prove + status≜proved + difficulty≜1 +} +⟦Σ:Source⟧{ + src≜backlog/gself-pow-five-add-pow-four.md +} +⟦Γ:Deps⟧{ + deps≜⟨⟩ +} +⟦Λ:Artifact⟧{ + lean≜goals/gself-pow-five-add-pow-four.lean + sha≜d17a8209096a5a29d584bbd1cb8842adaa7e4f9e1239b6f2990a86a6a1f12d0d + aff≜0 +} +⟦Ε⟧⟨δ≜0.60;τ≜◊⁺⟩ diff --git a/goals/gself-pow-five-add-pow-four.lean b/goals/gself-pow-five-add-pow-four.lean new file mode 100644 index 000000000..d75733906 --- /dev/null +++ b/goals/gself-pow-five-add-pow-four.lean @@ -0,0 +1,4 @@ +import Mathlib + +theorem gself_pow_five_add_pow_four (n : ℤ) : (n) ∣ (n^5 + n^4) := by + sorry diff --git a/library/Unsorry/GselfPowFiveAddPowFour.lean b/library/Unsorry/GselfPowFiveAddPowFour.lean new file mode 100644 index 000000000..ee92df6ba --- /dev/null +++ b/library/Unsorry/GselfPowFiveAddPowFour.lean @@ -0,0 +1,4 @@ +import Mathlib + +theorem gself_pow_five_add_pow_four (n : ℤ) : (n) ∣ (n^5 + n^4) := by + exact ⟨n^4 + n^3, by ring⟩ diff --git a/library/index/d17a8209096a5a29d584bbd1cb8842adaa7e4f9e1239b6f2990a86a6a1f12d0d.aisp b/library/index/d17a8209096a5a29d584bbd1cb8842adaa7e4f9e1239b6f2990a86a6a1f12d0d.aisp new file mode 100644 index 000000000..9a5e5d324 --- /dev/null +++ b/library/index/d17a8209096a5a29d584bbd1cb8842adaa7e4f9e1239b6f2990a86a6a1f12d0d.aisp @@ -0,0 +1,8 @@ +𝔸5.1.lemma.d17a8209096a@2026-06-17 +γ≔unsorry.lemma.index +⟦Ω:Lemma⟧{sha≜d17a8209096a5a29d584bbd1cb8842adaa7e4f9e1239b6f2990a86a6a1f12d0d; goal≜gself-pow-five-add-pow-four; name≜gself_pow_five_add_pow_four} +⟦Σ:Source⟧{src≜goals/gself-pow-five-add-pow-four.lean} +⟦Γ:Tags⟧{tags≜⟨⟩} +⟦Λ:Meta⟧{use≜0; aff≜0} +⟦Π:Provenance⟧{solver≜ohdearquant; agent≜mac-158f; provider≜claude; model≜template-ring-cofactor; attempts≜1} +⟦Ε⟧⟨δ≜0.60;τ≜◊⁺⟩ diff --git a/proof-runs/gself-pow-five-add-pow-four.mac-158f.20260617t182352074182z-268ba4b9.aisp b/proof-runs/gself-pow-five-add-pow-four.mac-158f.20260617t182352074182z-268ba4b9.aisp new file mode 100644 index 000000000..86d36a366 --- /dev/null +++ b/proof-runs/gself-pow-five-add-pow-four.mac-158f.20260617t182352074182z-268ba4b9.aisp @@ -0,0 +1,8 @@ +𝔸5.1.run.gself-pow-five-add-pow-four.mac-158f.20260617t182352074182z-268ba4b9@2026-06-17 +γ≔unsorry.proof.run +⟦Ω:Run⟧{id≜20260617t182352074182z-268ba4b9; goal≜gself-pow-five-add-pow-four; agent≜mac-158f; outcome≜proved} +⟦Π:Provenance⟧{solver≜ohdearquant; provider≜claude; model≜template-ring-cofactor} +⟦Γ:Goal⟧{goal≜gself-pow-five-add-pow-four} +⟦Λ:Metrics⟧{attempts≜1; solve_s≜0; ended≜2026-06-17T18:23:52Z} +⟦Σ:Artifact⟧{sha≜d17a8209096a5a29d584bbd1cb8842adaa7e4f9e1239b6f2990a86a6a1f12d0d} +⟦Ε⟧⟨δ≜0.60;τ≜◊⁺⟩