What Is A Set

What is a set?

graph TD; A[What is a set?]; B[Definition]; C[Examples]; D[Types of Sets]; E[Operations]; F[Properties]; A-->B; A-->C; A-->D; A-->E; A-->F; B-->G[Collection of distinct objects]; C-->H[Set of natural numbers]; C-->I[Set of real numbers]; D-->J[Finite Sets]; D-->K[Infinite Sets]; D-->L[Equal Sets]; D-->M[Null Sets]; E-->N[Union]; E-->O[Intersection]; E-->P[Difference]; F-->Q[Commutative]; F-->R[Associative]; F-->S[Distributive];