A certificate is not a score. It is a sentence of the form: every state this system can reach, under these assumptions, satisfies this constraint. Four things in that sentence can fail independently. First: reachable. The claim is about a SET, not a trajectory. That is why the Bench draws an envelope rather than a line, and why the envelope is the thing tested against the ceiling. Widen the gap between your smooth model and the real one and the envelope swells until it touches the ceiling, and the verdict flips to REFUTED. A refutation is a counterexample, and a counterexample survives any amount of argument. Second: under these assumptions. Press the evidence button. Nothing about the geometry changes - not the envelope, not the trajectory, not the slack - and the verdict changes anyway, from UNDECIDED to CERTIFIED, because measuring the model gap at twenty-five sampled states tells you the gap is AT LEAST that big. It is a lower bound. A tube built on a lower bound can refute soundly and can never certify, however much room appears to be left. Sampling refutes, proof certifies. Third: this constraint. Shorten the horizon and watch the verdict go green. The mass needs about two hundred and eighty milliseconds to reach its apex; with a sixty-millisecond horizon the ceiling is never approached. The certificate is true. It is also worthless, and nothing in the word CERTIFIED tells you so. Fourth: where each bound is valid. Every step of the tube carries bounds, and some are only valid somewhere. The free-flight steps are given a gap of exactly zero, justified by a real argument - above the plane both models integrate the same quadratic, so they cannot differ. Above the plane. The precondition check tests that, and it is on by default. It passes here, and the story of how it came to pass is the reason it exists. When the check was first switched on it FAILED, and the failure was real: the tube's envelope dipped below the plane for the first three steps after the bounce, where free flight is the motion of neither model. The cause was not the certificate. It was a scoping error in how the model gap was fed to the tube. The disturbance set in a reachable-tube recursion is a PER-STEP quantity, and the measured gap is the mismatch accumulated over the whole contact - about three control steps' worth. Injecting all of it at one step over-stated the one-step disturbance threefold and pushed the envelope through the floor. Divide it across the steps the contact actually spans and the envelope stays above the plane, the precondition holds, and the certificate closes. So the fourth control is not a demonstration that certificates fail. It is a demonstration that a check you build into the tool finds your own errors, including the ones that look like the tool being too strict. Without it the scoping error would have shipped as a valid certificate.