Re: PSPACE closed under union
- From: Chris Smith <cdsmith@xxxxxxx>
- Date: Thu, 12 Apr 2007 08:56:47 -0600
cooldavid <vmvictorvm@xxxxxxxxx> wrote:
So yeah, the answer should be short.
I'm thinking something like, Let A1 be a TM/algorithm that solve L1 in
polyspace and let A2 be be a TM/algorithm that solved L2 in polyspace.
Now the algorithm/TM below (A3) will solved L1 U L2 in polyspace.
A3 = "On input x"
"don't know what to do here".
Do you understand why this is true? If you can run A1 in polynomial
space; and you can run A2 in polynomial space, then of course you can
run each machine in turn on the same input, and it will still take
polynomial space. Depending on how pedantic you want to be, you could
introduce some details about how you keep a copy of the input while the
first machine is running.
--
Chris Smith
.
- References:
- PSPACE closed under union
- From: cooldavid
- Re: PSPACE closed under union
- From: hbdere
- Re: PSPACE closed under union
- From: cooldavid
- PSPACE closed under union
- Prev by Date: Re: PSPACE closed under union
- Next by Date: Re: PSPACE closed under union
- Previous by thread: Re: PSPACE closed under union
- Next by thread: Re: PSPACE closed under union
- Index(es):