Home » MMU Algebra Worksheet

MMU Algebra Worksheet

MATH 3GR3 Assignment #1Due: Monday, September 27, by 11:59pm
Upload your solutions to the Avenue to Learn course website.
Detailed instructions will be provided on the course website.
NOTE: Question #5 has been slightly modified (to make the
solution shorter and slightly easier).
Please read the following statement on collaboration on homework:
Limited collaboration in planning and thinking through solutions to homework problems is allowed, but no collaboration is allowed in writing up solutions. It is permissible to discuss general aspects of the problem sets with
other students in the class, but each person should hand in his/her own copy
of the solutions. By general aspects I mean you can say things like, “Did you
use Lagrange’s Theorem for question 1?” Anything more detailed than this
is not acceptable.
Violation of these rules may be grounds for giving no credit for a homework paper and also for serious disciplinary action.
In presenting your solutions, I will be looking for well written, comprehensible answers. Please don’t shy away from using complete English sentences
to explain your work, and please be careful how you use quantifiers. Every statement you write down should assert something, and should be used
somehow to help solve the problem at hand.
1. Let X and Y be nonempty sets and let f : X → Y be a function. Show
that the relation a ∼ b if and only if f (a) = f (b) is an equivalence
relation on the set X. Show that there is a one-to-one correspondence
between the equivalence classes of the relation ∼ and the range of the
function f .
2. Determine which of the following relations are equivalence relations.
For those that are, describe the partition that arises from them.
(a) The relation R = {(m, n) : mn ≥ 0} on the set Z.
(b) The relation R = {(m, n) : mn > 0} on the set Z \ {0}.
1
(c) For (x1 , y1 ), (x2 , y2 ) ∈ R2 , (x1 , y1 ) ∼ (x2 , y2 ) if and only if x21 +y12 =
x22 + y22
3. Let G be a group and H a subgroup of G. Define the following relation
on G:
a ∼ b if and only if ab−1 ∈ H.
Show that ∼ is an equivalence relation on G.
4. Write out the Cayley table for the group of symmetries of a regular
pentagon. BONUS: Find all of the subgroups of this group.
5. Suppose that G = {e, a, b, c} is a four element group. Write out the
possible Cayley tables for G, assuming that the element e is the identity
element of the group and that ab = c. Note that ab = e is also a
possibility, but you don’t need to deal with this case in your solution.
6. Let G be a group and a ∈ G. Suppose that m and n are relatively
prime integers such that am = e. Show that there is some element
b ∈ G with a = bn
7. Determine if the set G = {(x, y) ∈ R2 : y 6= 0} along with the operation (a, b) ∗ (c, d) = (ad + bc, bd) is a group.
8. Let n be a positive integer. Prove that there are only finitely many
distinct groups G on the n-element set {0, 1, 2, . . . , n − 1}, i.e., there
are only finitely many Cayley tables for the set {0, 1, 2, . . . , n − 1}.
Provide some upper bound, as a function of n, on the number of such
groups. Note that in Question #4 you’ve essentially shown that once
the identity element for a group on a 4-element set has been selected,
there aren’t that many Cayley tables. This is a very special case, and
things are usually more complicated for larger values of n.
9. Let G be a group that satisfies the following property:
If x, y, z ∈ G with xy = zx, then y = z.
Show that G is an abelian group.
2
10. Go to http://abstract.ups.edu/aata/aata.html and do the SAGE
tutorials for Chapters 1 and 2. Then perform the following calculations
using SAGE. It is probably easiest to enter and execute your SAGE
commands using SageCell (https://sagecell.sagemath.org/). A
SageCell window has been set up at the bottom of the course webpage
and can be used for this assignment (and to perform other SageMath
calculations).
To submit your calculations, either take a screenshot (or maybe a
picture) of the webpage that contains them or include a copy of the
link (i.e., URL) that is produced by the SageCell “share” button, or
just copy and paste your commands and the results into the document that you upload to Avenue to Learn. For a more powerful
environment to run your SAGE commands, you can use COCALC
(https://cocalc.com/).
You will need to know your McMaster student number. Let’s denote
it by N .
(a) Compute the remainder when N (your student number) is divided
by V = 77115025 (Dr. Valeriote’s very old student number).
(b) Compute the greatest common divisor of N and V and find integers a and b such that the gcd is equal to aN + bV .
(c) Find the prime factorization of N and
(d) the smallest prime number p with p > N .
3
\documentclass[12pt]{article}
\usepackage{amssymb}
\usepackage{hyperref}
\begin{document}
\begin{center}
\large
MATH 3GR3 Assignment \#1
\\
Due: Monday, September 27, by 11:59pm
Upload your solutions to the Avenue to Learn course website. Detailed instructions will be
provided on the course website.
\end{center}
\bigskip
\textbf{NOTE: Question \#5 has been slightly modified (to make the solution shorter and
slightly easier).}
\bigskip
\textbf{Please read the following statement on collaboration on homework:}
Limited collaboration in planning and thinking through solutions to homework problems is
allowed, but no collaboration is allowed in writing up solutions. It is permissible to discuss
general aspects of the problem sets with other students in the class, but each person should
hand in his/her own copy of the solutions. By general aspects I mean you can say things
like, “Did you use Lagrange’s Theorem for question 1?” Anything more detailed than this is
not acceptable.
Violation of these rules may be grounds for giving no credit for a homework paper and also
for serious disciplinary action.
\medskip
In presenting your solutions, I will be looking for well written, comprehensible answers.
Please don’t shy away from using complete English sentences to explain your work, and
please be careful how you use quantifiers. Every statement you write down should assert
something, and should be used somehow to help solve the problem at hand.
\bigskip
\begin{enumerate}
\item Let $X$ and $Y$ be nonempty sets and let $f:X \to Y$ be a function. Show that the
relation $a\sim b$ if and only if $f(a) = f(b)$ is an equivalence relation on the set $X$. Show
that there is a one-to-one correspondence between the equivalence classes of the relation
$\sim$ and the range of the function $f$.
\item Determine which of the following relations are equivalence relations. For those that
are, describe the partition that arises from them.
\begin{enumerate}
\item The relation $R = \{(m,n) \,:\, mn \ge 0\}$ on the set $\mathbb{Z}$.
\item The relation $R = \{(m,n) \,:\, mn > 0\}$ on the set $\mathbb{Z}\setminus\{0\}$.
\item For $(x_1, y_1)$, $(x_2, y_2) \in \mathbb{R}^2$, $(x_1, y_1) \sim (x_2, y_2)$ if and
only if $x_1^2 + y_1^2 = x_2^2 + y_2^2$
\end{enumerate}
\item Let $G$ be a group and $H$ a subgroup of $G$. Define the following relation on $G$:
\begin{quote}
$a \sim b$ if and only if $ab^{-1} \in H$.
\end{quote}
Show that $\sim$ is an equivalence relation on $G$.
\item Write out the Cayley table for the group of symmetries of a regular pentagon.
\textbf{BONUS:} Find all of the subgroups of this group.
\item Suppose that $G = \{ e, a, b, c\}$ is a four element group. Write out the possible
Cayley tables for $G$, assuming that the element $e$ is the identity element of the group
\textbf{and that $ab = c$}. Note that $ab = e$ is also a possibility, but you don’t need to deal
with this case in your solution.
\item Let $G$ be a group and $a \in G$. Suppose that $m$ and $n$ are relatively prime
integers such that $a^m = e$. Show that there is some element $b \in G$ with $a = b^n$
\item Determine if the set $G = \{(x,y)\in \mathbb{R}^2\,:\, y \ne 0\}$ along with the operation
$(a,b)*(c,d) = (ad + bc, bd)$ is a group.
\item Let $n$ be a positive integer. Prove that there are only finitely many distinct groups
$G$ on the $n$-element set $\{0,1,2, \ldots, n-1\}$, i.e., there are only finitely many Cayley
tables for the set $\{0, 1, 2, \ldots, n-1\}$. Provide some upper bound, as a function of $n$,
on the number of such groups. Note that in Question \#4 you’ve essentially shown that once
the identity element for a group on a 4-element set has been selected, there aren’t that many
Cayley tables. This is a very special case, and things are usually more complicated for
larger values of $n$.
\item Let $G$ be a group that satisfies the following property:
\begin{quote} If $x$, $y$, $z \in G$ with $xy = zx$, then $y = z$.
\end{quote}
Show that $G$ is an abelian group.
\item Go to \url{http://abstract.ups.edu/aata/aata.html} and do the SAGE tutorials for
Chapters 1 and 2. Then perform the following calculations using SAGE. It is probably
easiest to enter and execute your SAGE commands using SageCell
(\url{https://sagecell.sagemath.org/}). A SageCell window has been set up at the
\href{https://ms.mcmaster.ca/~matt/3gr3/#bottom}{bottom of the course webpage} and can
be used for this assignment (and to perform other SageMath calculations).
To submit your calculations, either take a screenshot (or maybe a picture) of the
webpage that contains them or include a copy of the link (i.e., URL) that is produced by the
SageCell “share” button, or just copy and paste your commands and the results into the
document that you upload to Avenue to Learn. For a more powerful environment to run your
SAGE commands, you can use COCALC (\url{https://cocalc.com/}).
You will need to know your McMaster student number. Let’s denote it by $N$.
\begin{enumerate}
\item Compute the remainder when $N$ (your student number) is divided by $V =
77115025$ (Dr. Valeriote’s \textbf{very old} student number).
\item Compute the greatest common divisor of $N$ and $V$ and find integers $a$ and
$b$ such that the gcd is equal to $aN + bV$.
\item Find the prime factorization of $N$ and
\item the smallest prime number $p$ with $p > N$.
\end{enumerate}
\end{enumerate}
\end{document}

Place your order
(550 words)

Approximate price: $22

Calculate the price of your order

550 words
We'll send you the first draft for approval by September 11, 2018 at 10:52 AM
Total price:
$26
The price is based on these factors:
Academic level
Number of pages
Urgency
Basic features
  • Free title page and bibliography
  • Unlimited revisions
  • Plagiarism-free guarantee
  • Money-back guarantee
  • 24/7 support
On-demand options
  • Writer’s samples
  • Part-by-part delivery
  • Overnight delivery
  • Copies of used sources
  • Expert Proofreading
Paper format
  • 275 words per page
  • 12 pt Arial/Times New Roman
  • Double line spacing
  • Any citation style (APA, MLA, Chicago/Turabian, Harvard)

Our guarantees

Delivering a high-quality product at a reasonable price is not enough anymore.
That’s why we have developed 5 beneficial guarantees that will make your experience with our service enjoyable, easy, and safe.

Money-back guarantee

You have to be 100% sure of the quality of your product to give a money-back guarantee. This describes us perfectly. Make sure that this guarantee is totally transparent.

Read more

Zero-plagiarism guarantee

Each paper is composed from scratch, according to your instructions. It is then checked by our plagiarism-detection software. There is no gap where plagiarism could squeeze in.

Read more

Free-revision policy

Thanks to our free revisions, there is no way for you to be unsatisfied. We will work on your paper until you are completely happy with the result.

Read more

Privacy policy

Your email is safe, as we store it according to international data protection rules. Your bank details are secure, as we use only reliable payment systems.

Read more

Fair-cooperation guarantee

By sending us your money, you buy the service we provide. Check out our terms and conditions if you prefer business talks to be laid out in official language.

Read more

Order your essay today and save 30% with the discount code ESSAYHELP