Math 112 Quadratic and Bilinear Forms November 24,2015

Total Page:16

File Type:pdf, Size:1020Kb

Math 112 Quadratic and Bilinear Forms November 24,2015 MATH 112 QUADRATIC AND BILINEAR FORMS NOVEMBER 24,2015 M. J. HOPKINS 1. Bilinear forms 1.1. Bilinear forms and matrices. Definition 1.1. Suppose that F is a field and V is a vector space over F .A bilinear form on V is a map B : V × V ! F having the property that for all w; x; y 2 V and all λ 2 F , the following hold B(w; x + y) = B(w; x) + B(w; y) B(w; λx) = λB(w; x) B(w + x; y) = B(w; y) + B(x; y) B(λw; x) = λB(w; x): Definition 1.2. Suppose that F is a field. A bilinear form over F is a pair B = (V; B) consisting of a finite dimensional vector space V over F and a bilinear form B on V . Example 1.3. Suppose that V = F n and for x = (x1; : : : ; xn) y = (y1; : : : ; yn) we define B(x; y) = x · y = x1y1 + ··· + xnyn: Then B is a bilinear form (this is the usual dot product). Example 1.4. More generally suppose we are given λ1; : : : ; λn 2 F and we define B(x; y) = λ1x1y1 + ··· + λnxnyn: Then B is a bilinear form. Example 1.5. Even more generally suppose we are given an n×n matrix M = (λij). Then X (1.6) B(x; y) = λijxiyj is a bilinear form. 1 2 M. J. HOPKINS Example 1.7. The most degenerate case of Example 1.5 is when the matrix M is zero. We will call this the zero form. There is one zero bilinear form of every dimension over F . We denote it by 0n = (F n; 0). We should probably check that (1.6) is actually bilinear. There's a relatively painless way to do this. Write x and y as column vectors. Then (1.6) can be re-written as B(x; y) = xT · M · y: From this is easy to check the conditions. Now we will show that every bilinear form arises in this way from a matrix. Suppose that V is finite dimensional of dimension n, and that α = fv1; : : : ; vng is an ordered basis of V . Define a matrix Bα by (Bα)ij = B(vi; vj): By writing x 2 V as x = x1v1 + ··· xnvn we can represent each x uniquely as a column vector 2 3 x1 6 . 7 (1.8) xα = 4 . 5 xn Then T (1.9) B(x; y) = xα Myα: We now have two structures in linear algebra that correspond to square matrices. For a linear transformation T : V ! V a choice of ordered basis α = fv1; : : : ; vng n α of V allows us to identify V with F and express T as a matrix Tα . For another β choice of ordered basis β = fw1; : : : ; wng we get another matrix Tβ . The matrices α β Tα and Tβ are related by β −1 α Tβ = S Tα S where S is the matrix constructed by solving X wj = sijvi: For a bilinear form B : V ×V ! F a choice of ordered basis allows us to represent B by a matrix Bα (your book denotes this as α(B)). The bilinear form may then be computed as (1.9). If α and β are two ordered bases, related by a matrix S as above, then T Bβ = S BαS: Two matrices M1 and M2 are similar if there is an invertible matrix S for which −1 M2 = S M1S. Thus linear transformations T : V ! V correspond to matrices up to similarity. Two matrices M1 and M2 are congruent if there is an invertible T matrix S for which M2 = S M1S. Bilinear forms correspond to matrices up to congruence. QUADRATIC FORMS 3 1.2. Symmetric bilinear forms. Definition 1.10. A bilinear form B is symmetric if B(x; y) = B(y; x) for all x; y 2 V Exercise 1.1. Show that B is symmetric if and only if for every ordered basis α, the matrix Bα is a symmetric matrix. Definition 1.11. A bilinear form B is non-degenerate for every 0 6= v 2 V there exists w 2 V such that B(v; w) 6= 0. Exercise 1.2. Show that a bilinear form on a finite dimensional vector space V is non-degenerate if and only if for every ordered basis (v1 ··· ; vn) the matrix Bα is an invertible matrix. Exercise 1.3. A bilinear form B on V gives a map B~ : V ! V ∗ defined by B~(x)(y) = B(x; y): Show that B is non-degenerate if and only if B~ is a monomorphism. We will now restrict our attention to symmetric bilinear forms. When the char- acteristic of F is not equal to 2 it turns out that every symmetric bilinear form can be put into the form of Example 1.5. This fact is called the diagonalizability of quadratic forms (over fields of characteristic not equal to 2). Danny and I went through the proof in class, but it's worth thinking through some of the details. Theorem 1.12. Suppose that B is a symmetric bilinear form on a finite dimen- sional vector space V over a field F . If the characteristic of F is not equal to 2, then there is an ordered basis α = fv1; : : : ; vng of V having the property that (1.13) B(vi; vj) = 0 if i 6= j: (equivalently the matrix Bα is diagonal). Let's go through the proof. For the rest of this section we will assume that the characteristic of F is not 2. Lemma 1.14. Suppose that B is a symmetric bilinear form on V . If B is non-zero then there is a vector v 2 V for which B(v; v) 6= 0: Proof: If B is non-zero there are vectors x; y 2 V for which B(x; y) 6= 0. Using bilinearity and the fact that B is symmetric, we expand B(x + y; x + y) = B(x; x) + B(y; y) + 2B(x; y): Since 2 6= 0 2 F the rightmost term is non-zero. It follows that at least one of the other terms must be non-zero. We can choose v to be x, y, or x+y accordingly. It will also be useful to have some more terminology. Suppose that (V; B) is a symmetric bilinear form over F and W ⊂ V is a subspace. We can then define a symmetric bilinear form (W; BW ) by setting BW (x; y) = B(x; y): Definition 1.15. The restriction of B to W is the bilinear form (W; BW ) con- structed above. 4 M. J. HOPKINS Definition 1.16. Suppose that U ⊂ V is a subset of V . The B-orthogonal com- plement (or just orthogonal complement) of U is the set U ? = fv 2 V j B(u; v) = 0 8u 2 Ug: Exercise 1.4. Show that U ? is always a subspace of V . Proof of Theorem 1.12: We prove the result by induction on the dimension of V . The result is obvious when dim V = 1. Suppose then that dim V = n and we have proved the result for all symmetric bilinear forms on vector spaces of dimension less than n. If B(x; y) is zero for all x and y then any basis of V will satisfy. We may therefore suppose that B is non-zero. By Lemma 1.14 there is a v 2 V for which B(v; v) 6= 0. Let W = fvg? = fx 2 V j B(v; x) = 0g; and let BW be the restriction of B to W , so that BW (x; y) = B(x; y): Note that W is the kernel of the linear transformation B(v; − ): V ! F: Since B(v; v) 6= 0, this transformation is surjective, and so its kernel W has dimen- sion (n − 1). We may therefore employ the induction hypothesis and produce a basis fv1; : : : ; vn−1g of W satisfying BW (vi; vj) = B(vi; vj) = 0 if i 6= j: Now one easily checks that fv1; : : : ; vn−1; vg is a basis of W satisfying (1.13). Exercise 1.5. Prove the last two assertions in the above proof: that fv1; : : : ; vn−1; vg is indeed a basis of W and that it satisfies (1.13). Exercise 1.6. With the notation of the proof of Theorem 1.12, show that if B is non-degenerate then so is BW . Exercise 1.7. Suppose that the characteristic of F is not 2, and that B is a sym- metric bilinear form on a vector space V of dimension n. Let fv1; : : : ; vng be a basis of V satisfying (1.13), and let λi = B(vi; vi). Is the set fλ1; : : : ; λng determined by B? In other words does another basis satisfying (1.13) lead to the same set of λi's? Exercise 1.8. Show that if F is the field of real numbers and B is non-degenerate then one can find a basis fv1; : : : ; vng of V for which B(vi; vj) = 0 if i 6= j and for which B(vi; vi) = ±1 for i = 1; : : : ; n. Let p be the number of i for which B(vi; vi) = 1 and q the number of i for which B(vi; vi) = −1. The number p − q is called the signature of B and is independent of the choice of basis. The number n is called the rank of B. A symmetric bilinear form over R is thus determined by its rank and its signature.
Recommended publications
  • 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]
  • 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]
  • Preliminary Material for M382d: Differential Topology
    PRELIMINARY MATERIAL FOR M382D: DIFFERENTIAL TOPOLOGY DAVID BEN-ZVI Differential topology is the application of differential and integral calculus to study smooth curved spaces called manifolds. The course begins with the assumption that you have a solid working knowledge of calculus in flat space. This document sketches some important ideas and given you some problems to jog your memory and help you review the material. Don't panic if some of this material is unfamiliar, as I expect it will be for most of you. Simply try to work through as much as you can. [In the name of intellectual honesty, I mention that this handout, like much of the course, is cribbed from excellent course materials developed in previous semesters by Dan Freed.] Here, first, is a brief list of topics I expect you to know: Linear algebra: abstract vector spaces and linear maps, dual space, direct sum, subspaces and quotient spaces, bases, change of basis, matrix compu- tations, trace and determinant, bilinear forms, diagonalization of symmetric bilinear forms, inner product spaces Calculus: directional derivative, differential, (higher) partial derivatives, chain rule, second derivative as a symmetric bilinear form, Taylor's theo- rem, inverse and implicit function theorem, integration, change of variable formula, Fubini's theorem, vector calculus in 3 dimensions (div, grad, curl, Green and Stokes' theorems), fundamental theorem on ordinary differential equations You may or may not have studied all of these topics in your undergraduate years. Most of the topics listed here will come up at some point in the course. As for references, I suggest first that you review your undergraduate texts.
    [Show full text]
  • Fact Sheet Functional Analysis
    Fact Sheet Functional Analysis Literature: Hackbusch, W.: Theorie und Numerik elliptischer Differentialgleichungen. Teubner, 1986. Knabner, P., Angermann, L.: Numerik partieller Differentialgleichungen. Springer, 2000. Triebel, H.: H¨ohere Analysis. Harri Deutsch, 1980. Dobrowolski, M.: Angewandte Funktionalanalysis, Springer, 2010. 1. Banach- and Hilbert spaces Let V be a real vector space. Normed space: A norm is a mapping k · k : V ! [0; 1), such that: kuk = 0 , u = 0; (definiteness) kαuk = jαj · kuk; α 2 R; u 2 V; (positive scalability) ku + vk ≤ kuk + kvk; u; v 2 V: (triangle inequality) The pairing (V; k · k) is called a normed space. Seminorm: In contrast to a norm there may be elements u 6= 0 such that kuk = 0. It still holds kuk = 0 if u = 0. Comparison of two norms: Two norms k · k1, k · k2 are called equivalent if there is a constant C such that: −1 C kuk1 ≤ kuk2 ≤ Ckuk1; u 2 V: If only one of these inequalities can be fulfilled, e.g. kuk2 ≤ Ckuk1; u 2 V; the norm k · k1 is called stronger than the norm k · k2. k · k2 is called weaker than k · k1. Topology: In every normed space a canonical topology can be defined. A subset U ⊂ V is called open if for every u 2 U there exists a " > 0 such that B"(u) = fv 2 V : ku − vk < "g ⊂ U: Convergence: A sequence vn converges to v w.r.t. the norm k · k if lim kvn − vk = 0: n!1 1 A sequence vn ⊂ V is called Cauchy sequence, if supfkvn − vmk : n; m ≥ kg ! 0 for k ! 1.
    [Show full text]
  • Limit Roots of Lorentzian Coxeter Systems
    UNIVERSITY OF CALIFORNIA Santa Barbara Limit Roots of Lorentzian Coxeter Systems A Thesis submitted in partial satisfaction of the requirements for the degree of Master of Arts in Mathematics by Nicolas R. Brody Committee in Charge: Professor Jon McCammond, Chair Professor Darren Long Professor Stephen Bigelow June 2016 The Thesis of Nicolas R. Brody is approved: Professor Darren Long Professor Stephen Bigelow Professor Jon McCammond, Committee Chairperson May 2016 Limit Roots of Lorentzian Coxeter Systems Copyright c 2016 by Nicolas R. Brody iii Acknowledgements My time at UC Santa Barbara has been inundated with wonderful friends, teachers, mentors, and mathematicians. I am especially indebted to Jon McCammond, Jordan Schettler, and Maribel Cachadia. A very special thanks to Jean-Phillippe Labb for sharing his code which was used to produce Figures 7.1, 7.3, and 7.4. This thesis is dedicated to my three roommates: Viki, Luna, and Layla. I hope we can all be roommates again soon. iv Abstract Limit Roots of Lorentzian Coxeter Systems Nicolas R. Brody A reflection in a real vector space equipped with a positive definite symmetric bilinear form is any automorphism that sends some nonzero vector v to its negative and pointwise fixes its orthogonal complement, and a finite reflection group is a group generated by such transformations that acts properly on the sphere of unit vectors. We note two important classes of groups which occur as finite reflection groups: for a 2-dimensional vector space, we recover precisely the finite dihedral groups as reflection groups, and permuting basis vectors in an n-dimensional vector space gives a way of viewing a symmetric group as a reflection group.
    [Show full text]
  • Math 611 Homework 7
    Math 611 Homework 7 Paul Hacking November 14, 2013 Reading: Dummit and Foote, 12.2{12.3 (rational canonical form and Jor- dan normal form), 11.1{11.3 (review of vector spaces including dual space). Unfortunately the material on bilinear forms is not covered in Dummit and Foote. I recommend Artin, Algebra, Chapter 7 (1st ed.) / Chapter 8 (2nd ed.). All vector spaces are assumed finite dimensional. (1) Classify matrices A 2 GL4(Q) of orders 4 and 5 up to conjugacy A P AP −1. (2) Let J(n; λ) denote the n × n matrix 0λ 0 0 ··· 0 01 B1 λ 0 ··· 0 0C B C B0 1 λ ··· 0 0C B C B . C B . C B C @0 0 0 ··· λ 0A 0 0 0 ··· 1 λ We call J(n; λ) the Jordan block of size n with eigenvalue λ. (Note: In DF they use the transpose of the above matrix. This corresponds to a change of basis given by reversing the order of the basis.) Show that λ is the unique eigenvalue of J(n; λ) and dim ker(J(n; λ) − λI)k = min(k; n): (3) Let V be a vector space and T : V ! V be a linear transformation from V to itself. What is the Jordan normal form of T ? Suppose that 1 the eigenvalues of T are λi, i = 1; : : : ; r, and the sizes of the Jordan blocks with eigenvalue λi are mi1 ≤ mi2 ≤ ::: ≤ misi . (a) What is the characteristic polynomial of T ? What is the minimal polynomial of T ? k (b) Let dik = dim ker(T − λi idV ) .
    [Show full text]
  • Krammer Representations for Complex Braid Groups
    View metadata, citation and similar papers at core.ac.uk brought to you by CORE provided by Elsevier - Publisher Connector Journal of Algebra 371 (2012) 175–206 Contents lists available at SciVerse ScienceDirect Journal of Algebra www.elsevier.com/locate/jalgebra Krammer representations for complex braid groups Ivan Marin Institut de Mathématiques de Jussieu, Université Paris 7, 175 rue du Chevaleret, F-75013 Paris, France article info abstract Article history: Let B be the generalized braid group associated to some finite Received 5 April 2012 complex reflection group W . We define a representation of B Availableonline30August2012 of dimension the number of reflections of the corresponding Communicated by Michel Broué reflection group, which generalizes the Krammer representation of the classical braid groups, and is thus a good candidate in view MSC: 20C99 of proving the linearity of B. We decompose this representation 20F36 in irreducible components and compute its Zariski closure, as well as its restriction to parabolic subgroups. We prove that it is Keywords: faithful when W is a Coxeter group of type ADE and odd dihedral Braid groups types, and conjecture its faithfulness when W has a single class Complex reflection groups of reflections. If true, this conjecture would imply various group- Linear representations theoretic properties for these groups, that we prove separately to Knizhnik–Zamolodchikov systems be true for the other groups. Krammer representation © 2012 Elsevier Inc. All rights reserved. 1. Introduction Let k be a field of characteristic 0 and E a finite-dimensional k-vector space. A reflection in E is an element s ∈ GL(E) such that s2 = 1 and Ker(s − 1) is a hyperplane of E.
    [Show full text]