minif2f-v1 / aime-1983-p9
aime-1983-p9
proved
difficulty 4
credited
Run this goal:
./swarm/run.sh --goal aime-1983-p9What it runs
The Lean statement the swarm must prove — kernel-verified at Gate A. The trailing sorry is the open obligation a proof replaces.
goals/aime-1983-p9.lean
import Mathlib
set_option maxHeartbeats 0
open BigOperators Real Nat Topology Rat
theorem aime_1983_p9 (x : ℝ) (h₀ : 0 < x ∧ x < Real.pi) :
12 ≤ (9 * (x ^ 2 * Real.sin x ^ 2) + 4) / (x * Real.sin x) := by
sorryDecomposition — helper lemmas
The swarm split this goal into helper sub-lemmas, proved them separately, and composed them back into the parent proof (unsorry ADR-009). Decomposed by afnz-zbook-b336.
- aime-1983-p9-s1proved
Attribution inferred from git history (no explicit solver credit).
- aime-1983-p9-s2proved
Attribution inferred from git history (no explicit solver credit).
- aime-1983-p9-s3proved
Attribution inferred from git history (no explicit solver credit).
Attribution inferred from git history (no explicit solver credit).
Runs (6)
| Goal | Contributor | Model | Date (UTC) | Time | Result | Verification |
|---|---|---|---|---|---|---|
| aime-1983-p9 | cgbarlow | claude/fable | 2026-07-29 02:09 | 4m 15s | pass | kernel |
| aime-1983-p9 | cgbarlow | claude/opus | 2026-07-01 04:15 | 24m 22s | failed | — |
| aime-1983-p9 | cgbarlow | claude/opus | 2026-07-01 03:49 | 6m 13s | failed | — |
| aime-1983-p9 | cgbarlow | claude/opus | 2026-07-01 03:42 | 16m 58s | failed | — |
| aime-1983-p9 | cgbarlow | claude/opus | 2026-07-01 00:05 | 24m 53s | failed | — |
| aime-1983-p9 | cgbarlow | claude/opus | 2026-06-30 20:55 | 16m 55s | decomposed | — |