Contact Us!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
Avatar for stephanie's main branch.

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.

| Download
Views: 103
Image: ubuntu2204
1
\documentclass{article}
2
\usepackage{graphicx, amsmath, amssymb, xcolor} % Required for inserting images
3
4
\title{Choosing Symmetry}
5
\author{Stephanie}
6
\date{January 2025}
7
\input{defs}
8
\begin{document}
9
10
\maketitle
11
12
\subsubsection*{Introducing Symmetry}
13
We have indeed chosen symmetry as this iteration's \emph{The Elementary Yard} theme. Symmetry may be a concept one typically associates with beauty, balance, art, and design; yet there is "another side" to symmetry - the mathematical side. Much of the time "symmetry" is what makes math so beautiful!
14
15
16
Graphs of cubic functions from calculus (the study of functions) have a natural symmetry to them. And if you are not familiar with calculus, please still read on!, as we promise to gently introduce the concept of functions within this column.
17
18
\begin{figure}
19
\centering
20
\includegraphics[width=0.5\linewidth]{Pics/Function_x^3.svg.png}
21
\caption{The odd function $f(x) = x^3$ appears symmetric about the origin $(0,0).$}
22
\label{fig:enter-label}
23
\end{figure}
24
25
\begin{itemize}
26
\item \textbf{1)} Draw some forms (artistic and mathematical) which you believe might constitute as symmetric.
27
\end{itemize}
28
The mathematical study of symmetry is often attributed to the subject of \emph{abstract algebra}. But before abstract algebra, and often after calculus, one typically studies \emph{linear algebra}. Linear algebra studies vector spaces and linear transformations via matrices like the one below:
29
\begin{center}
30
$\begin{bmatrix}
31
2 & \color{teal}3 & \color{magenta}6\\
32
\color{teal}3 & 4 & \color{orange}5\\
33
\color{magenta}6 & \color{orange}5 & 9
34
\end{bmatrix}$
35
36
37
\end{center}
38
which we might say is a \emph{symmetric matrix}.
39
\begin{itemize}
40
\item \textbf{2)} Refer to the glossary of Mathy Terms - can you write out another symmetric matrix or two? Congratulations if so - you'll be on your way to abstract algebra soon enough!
41
\end{itemize}
42
\subsubsection*{Sets and the Symmetric Group $S_n$}
43
44
One relevant object of study within abstract algebra is the symmetric group $S_n$, which define as the collection of all \emph{permutations of a set} .
45
46
Let us have a set of 8 balls $B$ in green $g$, cyan $c$, orange $o$, pink $p$, indigo $i$, red $r$, yellow $y$, and white $w$. We write $g, c, o, p, i, r, y, w \in B$ to say that these balls are in the set $B$.
47
\begin{figure}
48
\centering
49
\includegraphics[width=0.5\linewidth]{Pics/Coloured_Balls.png}
50
\caption{we have a set of balls $B = \{g, c, o, p, i, r, y, w\}$ where each ball is an \emph{element} in the set.}
51
\label{fig:enter-label}
52
\end{figure}
53
A subset $A \subseteq B$ can be thought of as a combination of elements
54
in a set. We can even have the empty set $\varnothing$ consisting of 0 elements, 1-element subsets, 2-element subsets . . . even the whole set $B \subseteq B$ can be considered a subset of itself.
55
\begin{itemize}
56
\item \textbf{3)} Can you list all possible subsets of our set of balls $B$?
57
\end{itemize}
58
\begin{figure}
59
\centering
60
\includegraphics[width=0.5\linewidth]{Pics/bij.jpg}
61
\caption{A bijection $f$ of points.}
62
\label{fig:enter-label}
63
\end{figure}
64
Now suppose we have a set of points $P = \{a, b, c, d\}$. We could apply a function $f$ to map $\{a, b, c, d\}$ to another 4 points in the set $\mathcal{P}$. Specifically, we would apply $f(a), f(b), f(c), f(d)$ to give say points $l, m, n, k \in \mathcal{P}$. Or, see that
65
\[f(a)= l,\]
66
\[f(b) = m.\]
67
\[f(c) = n,\]
68
\[f(d) = k,\]
69
for the points $l, m, n, k \in \mathcal{P}$. Specifically, we have a \emph{bijection} of sets via a bijective function $f$ where our points $a, b, c, d \in P$ map \emph{onto} and are in \emph{one-to-one} with the points $l, m, n, k \in \mathcal{P}$.
70
\begin{itemize}
71
\item \textbf{4)} Allow $a \in P$ to map to any element $l, m, n, k \in \mathcal{P}$ via a bijective function $f$, and then continue to map $b, c, d \in P$ to the remaining $l, m, n, k \in \mathcal{P}$. How many total bijections can we define? Feel free to draw it out! Hint: Your number of arrows should be your number of bijections.
72
\end{itemize}
73
74
So here we have mapped the elements of one set to another via bijections. But what if we were to map the elements of $P$ back to themselves? Sounds strange, but certainly we could allow
75
\[f(a)= a,\]
76
\[f(b) = b.\]
77
\[f(c) = c,\]
78
\[f(d) = d,\]
79
or
80
\[f(a)= b,\]
81
\[f(b) = c.\]
82
\[f(c) = d,\]
83
\[f(d) = a,\]
84
. . . and so on.
85
86
87
Well, why would we want to do that? Why would we want to map elements of a set back to themselves? \emph {The bijections of a set to itself is the symmetric group $S_n$} - the relevant group we mentioned earlier. At the end of the day, one way to think about symmetry is as a \emph{mapping of an object onto itself which preserves its original structure}. For our set $P$, the bijections to itself are symmetries that give rise to permutations.
88
89
Mapping elements of a set back to themselves describes the $n!$ permutations on $n$ elements of the set.
90
\begin{itemize}
91
\item \textbf{5)} Refer back to \textbf{3)}, where we found all the possible subsets of the set $B$. How does a combination of elements differ from a permutation of elements?
92
\end{itemize}
93
We denote $n!$ as factorial of the non-negative integer $n$. Specifically,
94
\[n! = n \times (n - 1) \times (n - 2) \times (n - 3) \times . . .\times 3 \times 2 \times 1.\]
95
As for a concrete example, let $n = 6$ and we have
96
\[6! = 6 \times 5 \times 4 \times 3 \times 2 \times 1 = 720.\]
97
It follows that the symmetric group $S_6$ would have 720 elements.
98
\subsubsection*{Choosing Combinations: Symmetry of the Binomial Coefficient}
99
We've decided that $n!$ represents the permutations on $n$ elements, but how can we calculate \emph{combinations}?
100
\begin{itemize}
101
\item \textbf{6)} Let's say we have a tray of 6 cupcakes each frosted a different color (perhaps pink, orange, yellow, white, green, and lavender) and your plan is to take 2 to-go. How many different combinations of 2 cupcakes can you possibly take home with you? Choose and calculate carefully!
102
\end{itemize}
103
\color{red} \textbf{Spoiler!} In other words you have 6 different cupcakes and are choosing 2, which we denote mathematically as ${}_6C_2$ or $\binom{6}{2}$. We call $\binom{n}{k} = \frac{n!}{k!(n - k)!}$ the \emph{binomial coefficient}. \color{black}
104
105
You may interested to know that the binomial coefficient $\binom{n}{k}$ possesses a natural symmetry, which we urge you to explore in the final problem.
106
\begin{itemize}
107
\item \textbf{7)} Back to balls! Say we have 2 bins of 8 balls each.
108
\begin{itemize}
109
\item \textbf{a)} Solve for $\binom{8}{3}$, choosing balls from bin $A$.
110
\item \textbf{b)} Solve for $\binom{8}{5}$, choosing balls from bin $B$. Do you notice anything about your answer?
111
\item \textbf{c)} How can we explain any symmetries you might notice between choosing balls from bin $A$ and bin $B$? Thinking about other symmetries we have encountered throughout this column, can you infer how the symmetry of the binomial coefficient "works"?
112
\end{itemize}
113
\end{itemize}
114
115
\input{glossary}
116
\end{document}
117
118
119