minif2f-v1 / aime-1983-p9

aime-1983-p9

proved
difficulty 4
credited
Run this goal:./swarm/run.sh --goal aime-1983-p9

What 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
  sorry

Decomposition — 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.

  • Attribution inferred from git history (no explicit solver credit).

  • Attribution inferred from git history (no explicit solver credit).

  • Attribution inferred from git history (no explicit solver credit).

  • aime-1983-p9
    proved
    composed proof

    Attribution inferred from git history (no explicit solver credit).

Runs (6)

GoalContributorModelDate (UTC)TimeResultVerification
aime-1983-p9cgbarlowclaude/fable2026-07-29 02:094m 15s
pass
kernel
aime-1983-p9cgbarlowclaude/opus2026-07-01 04:1524m 22s
failed
aime-1983-p9cgbarlowclaude/opus2026-07-01 03:496m 13s
failed
aime-1983-p9cgbarlowclaude/opus2026-07-01 03:4216m 58s
failed
aime-1983-p9cgbarlowclaude/opus2026-07-01 00:0524m 53s
failed
aime-1983-p9cgbarlowclaude/opus2026-06-30 20:5516m 55s
decomposed