a few things here.
for one, you seem to be mistaking a computer program with a executable binary file. a computer program is a series of commands that tells some interpreter how to run on certain hardware given certain stimuli. an executed binary file is a series of bits, an instantiation of that program, an exact interpretation. that instantiation is a large series of 0s and 1s. so it corresponds to trues and falses. the list of 0s and 1s of a program for the brain would be a bit larger than the program that tells whatever interpreter you use (i use g++). and the properties of the hardware, and what they do with the various 0s and 1s are also very important.
now, bearing that in mind, you should also realize that a program by itself (the code alone) need by no means be deterministic. consider:
int x;
fscanf(some_file, “%d”, x);
if(x > SOME_LARGE_NUMBER)
printf(“that’s too damn big
.”);
else
printf(“weakling!”);
that bit of code could print either. you have no way of knowing which, just by looking at the code. so, now consider the human brain as a computer running an instantiation of some program. the number of files open to that program itself would take up quite a few more than 10k lines (to open, say). so there could be any number of things that happen to brain/computer x given stimulus a.
you said given a brain in state X and a brain in state X once went to state Y, then a brain in state X must always go to state Y. i say that’s not true in the least. a brain in state X must always go to Y given the stimuli it received when it was in state X and went to state Y. that means in order for that to occur, the world must be in exactly the same state it was, or something very tricky must’ve occurred.
now, let’s consider the copied AI. say the AI was in state Q when it was copied. the original received stimulus set S1 and went to state P. in order for copy C to go to state Q, it would have to receive the exact same stimulus set, or some very tricky and improbable thing must occur. i believe neither of those things are likely, so just like twins with the same dna turn into different individuals, those to AIs would no longer be the same thing.
and now let’s think about the man who will try to run an instantiation of the brain program. first of all, following the code isn’t likely to yield the correct results. the interpreter has to be very particular. so let’s pretend that the man actually runs an instantiation of the program in his brain. so he might actually have two brain programs running. they are both receiving the exact same stimuli. also, if a brain is to run another program, that program takes up processing power, so the brain can’t run its normal program to its full capacity. so at least one of the processes will be run in a hindered fashion. unless the second program was an exact copy of the first, in which case, receiving the exact same stimuli, it would peform in the exact same way and would be indistinguishable.
now, if we had two computers, each with the computing power of the brain, and each had a different brain program running, it would be interesting to see how they interacted if they were given full access to each others’ programs and data. but i don’t know how one would go about making that connection. also, if you weren’t already aware, the entire earth (not just india) is a computer, being run by rats that exist as much more complex beings in a different dimension, all trying to find out the great question.
lastly, i wanted to make a bit of a nitpick. an algorithm and a program are two completely different things. an algorithm is a part of a computer program that can be proved to converge to the “correct” output, given proper input. a program makes no such claims, and i very highly doubt that any human brain operates algorithmically.
anyway, sorry for the huge post, but i’ll summarize by saying i think your original post has no grounds to stand on, though it does bring up some interesting points about the nature of consciousness, such as the influence of the medium, and the effect of two consciousness becoming fully aware of each other. as far as murder goes, if taking the life of something conscious (i think it takes much more than awareness to make something human) is immoral, shutting off a computer program, or an exact copy of that program, that is said to be conscious is immoral.
oh, and lastly (i mean it this time), the turing test is the only means we will ever have for proving the intelligence of anything other than ourselves. it’s the same test we apply daily when we see other people and believe that they are intelligent.