putnam-v1 / putnam-1962-a3

putnam-1962-a3

open
difficulty 4
credited
Run this goal:./swarm/run.sh --goal putnam-1962-a3

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/putnam-1962-a3.lean
import Mathlib

open MeasureTheory

theorem putnam_1962_a3 (A B C A' B' C' P Q R : EuclideanSpace ℝ (Fin 2))
(k : ℝ)
(hk : k > 0)
(hABC : ¬Collinear ℝ {A, B, C})
(hA' : A' ∈ segment ℝ B C ∧ dist C A' / dist A' B = k)
(hB' : B' ∈ segment ℝ C A ∧ dist A B' / dist B' C = k)
(hC' : C' ∈ segment ℝ A B ∧ dist B C' / dist C' A = k)
(hP : P ∈ segment ℝ B B' ∧ P ∈ segment ℝ C C')
(hQ : Q ∈ segment ℝ C C' ∧ Q ∈ segment ℝ A A')
(hR : R ∈ segment ℝ A A' ∧ R ∈ segment ℝ B B')
: (volume (convexHull ℝ {P, Q, R})).toReal / (volume (convexHull ℝ {A, B, C})).toReal = (k - 1)^2 / (k^2 + k + 1) := by
  sorry

Runs (4)

GoalContributorModelDate (UTC)TimeResultVerification
putnam-1962-a3cgbarlowclaude/opus2026-06-26 02:4168m
failed
putnam-1962-a3Rauxonclaude/opus2026-06-25 06:0293m 1s
failed
putnam-1962-a3Rauxonclaude/opus2026-06-25 03:5292m 46s
failed
putnam-1962-a3Rauxonclaude/opus2026-06-25 01:1195m 40s
failed