Log-space transducers run in polynomial time #
The finite reduced-configuration theorem for one-way-output deterministic
transducers makes a logarithmic auxiliary-space bound into a polynomial time
bound. Consequently L ⊆ P and FL ⊆ FP.
Main results #
TM.transducerConfigBound_bigO_polynomial— logarithmic space gives a polynomial reduced-configuration boundL_subset_P— deterministic log-space languages are polynomial-timeFL_subset_FP— deterministic log-space functions are polynomial-time
L ⊆ P: every language decided by a deterministic log-space
transducer is decidable in polynomial time.
FL ⊆ FP: every deterministic log-space transducer function is
computable in polynomial time.