proof
P37 Goal laundering
Lean spine source
formal/Adversarial.leanFrom the machine-checked spine in formal/ (Mathlib + spine imports). 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⟩