Resource-Bounded Martin-Löf Type Theory: Compositional Cost Analysis for Dependent Types
By: Mirco A. Mannucci, Corey Thuro
Potential Business Impact:
Guarantees computer programs run fast enough.
We extend resource-bounded type theory to Martin-Lof type theory (MLTT) with dependent types, enabling size-indexed cost bounds for programs over inductive families. We introduce a resource-indexed universe hierarchy U_r where r is an element of L and tracks the cost of type formation, and a graded modality Box_r for feasibility certification. Our main results are: (1) a cost soundness theorem showing that synthesized bounds over-approximate operational costs, with bounds expressed as functions of size indices; (2) a semantic model in the presheaf topos over L, extended with dependent presheaves and a comprehension structure; (3) canonicity for the intensional fragment; and (4) initiality of the syntactic model. We demonstrate the framework with case studies including length-indexed vector operations with linear bounds and binary search with logarithmic bounds, both expressed in the type. This work bridges the gap between dependent type theory and quantitative resource analysis, enabling certified cost bounds for size-dependent algorithms.
Similar Papers
Resource-Bounded Type Theory: Compositional Cost Analysis via Graded Modalities
Logic in Computer Science
Guarantees computer programs won't run too long.
Canonicity for Cost-Aware Logical Framework via Synthetic Tait Computability
Programming Languages
Proves a math idea to make computer costs clear.
Efficient Cost Bounds with Linear Maps
Programming Languages
Finds computer program costs faster, even complex ones.