Skip to content

Commit f96b220

Browse files
hyperpolymathclaude
andcommitted
fix(arxiv): add missing \begin{document} and update proof inventory
The \begin{document} was absent, preventing PDF compilation with tectonic. Fixes compilation so Zenodo deposit can proceed. Also updates the proof inventory paragraph to reflect 13 Idris2 ABI files (was 11) and the fullCert12 top-level certificate type. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 1511be3 commit f96b220

1 file changed

Lines changed: 14 additions & 4 deletions

File tree

docs/arxiv/typed-wasm.tex

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@
8282
}
8383
\email{j.d.a.jewell@open.ac.uk}
8484

85+
\begin{document}
86+
8587
\begin{abstract}
8688
WebAssembly (Wasm) linear memory is an untyped byte array shared across
8789
module boundaries. When independently compiled modules --- potentially from
@@ -1406,10 +1408,18 @@ \section{Level Achievement Status}
14061408
machine-checked mathematical definitions awaiting toolchain integration.
14071409

14081410
\textbf{Proof inventory.}
1409-
All 11 Idris~2 ABI files (Region, TypedAccess, Levels, Pointer, Effects,
1410-
Lifetime, Linear, MultiModule, Proofs, Tropical, Epistemic) contain zero
1411-
instances of \texttt{believe\_me}, \texttt{postulate}, or
1412-
\texttt{assert\_total}.
1411+
All 13 Idris~2 ABI files (Region, TypedAccess, Levels, Pointer, Effects,
1412+
Lifetime, Linear, MultiModule, Proofs, Tropical, Epistemic, and the layout
1413+
files ABI, Types, Stdlib) contain zero instances of \texttt{believe\_me},
1414+
\texttt{postulate}, or \texttt{assert\_total}.
1415+
A full mapping of paper theorems to source locations, including the
1416+
Zero-Overhead Property, the tropical semiring laws, and the epistemic
1417+
freshness theorems, is in
1418+
\texttt{docs/supplementary/proof-inventory.adoc}.
1419+
The \texttt{Proofs} module now provides a top-level \texttt{fullCert12}
1420+
certificate type requiring concrete L11 (\texttt{AllPairsCosts}) and
1421+
L12 (\texttt{Level12Proof}) witnesses, completing the 12-level type
1422+
hierarchy.
14131423

14141424
% ==========================================================================
14151425
% Bibliography

0 commit comments

Comments
 (0)