Skip to content

Kernel-prove the weak Giuga prime-divisor criterion - #283

Draft
DomTheDeveloper wants to merge 4 commits into
mainfrom
openai/prove-weak-giuga-criterion
Draft

Kernel-prove the weak Giuga prime-divisor criterion#283
DomTheDeveloper wants to merge 4 commits into
mainfrom
openai/prove-weak-giuga-criterion

Conversation

@DomTheDeveloper

@DomTheDeveloper DomTheDeveloper commented Jul 26, 2026

Copy link
Copy Markdown
Owner

Green result

The exact historical proof of the weak Giuga prime-divisor criterion now compiles against the current catalog definitions:

IsWeakGiuga n ↔ ∀ p ∈ n.primeFactors, p ∣ (n / p - 1)

for composite n.

Verification

Focused run 30213363291 passed:

  • exact historical source-blob verification;
  • current catalog-module build;
  • exact theorem extraction without reformatting;
  • no-hole/no-trust scan;
  • complete Lean compilation;
  • exact theorem axiom audit.

Axiom footprint:

[propext, Classical.choice, Quot.sound]

No sorryAx or compiler-trust dependency appears. The build has only deprecation/unused-simp warnings inherited from the historical proof.

Status

Green proof recovery. The canonical admitted declaration still needs a focused restoration and style cleanup before promotion to _PRs/ready/. This audit-only PR should not merge.

@github-actions

Copy link
Copy Markdown

👋 This is an automated welcome message. 🤖
Thanks for the contributions!

A few friendly reminders while the review gets started:

  • Please take a look at the style guidelines,
    especially the conventions for references, categories, AMS tags, and answer(sorry).
  • You can manage some PR labels by leaving a comment with +label-name or -label-name; for example, +awaiting-author or -awaiting-author.
  • This repository is mainly for formalised statements. Proofs longer than about 25-50 lines are usually out of scope; longer proofs are welcome to be included/linked via the formal_proof mechanism.

Thanks again for helping improve Formal Conjectures.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant