Separating Gaussians
How to distinguish points from same gaussian and different gaussians.
Let us say we are given a cluster of points and asked which points belong to same gaussian and which to different gaussians. Obviously, we would be saying if they are near, then they belong to sam gaussian and if far away, they belong to different gaussians.
Good, but that is so vague and no preciseness is seen in there. So, if we are talking in math, then we need to specifiy the distance between two points so that we are saying they don't belong to the same gaussian.
Let us get into it.
In general, the points in a -dimensional space looks like all clustered near the equator, if we say that we are keeping a direction to be north. That looks something like below.

Let us take a point at random from a spherical unit variance gaussian. Now rotate the coordinate system in such a way that the point is aligned to the north pole. Now independently generate another point . We know that the mass is concentrated in the annulus near the equator of width and at a distance of . Hence we know that the distance of the points and are at and the distance between them is defined as
Now let us consider points from different gaussians. Let us have 2 spherical gaussians of unit variance and seperated by a distance . The point is from left gaussian and the point is from right gaussian. Now the distance between them is close to . The following figure is directly taken from the book "Foundations of data science".

To undersand the reason behind why the distance between points and is let us rotate the image and see another image.