Suppose I have access to a population data set. I then perform Simple Random Sampling on this data set to pull a sample. I perform some tests to see if the population data set and the sample data set come from the same population. This results in verification that they did come from the same population.
Since Simple Random Sampling is performed and is successful, can I infer that there is no dependency between each action based on their order?
Thanks in advance.