Skip to content

Commit ed6f07c

Browse files
add: FLG as Chronos one-step work inequality (local draft)
1 parent afc7a8d commit ed6f07c

3 files changed

Lines changed: 160 additions & 0 deletions

File tree

main.tex

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
\documentclass{article}
2+
\usepackage{amsmath,amssymb}
3+
\begin{document}
4+
\input{sections/flg_chronos_one_step}
5+
\end{document}

sections/flg_chronos_one_step.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
\input{sections/flg_chronos_one_step_body}
Lines changed: 154 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,154 @@
1+
\section{FLG as a Chronos One--Step Work Inequality}
2+
Let $X$ be a finite hidden state with $H(X)=\Theta(n)$ and let $(\mathcal{H}_t)$ be the
3+
transcript filtration of an admissible algorithm. Define the posterior
4+
$\mu_t(x)=\mathbb{P}(X=x\mid\mathcal{H}_t)$.
5+
Define the local witness energy
6+
D
7+
t
8+
:
9+
=
10+
sup
11+
12+
φ
13+
14+
F
15+
O
16+
R
17+
k
18+
19+
E
20+
μ
21+
t
22+
[
23+
φ
24+
(
25+
X
26+
)
27+
]
28+
29+
E
30+
μ
31+
t
32+
33+
1
34+
[
35+
φ
36+
(
37+
X
38+
)
39+
]
40+
41+
D
42+
t
43+
44+
:=
45+
φ∈FO
46+
R
47+
k
48+
49+
50+
sup
51+
52+
53+
54+
E
55+
μ
56+
t
57+
58+
59+
60+
[φ(X)]−E
61+
μ
62+
t−1
63+
64+
65+
66+
[φ(X)]
67+
68+
69+
and the one--step information work
70+
Δ
71+
t
72+
:
73+
=
74+
I
75+
(
76+
X
77+
;
78+
Y
79+
t
80+
81+
H
82+
t
83+
84+
1
85+
)
86+
.
87+
Δ
88+
t
89+
90+
:=I(X;Y
91+
t
92+
93+
∣H
94+
t−1
95+
96+
).
97+
Assume admissibility: bounded FO$^k$ locality (A3$'$), a transcript capacity ceiling
98+
$\Delta_t\le C$, and a bounded log-likelihood ratio update
99+
100+
log
101+
102+
μ
103+
t
104+
(
105+
x
106+
)
107+
μ
108+
t
109+
110+
1
111+
(
112+
x
113+
)
114+
115+
116+
L
117+
.
118+
119+
log
120+
μ
121+
t−1
122+
123+
(x)
124+
μ
125+
t
126+
127+
(x)
128+
129+
130+
131+
≤L.
132+
Then there exists $c>0$ such that
133+
Δ
134+
t
135+
136+
ε
137+
138+
D
139+
t
140+
141+
c
142+
143+
ε
144+
.
145+
Δ
146+
t
147+
148+
≥ε⇒D
149+
t
150+
151+
≥cε.
152+
Equivalently, no admissible algorithm can accumulate global information without
153+
producing a bounded-radius FO-definable local witness. This is the dynamic
154+
counterpart of Configuration Support Rigidity and yields Chronos depth lower bounds.

0 commit comments

Comments
 (0)