Question
(computability and complexity): Defining a new kind of reduction: a reduction in log-logarithmic space. for it, let's define a log-logarithmic transformer that is identical to
(computability and complexity): Defining a new kind of reduction: a reduction in log-logarithmic space. for it, let's define a log-logarithmic transformer that is identical to a logarithmic transformer, but it's working tape can hold O(log(logn) symbols and not O(logn) symboles.
We'll say a language A can be reduced in a log-logarithmic space to language B and denote A LLB, if exists a transformer with log-logarithmic space that applies a mapping reduction between A to B.
Language C will be called P-complete in regards to reduction in log-logarithmic space if:
A)C belongs to class P B)For every language A in P exists a reduction in log-logarithmic space to C(meaning A LL C).
Prove: A P-Complete language in regards to a log-logarithmic space CANNOT exist.
tip: use hierarchies
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started