notes

Personal notes
git clone git://git.laack.co/notes.git
Log | Files | Refs

Subset.md (276B)


      1 # Subset
      2 
      3 U 2.1.2
      4 
      5 **Definition:** The set A is a subset of B which means all elements of A are in B.
      6 
      7 A **proper** subset is a subset where the two sets are not equivalent ($A \neq B$). This is described using $\sub$ instead of $\subseteq$ which included non-proper subsets.