A physics-informed net only SOFTLY satisfies the physics: it penalizes the PDE residual at sampled points, so 'the loss went down' is not 'the solution is correct.' The honest move is a certificate, in three rungs. (1) A-POSTERIORI BOUND — for a well-posed linear problem the solution error obeys the PDE forced by the trained net's own residual, so you bound the true error from the residual alone, with no access to the true solution: for u''+ω²u=0, ‖e‖∞ ≤ |e₀| + |e₁|/ω + (1/ω)∫|r| (a Grönwall / Mishra–Molinaro estimate). Small bound ⇒ trust it; large bound ⇒ the net has silently failed. (2) STRUCTURAL — write the ansatz so the conditions hold EXACTLY (u = 1 + t²N(t) makes u(0)=1, u'(0)=0 by construction), tightening the bound for free. (3) PROVEN — go all the way to an energy that is simultaneously the control objective and a Lyapunov certificate; then the certificate can gate a frozen, black-box policy, substituting a certified action only when the policy's action would fail ΔV+α‖s‖²<0. That is the soft → structural → proven ladder: PINNs are the entry rung, the certificate is where the guarantee lives. Honest scope: a-posteriori certification is rigorous for well-posed elliptic/parabolic regimes and open for hyperbolic/chaotic — always name the domain of validity.