Difference between revisions of "Sets:Definitions"

From Department of Mathematics at UTSA
Jump to navigation Jump to search
Line 16: Line 16:
 
* An open bounded interval: <math> (a, b) = \{x : a < x < b \} </math>
 
* An open bounded interval: <math> (a, b) = \{x : a < x < b \} </math>
 
* A closed bounded interval: <math> [a, b] = \{x : a \leq x \leq b \} </math>
 
* A closed bounded interval: <math> [a, b] = \{x : a \leq x \leq b \} </math>
* The set of perfect squares: <math> S = \{x : x = k^2, k\in\Z \}
+
* The set of perfect squares: <math> S = \{x : x = k^2, k\in\Z \} </math>
 +
 
 +
More definitions and notations for sets (let <math> A </math> and <math> B </math> be nonempty sets):
 +
* If every element of <math> A </math> is also an element of <math> B </math>, then <math> A </math> is a subset of <math> B </math>, and we write <math> A \subseteq B </math>.
 +
* If <math> A </math> is not a subset of <math> B </math> (that is, there is at least one element in <math> A </math> that is not in <math> B </math>), then we write <math> A \not\subseteq B </math>.
 +
* If <math> A \subseteq B </math> and <math> B \subseteq A </math>, then <math> A = B </math> (that is, <math> A = B </math> iff <math> A </math> and <math> B </math> contain the exact same elements, and neither set contains an element that isn't in the other).
 +
* If <math> A </math> is a subset of <math> B </math>, and there is at least one element <math> b \in B </math> such that <math> b \not\in A </math> (that is, <math> A \subseteq B </math>, but <math> A \neq B </math>), then <math> A </math> is a proper subset of B, and we write <math> A \subset B </math>. If <math> A </math> is not a proper subset of <math> B </math>, we write that <math> A \not\subset B </math>.
  
  
 
==Resources==
 
==Resources==
 
* [https://link-springer-com.libweb.lib.utsa.edu/content/pdf/10.1007%2F978-1-4419-7127-2.pdf Course Textbook], pages 93-100
 
* [https://link-springer-com.libweb.lib.utsa.edu/content/pdf/10.1007%2F978-1-4419-7127-2.pdf Course Textbook], pages 93-100

Revision as of 11:22, 26 September 2021

Definitions

A set is any collection of objects. The objects in a set are called elements. For example, 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 \N = \{1, 2, 3, ...\} } is the set of all natural numbers, and any positive integer is an element of this set. Sets do not necessarily have to contain mathematical elements. For example, we can say {"red", "orange", "yellow", "green", "blue", "indigo", "violet"} is a set that contains the standard rainbow colors as its elements. To denote that an element is in a set , we write . This is read as " is an element of ". If is NOT in the set , we write . For example, looking at our set of colors , we can see that "green" and "grey" . If we consider the set of natural numbers, , while .

Some important sets in mathematics:

  • The empty set: , which contains no elements. If a set is empty, we write or .
  • The set of natural numbers: , which contains all positive integers (which numbers that can be written without decimals or fractions)
  • The set of integers:
  • The set of rational numbers: , which contains all numbers that can be written as , where p and q are integers and . For example, , , , etc. Note that this set contains all integers.
  • The set of real numbers: , which is all numbers in the interval . This includes both rational numbers and irrational numbers (, , , and any other numbers that can't be expressed as a fraction of integers).

The set of irrationals doesn't have an official symbol, but it is typically stated as without (that is, the real numbers without the rational numbers), denoted as .

It is not always practical to list out the elements of a set. So, we can instead describe all of the elements in the set with specific criteria. For example, we could write the set of all even integers as . That is, S contains all elements x such that x = 2k for some integer k. In this notation, we list our criteria for an element of set S after the colon within the braces. More examples of this notation:

  • The rational numbers: 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 \Q = \{x : x = p/q, p \in \Z, q \in \Z, q \neq 0 \} } .
  • An open bounded interval: 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, b) = \{x : a < x < b \} }
  • A closed bounded interval: 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, b] = \{x : a \leq x \leq b \} }
  • The set of perfect squares: 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 S = \{x : x = k^2, k\in\Z \} }

More definitions and notations for sets (let 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 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 B } be nonempty sets):

  • If every element of 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 } is also an element of 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 B } , then 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 } is a subset of 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 B } , and we write 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 \subseteq B } .
  • If 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 } is not a subset of 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 B } (that is, there is at least one element in 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 } that is not in ), then we write 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 \not\subseteq B } .
  • If 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 \subseteq B } and 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 B \subseteq A } , then 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 = B } (that is, 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 = B } iff 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 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 B } contain the exact same elements, and neither set contains an element that isn't in the other).
  • If 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 } is a subset of 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 B } , and there is at least one element 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 b \in B } such that 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 b \not\in A } (that is, 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 \subseteq B } , but 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 \neq B } ), then 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 } is a proper subset of B, and we write 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 \subset B } . If 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 } is not a proper subset of 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 B } , we write that 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 \not\subset B } .


Resources