P — surface layer #
This file aggregates the definitions and theorems for P, FP, and PSPACE.
Definitions (from P/Defs.lean) #
P— polynomial time:⋃ k, DTIME(n^k)FP— functions computable in polynomial timePSPACE— polynomial space:⋃ k, DSPACE(n^k)
Theorems #
DTIME_union— DTIME is closed under union (AB Claim 1.5)