Difference between revisions of "Groups"
(Created page with "<p>Recall that an operation <span class="math-inline"><math>\cdot</math></span> on <span class="math-inline"><math>S</math></span> is said to be associative if for all <span c...") |
|||
Line 13: | Line 13: | ||
<p>Furthermore, <span class="math-inline"><math>(\mathbb{Z}, +)</math></span> is also a group under the operation of standard addition since the sum of any two integers is an integer, addition is associative, the additivity identity is <span class="math-inline"><math>0 \in \mathbb{Z}</math></span>, and for all <span class="math-inline"><math>a \in \mathbb{Z}</math></span> we have <span class="math-inline"><math>-a \in \mathbb{Z}</math></span> as additive inverses.</p> | <p>Furthermore, <span class="math-inline"><math>(\mathbb{Z}, +)</math></span> is also a group under the operation of standard addition since the sum of any two integers is an integer, addition is associative, the additivity identity is <span class="math-inline"><math>0 \in \mathbb{Z}</math></span>, and for all <span class="math-inline"><math>a \in \mathbb{Z}</math></span> we have <span class="math-inline"><math>-a \in \mathbb{Z}</math></span> as additive inverses.</p> | ||
<p>We will examine many other (more interesting) groups later on, but for now, let's look at an example of a set and a binary operation that does NOT form a group.</p> | <p>We will examine many other (more interesting) groups later on, but for now, let's look at an example of a set and a binary operation that does NOT form a group.</p> | ||
− | + | ===Example 1=== | |
<p>Consider the set of integers <span class="math-inline"><math>\mathbb{Z}</math></span> and define <span class="math-inline"><math>*</math></span> for all <span class="math-inline"><math>a, b \in \mathbb{Z}</math></span> by:</p> | <p>Consider the set of integers <span class="math-inline"><math>\mathbb{Z}</math></span> and define <span class="math-inline"><math>*</math></span> for all <span class="math-inline"><math>a, b \in \mathbb{Z}</math></span> by:</p> | ||
<div style="text-align: center;"><math>\begin{align} \quad a * b = a + 2b \end{align}</math></div> | <div style="text-align: center;"><math>\begin{align} \quad a * b = a + 2b \end{align}</math></div> |
Revision as of 16:13, 16 November 2021
Recall that an operation 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 \cdot} on 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} is said to be associative if for all we have that and is said to be commutative if for all we have that .
An element is the identity element of under if for all we have that and .
We can now begin to describe our first type of algebraic structures known as groups, which are a set equipped with a binary operation that is associative, contains an identity element, and contains inverse elements under for each element in .
Definition: A Group is a pair where is a set and is a binary operation on with the following properties:
1. For all , (Associativity of ).
2. There exists an such that for all , and (The existence of an Identity Element).
3. For all there exists an such that and (The existence of inverses).
Furthermore, 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 G} is a finite set then the group 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 (G, \cdot)} is said to be a Finite Group and if is an infinite set then the group 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 (G, \cdot)} is said to be an Infinite Group. More generally, the Order 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 (G, \cdot)} (or **Size of ) is the size 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 G} and is denoted 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 | G |} .
When we use the multiplication symbol to denote the operation on 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 G} , we often call 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 G} a “multiplicative group”. When the operation of the group is instead denoted by (instead 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 \cdot} ) then we often call 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 G} an “additive group”, and we write the inverse of each as 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} (instead 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^{-1}} ).
Some of the sets and binary operations we have already seen can be considered groups. For example, is a group under standard addition since the sum of any two real numbers is a real number, , is associative, an additive identity exists and inverse elements exist for every (namely ).
Furthermore, is also a group under the operation of standard addition since the sum of any two integers is an integer, addition is associative, the additivity identity is , and for all we have as additive inverses.
We will examine many other (more interesting) groups later on, but for now, let's look at an example of a set and a binary operation that does NOT form a group.
Example 1
Consider the set of integers and define for all by:
(Where the on the righthand side is usual addition of numbers). We will show that is NOT a group by showing that is not associative. Let . Then is not associative since:
Clearly so does not form a group under the operation .
Licensing
Content obtained and/or adapted from:
- [] under a CC BY-SA license