Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
| Download
Project: stephanie's main branch
Views: 103Image: ubuntu2204
\documentclass{article}1\usepackage{graphicx, amsmath, amssymb, xcolor} % Required for inserting images23\title{Choosing Symmetry}4\author{Stephanie}5\date{January 2025}6\input{defs}7\begin{document}89\maketitle1011\subsubsection*{Introducing Symmetry}12We 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!131415Graphs 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.1617\begin{figure}18\centering19\includegraphics[width=0.5\linewidth]{Pics/Function_x^3.svg.png}20\caption{The odd function $f(x) = x^3$ appears symmetric about the origin $(0,0).$}21\label{fig:enter-label}22\end{figure}2324\begin{itemize}25\item \textbf{1)} Draw some forms (artistic and mathematical) which you believe might constitute as symmetric.26\end{itemize}27The 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:28\begin{center}29$\begin{bmatrix}302 & \color{teal}3 & \color{magenta}6\\31\color{teal}3 & 4 & \color{orange}5\\32\color{magenta}6 & \color{orange}5 & 933\end{bmatrix}$343536\end{center}37which we might say is a \emph{symmetric matrix}.38\begin{itemize}39\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!40\end{itemize}41\subsubsection*{Sets and the Symmetric Group $S_n$}4243One 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} .4445Let 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$.46\begin{figure}47\centering48\includegraphics[width=0.5\linewidth]{Pics/Coloured_Balls.png}49\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.}50\label{fig:enter-label}51\end{figure}52A subset $A \subseteq B$ can be thought of as a combination of elements53in 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.54\begin{itemize}55\item \textbf{3)} Can you list all possible subsets of our set of balls $B$?56\end{itemize}57\begin{figure}58\centering59\includegraphics[width=0.5\linewidth]{Pics/bij.jpg}60\caption{A bijection $f$ of points.}61\label{fig:enter-label}62\end{figure}63Now 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 that64\[f(a)= l,\]65\[f(b) = m.\]66\[f(c) = n,\]67\[f(d) = k,\]68for 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}$.69\begin{itemize}70\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.71\end{itemize}7273So 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 allow74\[f(a)= a,\]75\[f(b) = b.\]76\[f(c) = c,\]77\[f(d) = d,\]78or79\[f(a)= b,\]80\[f(b) = c.\]81\[f(c) = d,\]82\[f(d) = a,\]83. . . and so on.848586Well, 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.8788Mapping elements of a set back to themselves describes the $n!$ permutations on $n$ elements of the set.89\begin{itemize}90\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?91\end{itemize}92We denote $n!$ as factorial of the non-negative integer $n$. Specifically,93\[n! = n \times (n - 1) \times (n - 2) \times (n - 3) \times . . .\times 3 \times 2 \times 1.\]94As for a concrete example, let $n = 6$ and we have95\[6! = 6 \times 5 \times 4 \times 3 \times 2 \times 1 = 720.\]96It follows that the symmetric group $S_6$ would have 720 elements.97\subsubsection*{Choosing Combinations: Symmetry of the Binomial Coefficient}98We've decided that $n!$ represents the permutations on $n$ elements, but how can we calculate \emph{combinations}?99\begin{itemize}100\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!101\end{itemize}102\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}103104You 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.105\begin{itemize}106\item \textbf{7)} Back to balls! Say we have 2 bins of 8 balls each.107\begin{itemize}108\item \textbf{a)} Solve for $\binom{8}{3}$, choosing balls from bin $A$.109\item \textbf{b)} Solve for $\binom{8}{5}$, choosing balls from bin $B$. Do you notice anything about your answer?110\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"?111\end{itemize}112\end{itemize}113114\input{glossary}115\end{document}116117118119