2026-08-28·by Sijie Wang#node#math#logic#relaxation

relaxing-undecidability

Fuzzy versions of undecidability & incompleteness

Parent: relaxation

The decidability axis of relaxation. Binary "undecidable / incomplete" is useless for engineering ("does this controller converge?" → undecidable helps no one). Almost every hard negative has quantitative / relaxed companions, and they cluster into a few relaxation axes — one child note each.

The axes

  1. delta-decidabilitytolerance: decide up to an arbitrarily small perturbation δ (the key one for control).
  2. certificatesone-sided proof: a Lyapunov / SOS / ranking certificate proves convergence; sound, incomplete.
  3. generic-casetypicality: decidable on almost all inputs; hardness sits on a negligible set.
  4. probabilistic-undecidabilityprobability: Chaitin's Ω, almost-sure convergence, limit-computation.
  5. bounded-resourceshorizon: decidable within t steps / degree d; undecidability only in the limit.
  6. robustness — undecidability is non-robust: it needs infinite precision; robust systems are decidable.
  7. quantitative-incompletenessChaitin: incompleteness graded in bits of information.

For control convergence (the operational answer)

Don't decide convergence. Instead: (a) search a Lyapunov/SOS certificate; (b) δ-decide / check robust convergence up to tolerance; (c) settle for probabilistic / finite-horizon / practical stability. That's what control theory — and the recursive-harness — actually do.

No free lunch (honest)

Relaxation relocates the hardness, it doesn't repeal it. δ-decidability keeps an undecidable exact boundary; certificates miss some genuinely-convergent systems; the knife-edge stays hard. And fuzzifying the logic itself (fuzzy logic, Hájek) does not escape incompleteness. You buy computability by selling a sliver of exactness/completeness.

Tie to the thread

The recursive-harness is an instance: general convergence is undecidable (recursion-is-a-phase-transition, generalized-collatz), so we restrict to contraction / P×C-well-founded recursion = a decidable sufficient certificate (recursion-convergence-contraction). P×C-satisficing is the tolerance δ; a gate is the certificate check.

relaxing-undecidability