proof
P37 Goal laundering
Lean spine source
formal/AlignmentProofSpine/Adversarial.leanFrom the machine-checked spine in formal/ (core modules are Mathlib-free;Field/Finite/ may import Mathlib). Not self-contained for Lean 4 Web — use the repo or a local lake build.
theorem P37_stated_goal_not_inferred_goal :
∃ a b : Bool, ToyStatedGoal a = ToyStatedGoal b ∧ ToyInferredGoal a ≠ ToyInferredGoal b :=
⟨true, false, rfl, by decide⟩