MATH2201 Lecture Notes

Total Page:16

File Type:pdf, Size:1020Kb

MATH2201 Lecture Notes MATH2201 Lecture Notes Andrei Yafaev (based on notes by Richard Hill, John Talbot and Minhyong Kim) December 8, 2009 If you find a mistake then please email me ([email protected]). Contents 1 Number Theory 2 1.1 Euclid’salgorithm ............................... .... 2 1.2 Factorizationintoprimes . ...... 8 1.3 Congruences..................................... 12 2 Polynomial Rings 16 2.1 IrreducibleelementsinRings . ....... 16 2.2 Euclid’s algorithm in k[X]............................... 19 3 Jordan Canonical Form 23 3.1 Revisionoflinearalgebra . ...... 23 3.2 Matrix representation of linear maps . ......... 27 3.3 Minimalpolynomials.............................. 33 3.4 GeneralizedEigenspaces . ...... 36 3.5 Jordan Bases in the one eigenvalue case . ........ 40 3.6 Jordan Canonical (or Normal) Form in the one eigenvalue case .......... 44 3.7 Jordancanonicalformingeneral. ........ 49 4 Bilinear and Quadratic Forms 52 4.1 MatrixRepresentation . ..... 52 4.2 Symmetric bilinear forms and quadratic forms . ........... 56 4.3 Orthogonality and diagonalization . ......... 58 4.4 ExamplesofDiagonalising. ...... 60 4.5 Canonical forms over C ................................ 63 4.6 Canonical forms over R ................................ 63 5 Inner Product Spaces 66 5.1 GeometryofInnerProductSpaces . ...... 66 5.2 Gram–Schmidt Orthogonalization . ........ 70 5.3 Adjoints........................................ 73 5.4 Isometries...................................... 74 5.5 OrthogonalDiagonalization . ....... 78 1 Lecture 1 Sketch of the course: Number theory (prime numbers, factorization, congruences); • Polynomials (factorization); • Jordan canonical form (generalization of diagonalizing); • Quadratic and bilinear forms; • Euclidean and Hermitian spaces. • Prerequisites (you should know all this from first year algebra courses) Fields and vector spaces (bases, linear independence, span, subspaces). • Linear maps (rank, nullity, kernel and image, matrix representation). • Matrix algebra (row reduction, determinants, eigenvalues and eigenvectors, diagonaliza- • tion). 1 Number Theory For this chapter and the next (Polynomials), I recommend the book ‘A concrete introduction to higher algebra’, by Lindsay Childs. Number theory is the theory of Z = 0, 1, 2,... Recall also the notation N = 1, 2, 3, 4,... { ± ± } { } 1.1 Euclid’s algorithm We say that a Z divides b Z iff there exists c Z such that b = ac. We write a b. • ∈ ∈ ∈ | A common divisor of a and b is d that divides both a and b. • The greatest common divisor or highest common factor of a and b is a common factor • d of a and b such that any other common factor is smaller than d. This is written d = gcd(a, b) = hcf(a, b) = (a, b). Note that every a Z is a factor of 0, since 0 = 0 a. Therefore every number is a common ∈ × factor of 0 and 0, so there is no such thing as hcf(0, 0). However if a, b Z are not both zero, ∈ then they have a highest common factor. In particular if a > 0 then hcf(a, 0) = a. Euclid’s algorithm is a method for calculating highest common factors. Note that if a divides b, then also a divides b or a divides b or a divides b. To remove − − − − this ambiguity, we will usually work with positive integers. The following obvious remark : any divisor of a 0 is smaller or equal to a, is often used in ≥ the proofs. 2 1.1.1 Euclidean divison Let a b 0 be two integers. There exists a UNIQUE pair of ≥ ≥ integers (q,r) satisfying a = qb + r and 0 r < b. ≤ Proof. Two things need to be proved : the existence of (q,r) and its uniqueness. Let us prove the existence. Consider the set S = x,x integer 0: a xb 0 { ≥ − ≥ } The set S is not empty : 1 belongs to S. The set S is bounded : any element x of S satisfies x a . THerefore, S being a bounded set of positive integers, S is finite and hence contains a ≤ b maximal element. Let q be this maximal element and let r := a qb. − We need to prove that 0 r < b. By definition r 0. To prove that r < b, let us argue by ≤ ≥ contradiction. Suppose that r b. Then, replacing r by a qb, we get ≥ − a (q + 1)b 0 − ≥ This means that q + 1 S but q + 1 > q. This contradicts the maximality of q. Therefore r < b ∈ and the existence is proved. Let us now prove the uniqueness. Again we argue by contradiction. Suppose that there exists a pair (q′,r′) satisfying a = q′b+r′ with 0 r < b and such that q = q. By subtracting the inequality 0 r < b to this inequality, ≤ ′ ′ 6 ≤ we get b<r r < b i.e. − ′ − r r′ < b | − | Now by subtracting a = q′b + r′ to a = qb + r and taking the modulus, we get r r′ = q q′ b | − | | − | By assumption q = q , hence q q 1 and we get the inequality 6 ′ | ′ − |≥ r r′ b | − |≥ The two inequalities satisfied by r r contradict each other, hence q = q . And now the equality − ′ ′ r r = q q b gives r = r . The uniqueness is proved. 2 | − ′| | − ′| ′ We now prove the following property which lies at the heart of Euclid’s algorithm. 1.1.2 Let a b 0 be two integers and (q,r) such that ≥ ≥ a = bq + r, 0 r < b ≤ Then hcf(a, b) = hcf(b, r). Proof. Let A := hcf(a, b) and B := hcf(b, r). As r = a bq and A divides a and b, A divides − r. Therefore A is a common factor of b and r. As B is the highest common factor of b and r, A B. ≤ 3 In exactly the same way, one proves (left to the reader), that B A and therefore A = B. ≤ 2 This proposition leads to the following algorithm (Euclids algorithm). Let a b 0 be two integers. We wish to calculate hcf(a, b). ≥ ≥ The method is this: Set r1 = b and r2 = a. If ri 1 = 0 then define for i 3: − 6 ≥ ri 2 = qiri 1 + ri, 0 ri <ri 1. − − ≤ − The fact that ri < ri 1 (strict inequality !!!) implies that there will be an integer n such that − rn = 0. Then by the theorem we have hcf(a, b) = hcf(r2,r3)= ... = hcf(rn 1, 0) = rn 1. − − 1.1.3 Remark When performing Euclid’s algorithm, be very careful not to divide qi by ri. This is a mistake very easy to make. 1.1.4 Example Take a = 27 and b = 7. We have 27 = 3 7 + 6 × 7 = 1 6 + 1 × 6 = 6 1 + 0. × Therefore hcf(27, 7) = hcf(7, 6) = hcf(6, 1) = hcf(1, 0) = 1. Euclid’s algorithm is very easy to implement on a computer. Suppose that you have some standard computer language (Basic, Pascal, Fortran,...) and that it has an instruction r := a mod b which returns the remainder of the Euclidean division of a by b. The implementation of the algorithm would be something like this: Procedure hcf(a, b) If a < b then Swap(a, b) While b = 0 6 Begin r := a mod b a := b b := r End Return a End The following lemma is very important for what will follow. It is essentially ‘the Euclid’s algorithm’ run backwards. 4 1.1.5 Bezout’s Lemma As usual, let a b 0 be integers. Let d = hcf(a, b). Then there ≥ ≥ are integers h, k Z such that ∈ d = ha + kb. Note that in this lemma, the integers h and k are not positive, in fact exactly one of them is negative or zero. Prove it ! Proof. Consider the sequence given by Euclid’s algorithm: a = r1, b = r2,r3,r4,...,rn = d. In fact we’ll show that each of the integers ri may be expressed in the form ha+kb. We prove this by induction on i: it is certainly the case for i = 1, 2 since r = 1 a+0 b and r = 0 a+1 b. 1 × × 2 × × For the inductive step, assume it is the case for ri 1 and ri 2, i.e. − − ri 1 = ha + bk, ri 2 = h′a + k′b. − − We have ri 2 = qri 1 + ri. − − Therefore r = h′a + k′b q(ha + kb) = (h′ qh)a + (k′ qk)b. i − − − 2 1.1.6 Example Again we take a = 27 and b = 7. 27 = 3 7 + 6 × 7 = 1 6 + 1 × 6 = 6 1 + 0. × Therefore 1 = 7 1 6 − × = 7 1 (27 3 7) − × − × = 4 7 1 27. × − × So we take h = 1 and k = 4. − We now apply the Euclid’s algorithm and B´ezout’s lemma to the solution of linear diophan- tine equations. Let a,b,c be three positive integers. A linear diophantine equation (in two variables) is the equation ax + by = c A solution is a pair (x, y) of integers (not necessarily positive) that satisfy this relation. Such an equation may or may not have solutions. For example, consider 2x + 4y = 5. Quite clearly, if there was a solution, then 2 will divide the right hand side, which is 5. This is not the case, therefore, this equation does not have a solution. 5 On the other hand, the equation 2x + 4y = 6 has many solutions : (1, 1), (5, 1),.... This − suggests that the existence of solutions depends on whether or not c is divisible by the hcf(a, b) and that if such is the case, there are many solutions to the equation. This indeed is the case, as shown in the following theorem. Before we prove the theorem, let us prove a couple of preliminary lemmas. 1.1.7 Lemma Let a and b be two positive integers. Let d := hcf(a, b). Then hcf(a/d, b/d) = 1. Proof. Use B´ezout’s lemma : there exist h, k such that ah + kb = d.
Recommended publications
  • Orthogonal Projection, Low Rank Approximation, and Orthogonal Bases
    Week 11 Orthogonal Projection, Low Rank Approximation, and Orthogonal Bases 11.1 Opening Remarks 11.1.1 Low Rank Approximation * View at edX 463 Week 11. Orthogonal Projection, Low Rank Approximation, and Orthogonal Bases 464 11.1.2 Outline 11.1. Opening Remarks..................................... 463 11.1.1. Low Rank Approximation............................. 463 11.1.2. Outline....................................... 464 11.1.3. What You Will Learn................................ 465 11.2. Projecting a Vector onto a Subspace........................... 466 11.2.1. Component in the Direction of ............................ 466 11.2.2. An Application: Rank-1 Approximation...................... 470 11.2.3. Projection onto a Subspace............................. 474 11.2.4. An Application: Rank-2 Approximation...................... 476 11.2.5. An Application: Rank-k Approximation...................... 478 11.3. Orthonormal Bases.................................... 481 11.3.1. The Unit Basis Vectors, Again........................... 481 11.3.2. Orthonormal Vectors................................ 482 11.3.3. Orthogonal Bases.................................. 485 11.3.4. Orthogonal Bases (Alternative Explanation).................... 488 11.3.5. The QR Factorization................................ 492 11.3.6. Solving the Linear Least-Squares Problem via QR Factorization......... 493 11.3.7. The QR Factorization (Again)........................... 494 11.4. Change of Basis...................................... 498 11.4.1. The Unit Basis Vectors,
    [Show full text]
  • Orthogonal Bases and the -So in Section 4.8 We Discussed the Problem of Finding the Orthogonal Projection P
    Orthogonal Bases and the -So In Section 4.8 we discussed the problemR. of finding the orthogonal projection p the vector b into the V of , . , suhspace the vectors , v2 ho If v1 v,, form a for V, and the in x n matrix A has these basis vectors as its column vectors. ilt the orthogonal projection p is given by p = Ax where x is the (unique) solution of the normal system ATAx = A7b. The formula for p takes an especially simple and attractive Form when the ba vectors , . .. , v1 v are mutually orthogonal. DEFINITION Orthogonal Basis An orthogonal basis for the suhspacc V of R” is a basis consisting of vectors , ,v,, that are mutually orthogonal, so that v v = 0 if I j. If in additii these basis vectors are unit vectors, so that v1 . = I for i = 1. 2 n, thct the orthogonal basis is called an orthonormal basis. Example 1 The vectors = (1, 1,0), v2 = (1, —1,2), v3 = (—1,1,1) form an orthogonal basis for . We “normalize” ‘ R3 can this orthogonal basis 1w viding each basis vector by its length: If w1=—- (1=1,2,3), lvii 4.9 Orthogonal Bases and the Gram-Schmidt Algorithm 295 then the vectors /1 I 1 /1 1 ‘\ 1 2” / I w1 0) W2 = —— _z) W3 for . form an orthonormal basis R3 , . ..., v, of the m x ii matrix A Now suppose that the column vectors v v2 form an orthogonal basis for the suhspacc V of R’. Then V}.VI 0 0 v2.v ..
    [Show full text]
  • Baire Category Theorem and Uniform Boundedness Principle)
    Functional Analysis (WS 19/20), Problem Set 3 (Baire Category Theorem and Uniform Boundedness Principle) Baire Category Theorem B1. Let (X; k·kX ) be an innite dimensional Banach space. Prove that X has uncountable Hamel basis. Note: This is Problem A2 from Problem Set 1. B2. Consider subset of bounded sequences 1 A = fx 2 l : only nitely many xk are nonzerog : Can one dene a norm on A so that it becomes a Banach space? Consider the same question with the set of polynomials dened on interval [0; 1]. B3. Prove that the set L2(0; 1) has empty interior as the subset of Banach space L1(0; 1). B4. Let f : [0; 1) ! [0; 1) be a continuous function such that for every x 2 [0; 1), f(kx) ! 0 as k ! 1. Prove that f(x) ! 0 as x ! 1. B5.( Uniform Boundedness Principle) Let (X; k · kX ) be a Banach space and (Y; k · kY ) be a normed space. Let fTαgα2A be a family of bounded linear operators between X and Y . Suppose that for any x 2 X, sup kTαxkY < 1: α2A Prove that . supα2A kTαk < 1 Uniform Boundedness Principle U1. Let F be a normed space C[0; 1] with L2(0; 1) norm. Check that the formula 1 Z n 'n(f) = n f(t) dt 0 denes a bounded linear functional on . Verify that for every , F f 2 F supn2N j'n(f)j < 1 but . Why Uniform Boundedness Principle is not satised in this case? supn2N k'nk = 1 U2.( pointwise convergence of operators) Let (X; k · kX ) be a Banach space and (Y; k · kY ) be a normed space.
    [Show full text]
  • 3 Bilinear Forms & Euclidean/Hermitian Spaces
    3 Bilinear Forms & Euclidean/Hermitian Spaces Bilinear forms are a natural generalisation of linear forms and appear in many areas of mathematics. Just as linear algebra can be considered as the study of `degree one' mathematics, bilinear forms arise when we are considering `degree two' (or quadratic) mathematics. For example, an inner product is an example of a bilinear form and it is through inner products that we define the notion of length in n p 2 2 analytic geometry - recall that the length of a vector x 2 R is defined to be x1 + ... + xn and that this formula holds as a consequence of Pythagoras' Theorem. In addition, the `Hessian' matrix that is introduced in multivariable calculus can be considered as defining a bilinear form on tangent spaces and allows us to give well-defined notions of length and angle in tangent spaces to geometric objects. Through considering the properties of this bilinear form we are able to deduce geometric information - for example, the local nature of critical points of a geometric surface. In this final chapter we will give an introduction to arbitrary bilinear forms on K-vector spaces and then specialise to the case K 2 fR, Cg. By restricting our attention to thse number fields we can deduce some particularly nice classification theorems. We will also give an introduction to Euclidean spaces: these are R-vector spaces that are equipped with an inner product and for which we can `do Euclidean geometry', that is, all of the geometric Theorems of Euclid will hold true in any arbitrary Euclidean space.
    [Show full text]
  • Representation of Bilinear Forms in Non-Archimedean Hilbert Space by Linear Operators
    Comment.Math.Univ.Carolin. 47,4 (2006)695–705 695 Representation of bilinear forms in non-Archimedean Hilbert space by linear operators Toka Diagana This paper is dedicated to the memory of Tosio Kato. Abstract. The paper considers representing symmetric, non-degenerate, bilinear forms on some non-Archimedean Hilbert spaces by linear operators. Namely, upon making some assumptions it will be shown that if φ is a symmetric, non-degenerate bilinear form on a non-Archimedean Hilbert space, then φ is representable by a unique self-adjoint (possibly unbounded) operator A. Keywords: non-Archimedean Hilbert space, non-Archimedean bilinear form, unbounded operator, unbounded bilinear form, bounded bilinear form, self-adjoint operator Classification: 47S10, 46S10 1. Introduction Representing bounded or unbounded, symmetric, bilinear forms by linear op- erators is among the most attractive topics in representation theory due to its significance and its possible applications. Applications include those arising in quantum mechanics through the study of the form sum associated with the Hamil- tonians, mathematical physics, symplectic geometry, variational methods through the study of weak solutions to some partial differential equations, and many oth- ers, see, e.g., [3], [7], [10], [11]. This paper considers representing symmetric, non- degenerate, bilinear forms defined over the so-called non-Archimedean Hilbert spaces Eω by linear operators as it had been done for closed, positive, symmetric, bilinear forms in the classical setting, see, e.g., Kato [11, Chapter VI, Theo- rem 2.23, p. 331]. Namely, upon making some assumptions it will be shown that if φ : D(φ) × D(φ) ⊂ Eω × Eω 7→ K (K being the ground field) is a symmetric, non-degenerate, bilinear form, then there exists a unique self-adjoint (possibly unbounded) operator A such that (1.1) φ(u, v)= hAu, vi, ∀ u ∈ D(A), v ∈ D(φ) where D(A) and D(φ) denote the domains of A and φ, respectively.
    [Show full text]
  • Notes on Symmetric Bilinear Forms
    Symmetric bilinear forms Joel Kamnitzer March 14, 2011 1 Symmetric bilinear forms We will now assume that the characteristic of our field is not 2 (so 1 + 1 6= 0). 1.1 Quadratic forms Let H be a symmetric bilinear form on a vector space V . Then H gives us a function Q : V → F defined by Q(v) = H(v,v). Q is called a quadratic form. We can recover H from Q via the equation 1 H(v, w) = (Q(v + w) − Q(v) − Q(w)) 2 Quadratic forms are actually quite familiar objects. Proposition 1.1. Let V = Fn. Let Q be a quadratic form on Fn. Then Q(x1,...,xn) is a polynomial in n variables where each term has degree 2. Con- versely, every such polynomial is a quadratic form. Proof. Let Q be a quadratic form. Then x1 . Q(x1,...,xn) = [x1 · · · xn]A . x n for some symmetric matrix A. Expanding this out, we see that Q(x1,...,xn) = Aij xixj 1 Xi,j n ≤ ≤ and so it is a polynomial with each term of degree 2. Conversely, any polynomial of degree 2 can be written in this form. Example 1.2. Consider the polynomial x2 + 4xy + 3y2. This the quadratic 1 2 form coming from the bilinear form HA defined by the matrix A = . 2 3 1 We can use this knowledge to understand the graph of solutions to x2 + 2 1 0 4xy + 3y = 1. Note that HA has a diagonal matrix with respect to 0 −1 the basis (1, 0), (−2, 1).
    [Show full text]
  • A Symplectic Banach Space with No Lagrangian Subspaces
    transactions of the american mathematical society Volume 273, Number 1, September 1982 A SYMPLECTIC BANACHSPACE WITH NO LAGRANGIANSUBSPACES BY N. J. KALTON1 AND R. C. SWANSON Abstract. In this paper we construct a symplectic Banach space (X, Ü) which does not split as a direct sum of closed isotropic subspaces. Thus, the question of whether every symplectic Banach space is isomorphic to one of the canonical form Y X Y* is settled in the negative. The proof also shows that £(A") admits a nontrivial continuous homomorphism into £(//) where H is a Hilbert space. 1. Introduction. Given a Banach space E, a linear symplectic form on F is a continuous bilinear map ß: E X E -> R which is alternating and nondegenerate in the (strong) sense that the induced map ß: E — E* given by Û(e)(f) = ü(e, f) is an isomorphism of E onto E*. A Banach space with such a form is called a symplectic Banach space. It can be shown, by essentially the argument of Lemma 2 below, that any symplectic Banach space can be renormed so that ß is an isometry. Any symplectic Banach space is reflexive. Standard examples of symplectic Banach spaces all arise in the following way. Let F be a reflexive Banach space and set E — Y © Y*. Define the linear symplectic form fiyby Qy[(^. y% (z>z*)] = z*(y) ~y*(z)- We define two symplectic spaces (£,, ß,) and (E2, ß2) to be equivalent if there is an isomorphism A : Ex -» E2 such that Q2(Ax, Ay) = ß,(x, y). A. Weinstein [10] has asked the question whether every symplectic Banach space is equivalent to one of the form (Y © Y*, üy).
    [Show full text]
  • Properties of Bilinear Forms on Hilbert Spaces Related to Stability Properties of Certain Partial Differential Operators
    JOURNAL OF hlATHEhlATICAL ANALYSIS AND APPLICATIONS 20, 124-144 (1967) Properties of Bilinear Forms on Hilbert Spaces Related to Stability Properties of Certain Partial Differential Operators N. SAUER National Research Institute for Mathematical Sciences, Pretoria, South Africa Submitted by P. Lax INTRODUCTION The continuous dependence of solutions of positive definite, self-adjoint partial differential equations on the domain was investigated by Babugka [I], [2]. In a recent paper, [3], Babugka and Vjibornjr also studied the continuous dependence of the eigenvalues of strongly-elliptic, self-adjoint partial dif- ferential operators on the domain. It is the aim of this paper to study formalisms in abstract Hilbert space by means of which results on various types of continuous dependences can be obtained. In the case of the positive definite operator it is found that the condition of self-adjointness can be dropped. The properties of operators of this type are studied in part II. In part III the behavior of the eigenvalues of a self- adjoint elliptic operator under various “small changes” is studied. In part IV some applications to partial differential operators and variational theory are sketched. I. BASIC: CONCEPTS AND RESULTS Let H be a complex Hilbert space. We use the symbols X, y, z,... for vectors in H and the symbols a, b, c,... for scalars. The inner product in H is denoted by (~,y) and the norm by I( .v 11 = (x, x)llz. Weak and strong convergence of a sequence (x~} to an element x0 E H are denoted by x’, - x0 and x’, + x,, , respectively. A functional f on H is called: (i) continuous if it is continuous in the strong topology on H, (ii) weakly continuous (w.-continuous) if it is continuous in the weak topology on H.
    [Show full text]
  • Math 2331 – Linear Algebra 6.2 Orthogonal Sets
    6.2 Orthogonal Sets Math 2331 { Linear Algebra 6.2 Orthogonal Sets Jiwen He Department of Mathematics, University of Houston [email protected] math.uh.edu/∼jiwenhe/math2331 Jiwen He, University of Houston Math 2331, Linear Algebra 1 / 12 6.2 Orthogonal Sets Orthogonal Sets Basis Projection Orthonormal Matrix 6.2 Orthogonal Sets Orthogonal Sets: Examples Orthogonal Sets: Theorem Orthogonal Basis: Examples Orthogonal Basis: Theorem Orthogonal Projections Orthonormal Sets Orthonormal Matrix: Examples Orthonormal Matrix: Theorems Jiwen He, University of Houston Math 2331, Linear Algebra 2 / 12 6.2 Orthogonal Sets Orthogonal Sets Basis Projection Orthonormal Matrix Orthogonal Sets Orthogonal Sets n A set of vectors fu1; u2;:::; upg in R is called an orthogonal set if ui · uj = 0 whenever i 6= j. Example 82 3 2 3 2 39 < 1 1 0 = Is 4 −1 5 ; 4 1 5 ; 4 0 5 an orthogonal set? : 0 0 1 ; Solution: Label the vectors u1; u2; and u3 respectively. Then u1 · u2 = u1 · u3 = u2 · u3 = Therefore, fu1; u2; u3g is an orthogonal set. Jiwen He, University of Houston Math 2331, Linear Algebra 3 / 12 6.2 Orthogonal Sets Orthogonal Sets Basis Projection Orthonormal Matrix Orthogonal Sets: Theorem Theorem (4) Suppose S = fu1; u2;:::; upg is an orthogonal set of nonzero n vectors in R and W =spanfu1; u2;:::; upg. Then S is a linearly independent set and is therefore a basis for W . Partial Proof: Suppose c1u1 + c2u2 + ··· + cpup = 0 (c1u1 + c2u2 + ··· + cpup) · = 0· (c1u1) · u1 + (c2u2) · u1 + ··· + (cpup) · u1 = 0 c1 (u1 · u1) + c2 (u2 · u1) + ··· + cp (up · u1) = 0 c1 (u1 · u1) = 0 Since u1 6= 0, u1 · u1 > 0 which means c1 = : In a similar manner, c2,:::,cp can be shown to by all 0.
    [Show full text]
  • CLIFFORD ALGEBRAS Property, Then There Is a Unique Isomorphism (V ) (V ) Intertwining the Two Inclusions of V
    CHAPTER 2 Clifford algebras 1. Exterior algebras 1.1. Definition. For any vector space V over a field K, let T (V ) = k k k Z T (V ) be the tensor algebra, with T (V ) = V V the k-fold tensor∈ product. The quotient of T (V ) by the two-sided⊗···⊗ ideal (V ) generated byL all v w + w v is the exterior algebra, denoted (V ).I The product in (V ) is usually⊗ denoted⊗ α α , although we will frequently∧ omit the wedge ∧ 1 ∧ 2 sign and just write α1α2. Since (V ) is a graded ideal, the exterior algebra inherits a grading I (V )= k(V ) ∧ ∧ k Z M∈ where k(V ) is the image of T k(V ) under the quotient map. Clearly, 0(V )∧ = K and 1(V ) = V so that we can think of V as a subspace of ∧(V ). We may thus∧ think of (V ) as the associative algebra linearly gener- ated∧ by V , subject to the relations∧ vw + wv = 0. We will write φ = k if φ k(V ). The exterior algebra is commutative | | ∈∧ (in the graded sense). That is, for φ k1 (V ) and φ k2 (V ), 1 ∈∧ 2 ∈∧ [φ , φ ] := φ φ + ( 1)k1k2 φ φ = 0. 1 2 1 2 − 2 1 k If V has finite dimension, with basis e1,...,en, the space (V ) has basis ∧ e = e e I i1 · · · ik for all ordered subsets I = i1,...,ik of 1,...,n . (If k = 0, we put { } k { n } e = 1.) In particular, we see that dim (V )= k , and ∅ ∧ n n dim (V )= = 2n.
    [Show full text]
  • Embeddings of Integral Quadratic Forms Rick Miranda Colorado State
    Embeddings of Integral Quadratic Forms Rick Miranda Colorado State University David R. Morrison University of California, Santa Barbara Copyright c 2009, Rick Miranda and David R. Morrison Preface The authors ran a seminar on Integral Quadratic Forms at the Institute for Advanced Study in the Spring of 1982, and worked on a book-length manuscript reporting on the topic throughout the 1980’s and early 1990’s. Some new results which are proved in the manuscript were announced in two brief papers in the Proceedings of the Japan Academy of Sciences in 1985 and 1986. We are making this preliminary version of the manuscript available at this time in the hope that it will be useful. Still to do before the manuscript is in final form: final editing of some portions, completion of the bibliography, and the addition of a chapter on the application to K3 surfaces. Rick Miranda David R. Morrison Fort Collins and Santa Barbara November, 2009 iii Contents Preface iii Chapter I. Quadratic Forms and Orthogonal Groups 1 1. Symmetric Bilinear Forms 1 2. Quadratic Forms 2 3. Quadratic Modules 4 4. Torsion Forms over Integral Domains 7 5. Orthogonality and Splitting 9 6. Homomorphisms 11 7. Examples 13 8. Change of Rings 22 9. Isometries 25 10. The Spinor Norm 29 11. Sign Structures and Orientations 31 Chapter II. Quadratic Forms over Integral Domains 35 1. Torsion Modules over a Principal Ideal Domain 35 2. The Functors ρk 37 3. The Discriminant of a Torsion Bilinear Form 40 4. The Discriminant of a Torsion Quadratic Form 45 5.
    [Show full text]
  • Geometric (Clifford) Algebra and Its Applications
    Geometric (Clifford) algebra and its applications Douglas Lundholm F01, KTH January 23, 2006∗ Abstract In this Master of Science Thesis I introduce geometric algebra both from the traditional geometric setting of vector spaces, and also from a more combinatorial view which simplifies common relations and opera- tions. This view enables us to define Clifford algebras with scalars in arbitrary rings and provides new suggestions for an infinite-dimensional approach. Furthermore, I give a quick review of classic results regarding geo- metric algebras, such as their classification in terms of matrix algebras, the connection to orthogonal and Spin groups, and their representation theory. A number of lower-dimensional examples are worked out in a sys- tematic way using so called norm functions, while general applications of representation theory include normed division algebras and vector fields on spheres. I also consider examples in relativistic physics, where reformulations in terms of geometric algebra give rise to both computational and conceptual simplifications. arXiv:math/0605280v1 [math.RA] 10 May 2006 ∗Corrected May 2, 2006. Contents 1 Introduction 1 2 Foundations 3 2.1 Geometric algebra ( , q)...................... 3 2.2 Combinatorial CliffordG V algebra l(X,R,r)............. 6 2.3 Standardoperations .........................C 9 2.4 Vectorspacegeometry . 13 2.5 Linearfunctions ........................... 16 2.6 Infinite-dimensional Clifford algebra . 19 3 Isomorphisms 23 4 Groups 28 4.1 Group actions on .......................... 28 4.2 TheLipschitzgroupG ......................... 30 4.3 PropertiesofPinandSpingroups . 31 4.4 Spinors ................................ 34 5 A study of lower-dimensional algebras 36 5.1 (R1) ................................. 36 G 5.2 (R0,1) =∼ C -Thecomplexnumbers . 36 5.3 G(R0,0,1)...............................
    [Show full text]