notes

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

ProveSetEquality.md (283B)


      1 # Prove Set Equality
      2 
      3 AM TB Ch8
      4 
      5 To prove that two sets are equivalent (A and B), we first prove that A contains B. We then show that B also contains A thus all elements must be the same making the sets equivalent. Equivalence of sets is done using the = sign not the $\equiv$ sign.