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
- delta-decidability — tolerance: decide up to an arbitrarily small perturbation
δ(the key one for control). - certificates — one-sided proof: a Lyapunov / SOS / ranking certificate proves convergence; sound, incomplete.
- generic-case — typicality: decidable on almost all inputs; hardness sits on a negligible set.
- probabilistic-undecidability — probability: Chaitin's
Ω, almost-sure convergence, limit-computation. - bounded-resources — horizon: decidable within
tsteps / degreed; undecidability only in the limit. - robustness — undecidability is non-robust: it needs infinite precision; robust systems are decidable.
- quantitative-incompleteness — Chaitin: 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.