Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

📚 The CoCalc Library - books, templates and other resources

133948 views
License: OTHER
Kernel:
%%html <link href="http://mathbook.pugetsound.edu/beta/mathbook-content.css" rel="stylesheet" type="text/css" /> <link href="https://aimath.org/mathbook/mathbook-add-on.css" rel="stylesheet" type="text/css" /> <style>.subtitle {font-size:medium; display:block}</style> <link href="https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic" rel="stylesheet" type="text/css" /> <link href="https://fonts.googleapis.com/css?family=Inconsolata:400,700&subset=latin,latin-ext" rel="stylesheet" type="text/css" /><!-- Hide this cell. --> <script> var cell = $(".container .cell").eq(0), ia = cell.find(".input_area") if (cell.find(".toggle-button").length == 0) { ia.after( $('<button class="toggle-button">Toggle hidden code</button>').click( function (){ ia.toggle() } ) ) ia.hide() } </script>

Important: to view this notebook properly you will need to execute the cell above, which assumes you have an Internet connection. It should already be selected, or place your cursor anywhere above to select. Then press the "Run" button in the menu bar above (the right-pointing arrowhead), or press Shift-Enter on your keyboard.

ParseError: KaTeX parse error: \newcommand{\lt} attempting to redefine \lt; use \renewcommand

AppendixCNotation

The following table defines the notation used in this book. Page numbers or references refer to the first appearance of each symbol.

SymbolDescriptionLocation
$a \in A$$a$ is in the set $A$Paragraph
${\mathbb N}$the natural numbersParagraph
${\mathbb Z}$the integersParagraph
${\mathbb Q}$the rational numbersParagraph
${\mathbb R}$the real numbersParagraph
${\mathbb C}$the complex numbersParagraph
$A \subset B$$A$ is a subset of $B$Paragraph
$\emptyset$the empty setParagraph
$A \cup B$the union of sets $A$ and $B$Paragraph
$A \cap B$the intersection of sets $A$ and $B$Paragraph
$A'$complement of the set $A$Paragraph
$A \setminus B$difference between sets $A$ and $B$Paragraph
$A \times B$Cartesian product of sets $A$ and $B$Paragraph
$A^n$$A \times \cdots \times A$ ($n$ times)Paragraph
$id$identity mappingParagraph
$f^{-1}$inverse of the function $f$Paragraph
$a \equiv b \pmod{n}$$a$ is congruent to $b$ modulo $n$Example 1.30
$n!$$n$ factorialExample 2.4
$\binom{n}{k}$binomial coefficient $n!/(k!(n-k)!)$Example 2.4
$a \mid b$$a$ divides $b$Paragraph
$\gcd(a, b)$greatest common divisor of $a$ and $b$Paragraph
$\mathcal P(X)$power set of $X$Exercise 2.3.12
$\lcm(m,n)$the least common multiple of $m$ and $n$Exercise 2.3.23
$\mathbb Z_n$the integers modulo $n$Paragraph
$U(n)$group of units in $\mathbb Z_n$Example 3.11
$\mathbb M_n(\mathbb R)$the $n \times n$ matrices with entries in $\mathbb R$Example 3.14
$\det A$the determinant of $A$Example 3.14
$GL_n(\mathbb R)$the general linear groupExample 3.14
$Q_8$the group of quaternionsExample 3.15
$\mathbb C^*$the multiplicative group of complex numbersExample 3.16
$|G|$the order of a groupParagraph
$\mathbb R^*$the multiplicative group of real numbersExample 3.24
$\mathbb Q^*$the multiplicative group of rational numbersExample 3.24
$SL_n(\mathbb R)$the special linear groupExample 3.26
$Z(G)$the center of a groupExercise 3.4.48
$\langle a \rangle$cyclic group generated by $a$Theorem 4.3
$|a|$the order of an element $a$Paragraph
$\cis \theta$$\cos \theta + i \sin \theta$Paragraph
$\mathbb T$the circle groupParagraph
$S_n$the symmetric group on $n$ lettersParagraph
$(a_1, a_2, \ldots, a_k )$cycle of length $k$Paragraph
$A_n$the alternating group on $n$ lettersParagraph
$D_n$the dihedral groupParagraph
$[G:H]$index of a subgroup $H$ in a group $G$Paragraph
$\mathcal L_H$the set of left cosets of a subgroup $H$ in a group $G$Theorem 6.8
$\mathcal R_H$the set of right cosets of a subgroup $H$ in a group $G$Theorem 6.8
$a \notdivide b$$a$ does not divide $b$Theorem 6.19
$d(\mathbf x, \mathbf y)$Hamming distance between $\mathbf x$ and $\mathbf y$Paragraph
$d_{\min}$the minimum distance of a codeParagraph
$w(\mathbf x)$the weight of $\mathbf x$Paragraph
$\mathbb M_{m \times n}(\mathbf Z_2)$the set of $m \times n$ matrices with entries in $\mathbb Z_2$Paragraph
$\Null(H)$null space of a matrix $H$Paragraph
$\delta_{ij}$Kronecker deltaLemma 8.27
$G \cong H$$G$ is isomorphic to a group $H$Paragraph
$\aut(G)$automorphism group of a group $G$Exercise 9.3.37
$i_g$$i_g(x) = gxg^{-1}$Exercise 9.3.41
$\inn(G)$inner automorphism group of a group $G$Exercise 9.3.41
$\rho_g$right regular representationExercise 9.3.44
$G/N$factor group of $G$ mod $N$Paragraph
$G'$commutator subgroup of $G$Exercise 10.3.14
$\ker \phi$kernel of $\phi$Paragraph
$(a_{ij})$matrixParagraph
$O(n)$orthogonal groupParagraph
$\| {\mathbf x} \|$length of a vector $\mathbf x$Paragraph
$SO(n)$special orthogonal groupParagraph
$E(n)$Euclidean groupParagraph
${\mathcal O}_x$orbit of $x$Paragraph
$X_g$fixed point set of $g$Paragraph
$G_x$isotropy subgroup of $x$Paragraph
$N(H)$normalizer of s subgroup $H$Paragraph
$\mathbb H$the ring of quaternionsExample 16.7
$\mathbb Z[i]$the Gaussian integersExample 16.12
$\chr R$characteristic of a ring $R$Paragraph
$\mathbb Z_{(p)}$ring of integers localized at $p$Exercise 16.6.34
$\deg f(x)$degree of a polynomialParagraph
$R[x]$ring of polynomials over a ring $R$Paragraph
$R[x_1, x_2, \ldots, x_n]$ring of polynomials in $n$ indeterminantsParagraph
$\phi_\alpha$evaluation homomorphism at $\alpha$Theorem 17.5
$\mathbb Q(x)$field of rational functions over $\mathbb Q$Example 18.5
$\nu(a)$Euclidean valuation of $a$Paragraph
$F(x)$field of rational functions in $x$Item 18.3.7.a
$F(x_1, \dots, x_n)$field of rational functions in $x_1, \ldots, x_n$Item 18.3.7.b
$a \preceq b$$a$ is less than $b$Paragraph
$a \vee b$join of $a$ and $b$Paragraph
$a \wedge b$meet of $a$ and $b$Paragraph
$I$largest element in a latticeParagraph
$O$smallest element in a latticeParagraph
$a'$complement of $a$ in a latticeParagraph
$\dim V$dimension of a vector space $V$Paragraph
$U \oplus V$direct sum of vector spaces $U$ and $V$Item 20.4.17.b
$\Hom(V, W)$set of all linear transformations from $U$ into $V$Item 20.4.18.a
$V^*$dual of a vector space $V$Item 20.4.18.b
$F( \alpha_1, \ldots, \alpha_n)$smallest field containing $F$ and $\alpha_1, \ldots, \alpha_n$Paragraph
$[E:F]$dimension of a field extension of $E$ over $F$Paragraph
$\gf(p^n)$Galois field of order $p^n$Paragraph
$F^*$multiplicative group of a field $F$Paragraph
$G(E/F)$Galois group of $E$ over $F$Paragraph
$F_{\{\sigma_i \}}$field fixed by the automorphism $\sigma_i$Proposition 23.13
$F_G$field fixed by the automorphism group $G$Corollary 23.14
$\Delta^2$discriminant of a polynomialExercise 23.4.22