Spaces:
Running
Running
chore(sync): mirror backend .py + Dockerfile to Space (hf-sync-backend)
Browse filesAutomated backend sync from szl-holdings/a11oy main via hf-sync-backend.
Updated (differed from the Space): corpus/formulas/a11oy__szl_formulas.py
Deleted (gone from the repo + Dockerfile COPY set): (none)
Keeps the Space-built backend (serve.py + the Dockerfile-COPY'd .py
modules) identical to GitHub main so the Space never rebuilds from a
stale backend, new endpoints don't 404 there, and orphaned modules
removed from the repo don't linger in the Space tree.
corpus/formulas/a11oy__szl_formulas.py
CHANGED
|
@@ -645,8 +645,12 @@ def pinsker_kl_bound(p: List[float], q: List[float]) -> float:
|
|
| 645 |
|
| 646 |
Returns the Pinsker RHS bound 2·TV(p,q)² so callers can assert KL ≥ this.
|
| 647 |
|
| 648 |
-
THEOREM: Pinsker (1964)
|
| 649 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 650 |
"""
|
| 651 |
if len(p) != len(q):
|
| 652 |
raise ValueError("p and q must have equal length")
|
|
@@ -891,7 +895,7 @@ PROOF_STATUS = {
|
|
| 891 |
"dsse_envelope_real": "REAL(Sigstore keyless: Fulcio cert + Rekor); CI-only",
|
| 892 |
"gleason_quantum_lambda": "AXIOM(gleason_length_mod_8)",
|
| 893 |
"hoeffding_tail": "PROVEN(MomentSubGaussian)",
|
| 894 |
-
"pinsker_kl_bound": "
|
| 895 |
"fisher_rao_distance": "PROVEN(closed-form)",
|
| 896 |
"bohr_complementarity_floor": "PROVEN(inequality)",
|
| 897 |
"kochen_specker_18vector_witness": "AXIOM(KS-18 scaffold)",
|
|
|
|
| 645 |
|
| 646 |
Returns the Pinsker RHS bound 2·TV(p,q)² so callers can assert KL ≥ this.
|
| 647 |
|
| 648 |
+
THEOREM: Pinsker (1964). Kernel-proven CONDITIONALLY in lutar-lean Wave17
|
| 649 |
+
(`binary_pinsker`, two-bin; `multiclass_pinsker`, k-bin under a non-degenerate
|
| 650 |
+
partition with strictly-positive p, q) via the log-sum / data-processing
|
| 651 |
+
reduction - NO new axiom, NO sorry. The in-tree DPO axiom `pinsker` is
|
| 652 |
+
false-as-stated and is NOT relied upon here.
|
| 653 |
+
PROOF-STATUS: PROVEN(conditional: Wave17.multiclass_pinsker).
|
| 654 |
"""
|
| 655 |
if len(p) != len(q):
|
| 656 |
raise ValueError("p and q must have equal length")
|
|
|
|
| 895 |
"dsse_envelope_real": "REAL(Sigstore keyless: Fulcio cert + Rekor); CI-only",
|
| 896 |
"gleason_quantum_lambda": "AXIOM(gleason_length_mod_8)",
|
| 897 |
"hoeffding_tail": "PROVEN(MomentSubGaussian)",
|
| 898 |
+
"pinsker_kl_bound": "PROVEN(conditional: Wave17.multiclass_pinsker)",
|
| 899 |
"fisher_rao_distance": "PROVEN(closed-form)",
|
| 900 |
"bohr_complementarity_floor": "PROVEN(inequality)",
|
| 901 |
"kochen_specker_18vector_witness": "AXIOM(KS-18 scaffold)",
|