Advertisement
Jakzon123

mad3105 asgn3

Feb 11th, 2023
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. MAD3105 Asgn3 - Equivalence Relations
  2.  
  3. Def.
  4. Equivalence Relations: a relation that is reflexive, symmetric, and transitive
  5.  
  6. Ex. Set A = {a, b, c, d} & Relation R = {(a,a), (c,c), (c,d), (d,d), (b,d), (d,c)
  7. - R would not be an equivalence relation because it is not reflexive, nor it is symmetric, nor is it transitive.
  8.  
  9. Def.
  10. Set partition: a set of subsets of a set A that contain all of the elements of the original sets without duplicates
  11.  
  12. Ex. Set A = {a, b, c, d}
  13. - Partition A = {{a,b}, {c}, {d}}
  14. - Nonpartition B = {{a,b,c}, {d}, {a,b}}
  15. -> A contains all elements w/o dupes, B contains all elements plus dupes of a,b
  16.  
  17.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement