Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
| Download

📚 The CoCalc Library - books, templates and other resources

Views: 96106
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
aAa \in Aaa is in the set AAParagraph
N{\mathbb N}the natural numbersParagraph
Z{\mathbb Z}the integersParagraph
Q{\mathbb Q}the rational numbersParagraph
R{\mathbb R}the real numbersParagraph
C{\mathbb C}the complex numbersParagraph
ABA \subset BAA is a subset of BBParagraph
\emptysetthe empty setParagraph
ABA \cup Bthe union of sets AA and BBParagraph
ABA \cap Bthe intersection of sets AA and BBParagraph
AA'complement of the set AAParagraph
ABA \setminus Bdifference between sets AA and BBParagraph
A×BA \times BCartesian product of sets AA and BBParagraph
AnA^nA××AA \times \cdots \times A (nn times)Paragraph
idididentity mappingParagraph
f1f^{-1}inverse of the function ffParagraph
ab(modn)a \equiv b \pmod{n}aa is congruent to bb modulo nnExample 1.30
n!n!nn factorialExample 2.4
(nk)\binom{n}{k}binomial coefficient n!/(k!(nk)!)n!/(k!(n-k)!)Example 2.4
aba \mid baa divides bbParagraph
gcd(a,b)\gcd(a, b)greatest common divisor of aa and bbParagraph
P(X)\mathcal P(X)power set of XXExercise 2.3.12
lcm(m,n)\lcm(m,n)the least common multiple of mm and nnExercise 2.3.23
Zn\mathbb Z_nthe integers modulo nnParagraph
U(n)U(n)group of units in Zn\mathbb Z_nExample 3.11
Mn(R)\mathbb M_n(\mathbb R)the n×nn \times n matrices with entries in R\mathbb RExample 3.14
detA\det Athe determinant of AAExample 3.14
GLn(R)GL_n(\mathbb R)the general linear groupExample 3.14
Q8Q_8the group of quaternionsExample 3.15
C\mathbb C^*the multiplicative group of complex numbersExample 3.16
G|G|the order of a groupParagraph
R\mathbb R^*the multiplicative group of real numbersExample 3.24
Q\mathbb Q^*the multiplicative group of rational numbersExample 3.24
SLn(R)SL_n(\mathbb R)the special linear groupExample 3.26
Z(G)Z(G)the center of a groupExercise 3.4.48
a\langle a \ranglecyclic group generated by aaTheorem 4.3
a|a|the order of an element aaParagraph
cisθ\cis \thetacosθ+isinθ\cos \theta + i \sin \thetaParagraph
T\mathbb Tthe circle groupParagraph
SnS_nthe symmetric group on nn lettersParagraph
(a1,a2,,ak)(a_1, a_2, \ldots, a_k )cycle of length kkParagraph
AnA_nthe alternating group on nn lettersParagraph
DnD_nthe dihedral groupParagraph
[G:H][G:H]index of a subgroup HH in a group GGParagraph
LH\mathcal L_Hthe set of left cosets of a subgroup HH in a group GGTheorem 6.8
RH\mathcal R_Hthe set of right cosets of a subgroup HH in a group GGTheorem 6.8
aba \notdivide baa does not divide bbTheorem 6.19
d(x,y)d(\mathbf x, \mathbf y)Hamming distance between x\mathbf x and y\mathbf yParagraph
dmind_{\min}the minimum distance of a codeParagraph
w(x)w(\mathbf x)the weight of x\mathbf xParagraph
Mm×n(Z2)\mathbb M_{m \times n}(\mathbf Z_2)the set of m×nm \times n matrices with entries in Z2\mathbb Z_2Paragraph
Null(H)\Null(H)null space of a matrix HHParagraph
δij\delta_{ij}Kronecker deltaLemma 8.27
GHG \cong HGG is isomorphic to a group HHParagraph
Aut(G)\aut(G)automorphism group of a group GGExercise 9.3.37
igi_gig(x)=gxg1i_g(x) = gxg^{-1}Exercise 9.3.41
Inn(G)\inn(G)inner automorphism group of a group GGExercise 9.3.41
ρg\rho_gright regular representationExercise 9.3.44
G/NG/Nfactor group of GG mod NNParagraph
GG'commutator subgroup of GGExercise 10.3.14
kerϕ\ker \phikernel of ϕ\phiParagraph
(aij)(a_{ij})matrixParagraph
O(n)O(n)orthogonal groupParagraph
x\| {\mathbf x} \|length of a vector x\mathbf xParagraph
SO(n)SO(n)special orthogonal groupParagraph
E(n)E(n)Euclidean groupParagraph
Ox{\mathcal O}_xorbit of xxParagraph
XgX_gfixed point set of ggParagraph
GxG_xisotropy subgroup of xxParagraph
N(H)N(H)normalizer of s subgroup HHParagraph
H\mathbb Hthe ring of quaternionsExample 16.7
Z[i]\mathbb Z[i]the Gaussian integersExample 16.12
charR\chr Rcharacteristic of a ring RRParagraph
Z(p)\mathbb Z_{(p)}ring of integers localized at ppExercise 16.6.34
degf(x)\deg f(x)degree of a polynomialParagraph
R[x]R[x]ring of polynomials over a ring RRParagraph
R[x1,x2,,xn]R[x_1, x_2, \ldots, x_n]ring of polynomials in nn indeterminantsParagraph
ϕα\phi_\alphaevaluation homomorphism at α\alphaTheorem 17.5
Q(x)\mathbb Q(x)field of rational functions over Q\mathbb QExample 18.5
ν(a)\nu(a)Euclidean valuation of aaParagraph
F(x)F(x)field of rational functions in xxItem 18.3.7.a
F(x1,,xn)F(x_1, \dots, x_n)field of rational functions in x1,,xnx_1, \ldots, x_nItem 18.3.7.b
aba \preceq baa is less than bbParagraph
aba \vee bjoin of aa and bbParagraph
aba \wedge bmeet of aa and bbParagraph
IIlargest element in a latticeParagraph
OOsmallest element in a latticeParagraph
aa'complement of aa in a latticeParagraph
dimV\dim Vdimension of a vector space VVParagraph
UVU \oplus Vdirect sum of vector spaces UU and VVItem 20.4.17.b
Hom(V,W)\Hom(V, W)set of all linear transformations from UU into VVItem 20.4.18.a
VV^*dual of a vector space VVItem 20.4.18.b
F(α1,,αn)F( \alpha_1, \ldots, \alpha_n)smallest field containing FF and α1,,αn\alpha_1, \ldots, \alpha_nParagraph
[E:F][E:F]dimension of a field extension of EE over FFParagraph
GF(pn)\gf(p^n)Galois field of order pnp^nParagraph
FF^*multiplicative group of a field FFParagraph
G(E/F)G(E/F)Galois group of EE over FFParagraph
F{σi}F_{\{\sigma_i \}}field fixed by the automorphism σi\sigma_iProposition 23.13
FGF_Gfield fixed by the automorphism group GGCorollary 23.14
Δ2\Delta^2discriminant of a polynomialExercise 23.4.22