there are never two different subjects claiming to have been the same person
sounds like a case of the Birthday paradox. Assume there’s order of magnitude 10^11 dead people since 8000 BCE. So if you have a test group of, say, 10 000 reincarnation claimants and all of them can have memories of any dead person, already claimed or not, what’s the probability of you actually observing two of them claiming the same dead person?
The bit about the memories always being from dead people is a bit more plausible. We seem to have like 10 % of all people who ever lived alive right now, so assuming the memories are random and you can actually verify where they came from, you should see living people memories pretty fast.
Assume there’s order of magnitude 10^11 dead people since 8000 BCE. So if you have a test group of, say, 10 000 reincarnation claimants and all of them can have memories of any dead person, already claimed or not, what’s the probability of you actually observing two of them claiming the same dead person?
About 0.01. Calculated using this logfactorial function in Matlab:
p = 1 - exp( logfactorial( N ) - logfactorial( N-n ) - n * log( N ) )
You would need about 400000 reincarnation claimants to have a 50% chance of any collisions.
I assume you mean to say the odds of two subjects remembering the same life by chance would be infinitesimal, which, fair. The odds of one subject remembering two concurrent lives would be much, much higher. Still doesn’t happen. In fact, we don’t see much in the way of multiple-cases at all, but when we do, it’s always separate time periods.
Have you run the numbers on these? For example
sounds like a case of the Birthday paradox. Assume there’s order of magnitude 10^11 dead people since 8000 BCE. So if you have a test group of, say, 10 000 reincarnation claimants and all of them can have memories of any dead person, already claimed or not, what’s the probability of you actually observing two of them claiming the same dead person?
The bit about the memories always being from dead people is a bit more plausible. We seem to have like 10 % of all people who ever lived alive right now, so assuming the memories are random and you can actually verify where they came from, you should see living people memories pretty fast.
About 0.01. Calculated using this logfactorial function in Matlab:
p = 1 - exp( logfactorial( N ) - logfactorial( N-n ) - n * log( N ) )
You would need about 400000 reincarnation claimants to have a 50% chance of any collisions.
I assume you mean to say the odds of two subjects remembering the same life by chance would be infinitesimal, which, fair. The odds of one subject remembering two concurrent lives would be much, much higher. Still doesn’t happen. In fact, we don’t see much in the way of multiple-cases at all, but when we do, it’s always separate time periods.