On 2025-08-29, olcott <polcott333@gmail.com> wrote:
When I say something 500 times that does not
count as I said it zero times.
DD correctly simulated by HHH specifies the
non-halting behavior pattern of recursive
simulation.
Using a bit of logical formalism:
correctly_simulated(DD) -> ~ halts(DD)
Given P -> Q, we can derive the contrapositive ~Q -> ~P.
In this case:
~ ~ halts(DD) -> ~ correctly_simulated(DD)
Cancel double negative:
halts(DD) -> ~ correctly_simulated(DD)
If HHH can recognize this repeating state as
a pure function of its inputs then HHH(DD)
returns 0 for non-halting and DD() halts.
From this paragraph we can extract:
returns_zero(HHH(DD)) -> halts (DD)
OK, so we have these propositions together:
1. returns_zero(HHH(DD)) -> halts (DD) ;; from second paragraph
2. halts(DD) -> ~ correctly_simulated(DD) ;; from first paragraph
By the transitive property of the arrow: P -> Q ^ Q -> R => P -> R, therefore we have:
3. returns_zero(HHH(DD)) -> ~ correctly_simulated(DD)
You are logically arguing that if HHH(DD) returns
zero, then DD is not correctly simulated (because it halts).
| Sysop: | DaiTengu |
|---|---|
| Location: | Appleton, WI |
| Users: | 1,075 |
| Nodes: | 10 (0 / 10) |
| Uptime: | 90:34:12 |
| Calls: | 13,798 |
| Calls today: | 1 |
| Files: | 186,989 |
| D/L today: |
5,324 files (1,535M bytes) |
| Messages: | 2,438,212 |