Difference between revisions of "Sets:Operations"

From Department of Mathematics at UTSA
Jump to navigation Jump to search
Line 16: Line 16:
  
 
==Resources==
 
==Resources==
* [ Course Textbook], pages 101-115
+
* [https://link-springer-com.libweb.lib.utsa.edu/content/pdf/10.1007%2F978-1-4419-7127-2.pdf Course Textbook], pages 101-115

Revision as of 15:22, 26 September 2021

Definitions

The two main set operations that we deal with are union and intersection. The union of two sets Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle A } and is defined as or . For example:

  • The union of and is
  • The union of the even integers and odd integers is .
  • The union of the set of rational numbers and the set of irrational numbers is .
  • , and .
  • For sets and such that , , since all elements of are already in if .

The intersection of and is defined as and ; that is, the intersection of and is the set of all elements shared by the two sets. For example:

  • The intersection of and is .
  • The intersection of the even integers and odd integers is the empty set, since no element between these two sets is shared (an integer cannot be both even and odd).
  • , and .
  • For sets and such that , .

Sets and are "disjoint" if .

Resources