Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions backlog/gself-pow-six-add-pow-one.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# gself-pow-six-add-pow-one

n to the 1 divides n to the 6 plus n to the 1.

- **Source:** self-seeded polynomial-divisibility identity family.
- **Reference:** n to the 1 divides n to the 6 plus n to the 1. Provable by exhibiting the cofactor and `ring`.
- **Difficulty:** 1
20 changes: 20 additions & 0 deletions goals/gself-pow-six-add-pow-one.aisp
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
𝔸5.1.goal.gself-pow-six-add-pow-one@2026-06-17
γ≔unsorry.goal
⟦Ω:Goal⟧{
id≜gself-pow-six-add-pow-one
phase≜prove
status≜proved
difficulty≜1
}
⟦Σ:Source⟧{
src≜backlog/gself-pow-six-add-pow-one.md
}
⟦Γ:Deps⟧{
deps≜⟨⟩
}
⟦Λ:Artifact⟧{
lean≜goals/gself-pow-six-add-pow-one.lean
sha≜da70b2835fb6ac83633e5e99e8592d99817481900e1b9248ead7d1edc60c261d
aff≜0
}
⟦Ε⟧⟨δ≜0.60;τ≜◊⁺⟩
4 changes: 4 additions & 0 deletions goals/gself-pow-six-add-pow-one.lean
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import Mathlib

theorem gself_pow_six_add_pow_one (n : ℤ) : (n) ∣ (n^6 + n) := by
sorry
4 changes: 4 additions & 0 deletions library/Unsorry/GselfPowSixAddPowOne.lean
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import Mathlib

theorem gself_pow_six_add_pow_one (n : ℤ) : (n) ∣ (n^6 + n) := by
exact ⟨n^5 + 1, by ring⟩
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
𝔸5.1.lemma.da70b2835fb6@2026-06-17
γ≔unsorry.lemma.index
⟦Ω:Lemma⟧{sha≜da70b2835fb6ac83633e5e99e8592d99817481900e1b9248ead7d1edc60c261d; goal≜gself-pow-six-add-pow-one; name≜gself_pow_six_add_pow_one}
⟦Σ:Source⟧{src≜goals/gself-pow-six-add-pow-one.lean}
⟦Γ:Tags⟧{tags≜⟨⟩}
⟦Λ:Meta⟧{use≜0; aff≜0}
⟦Π:Provenance⟧{solver≜ohdearquant; agent≜mac-158f; provider≜claude; model≜template-ring-cofactor; attempts≜1}
⟦Ε⟧⟨δ≜0.60;τ≜◊⁺⟩
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
𝔸5.1.run.gself-pow-six-add-pow-one.mac-158f.20260617t182406252010z-97eca817@2026-06-17
γ≔unsorry.proof.run
⟦Ω:Run⟧{id≜20260617t182406252010z-97eca817; goal≜gself-pow-six-add-pow-one; agent≜mac-158f; outcome≜proved}
⟦Π:Provenance⟧{solver≜ohdearquant; provider≜claude; model≜template-ring-cofactor}
⟦Γ:Goal⟧{goal≜gself-pow-six-add-pow-one}
⟦Λ:Metrics⟧{attempts≜1; solve_s≜0; ended≜2026-06-17T18:24:06Z}
⟦Σ:Artifact⟧{sha≜da70b2835fb6ac83633e5e99e8592d99817481900e1b9248ead7d1edc60c261d}
⟦Ε⟧⟨δ≜0.60;τ≜◊⁺⟩
Loading