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/ggeom-pred-pow-six-sub-one.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# ggeom-pred-pow-six-sub-one

n minus one divides n to the 6 minus one.

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

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

theorem ggeom_pred_pow_six_sub_one (n : ℤ) : (n - 1) ∣ (n^6 - 1) := by
exact ⟨n^5 + n^4 + n^3 + n^2 + n + 1, by ring⟩
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
𝔸5.1.lemma.40e9fe30cf4d@2026-06-17
γ≔unsorry.lemma.index
⟦Ω:Lemma⟧{sha≜40e9fe30cf4d1c490bb14bfecdb006c526e580ceb7c5b06a50637f03179af96a; goal≜ggeom-pred-pow-six-sub-one; name≜ggeom_pred_pow_six_sub_one}
⟦Σ:Source⟧{src≜goals/ggeom-pred-pow-six-sub-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.ggeom-pred-pow-six-sub-one.mac-158f.20260617t181902893624z-2f6d006e@2026-06-17
γ≔unsorry.proof.run
⟦Ω:Run⟧{id≜20260617t181902893624z-2f6d006e; goal≜ggeom-pred-pow-six-sub-one; agent≜mac-158f; outcome≜proved}
⟦Π:Provenance⟧{solver≜ohdearquant; provider≜claude; model≜template-ring-cofactor}
⟦Γ:Goal⟧{goal≜ggeom-pred-pow-six-sub-one}
⟦Λ:Metrics⟧{attempts≜1; solve_s≜0; ended≜2026-06-17T18:19:02Z}
⟦Σ:Artifact⟧{sha≜40e9fe30cf4d1c490bb14bfecdb006c526e580ceb7c5b06a50637f03179af96a}
⟦Ε⟧⟨δ≜0.60;τ≜◊⁺⟩
Loading