Some Linear Algebra and Elementary Quantum Mechanics

Total Page:16

File Type:pdf, Size:1020Kb

Some Linear Algebra and Elementary Quantum Mechanics Representation theory and quantum mechanics tutorial Some linear algebra and elementary quantum mechanics Justin Campbell July 25, 2017 1 Hilbert spaces 1.1 Recall that a real inner product space is a vector space V over R equipped with a bilinear form h ; i : V × V −! R satisfying (i) (symmetric) we have hv; wi = hw; vi for all v; w 2 V , (ii) (positive-definite) we have hv; vi > 0 for all v 2 V such that v 6= 0. In a real inner product space V one can make sense of the length of a vector v 2 V : jvj := phv; vi; as well as the angle θ between two vectors v; w 2 V , using the formula hv; wi cos θ = : jvjjwj In particular, two vectors v; w 2 V are orthogonal if and only if hv; wi = 0. For example, the Euclidean space Rn with the dot product is an inner product space. The Gram-Schmidt algorithm shows that any n-dimensional real inner product space V admits an orthonormal basis, meaning a basis consisting of pairwise orthogonal vectors of length one. The resulting isomorphism V !~ Rn sends the inner product in V to the dot product in Rn. But many interesting inner product spaces are infinite- dimensional. Exercise 1.1.1. Let C1(S1) be the space of smooth R-valued functions on the circle, which we can view as smooth functions f : R ! R which are periodic of period, say, 2π. Show that C1(S1) is an inner product space under the pairing Z Z 2π hf; gi := f(θ)g(θ) dθ = f(θ)g(θ) dθ: S1 0 If we work with vector spaces over the complex numbers C, as we must to do quantum mechanics, the positive-definiteness condition forces us to abandon bilinear forms. Instead we use Hermitian, i.e. conjugate- symmetric, forms. Definition 1.1.2. A Hilbert space or complete complex inner product space is a vector space H over C equipped with a form h ; i : H × H −! C satisfying (i) the map v 7! hv; wi is linear for any w 2 H , 1 (ii) (Hermitian) we have hv; wi = hw; vi for all v; w 2 H , (iii) (positive-definite) we have hv; vi > 0 for all v 2 H such that v 6= 0. (iv) (complete) any Cauchy sequence in H converges. Here the notions of Cauchy and convergent sequence are defined using the norm jvj := phv; vi; which in turn gives rise to a metric. The \angle" θ between two vectors v; w in any complex inner product space can be defined so that Re hv; wi cos θ = : jvjjwj In particular, they are orthogonal if and only if hv; wi = 0. Remark 1.1.3. The axiom of completeness is automatically satisfied in the finite-dimensional case. Any complex inner product space V injects into a canonical Hilbert space V^ , called its completion. Exercise 1.1.4. Construct the completion V^ ⊃ V of an arbitrary complex inner product space V , including its unique Hermitian form extending the one on V (hint: imitate the construction of the real numbers using Cauchy sequences). Show that for any Hilbert space H which contains V as a dense subspace with the induced inner product, there is a unique isomorphism V^ !~ H which preserves the Hermitian forms. The basic example of a Hilbert space is the standard n-dimensional complex vector space Cn with the pairing X h(ai); (bi)i := aibi; i which is the Hermitian version of the dot product. As in the real case, the Gram-Schmidt algorithm shows that any finite-dimensional Hilbert space admits an orthonormal basis. One can define an infinite-dimensional complex inner product space C1(S1; C) analogously to Exercise 1.1.1: a vector is a periodic function f : R ! C of period 2π, and the inner product is defined by Z Z 2π hf; gi := f(θ)g(θ) dθ = f(θ)g(θ) dθ: S1 0 This space is not complete; its completion is the Hilbert space denoted by L2(S1). 1.2 Let H1 and H2 be Hilbert spaces and A : H1 ! H2 a C-linear map. ∗ Definition 1.2.1. A (Hermitian) adjoint of A is a linear map A : H2 ! H1 satisfying ∗ hAv; wiH2 = hv; A wiH1 for all v 2 H1, w 2 H2. If H1 and H2 are finite-dimensional, then any map A : H1 ! H2 admits a unique adjoint. Namely, n m one can choose orthonormal bases to identify H1 and H2 with C and C respectively, endowed with their Hermitian dot products. Then A is realized as a matrix, and its adjoint A∗ = A> is simply the conjugate transpose of A. This observation generalizes as follows. Theorem 1.2.2. A continuous linear map between Hilbert spaces admits a unique adjoint, which is then also continuous. One proves this by reducing to the case of a continuous linear functional λ : H ! C. Then the Riesz representation theorem guarantees that there exists a vector v 2 H such that λ(w) = hw; vi 2 for all w 2 H . A continuous linear operator A : H ! H is called self-adjoint or Hermitian if A = A∗, i.e. we have hAv; wi = hv; Awi for all v; w 2 H . For example, let H = C with the pairing hz; wi = zw.A C-linear operator on C is multiplication by some z 2 C, and z∗ = z. Thus z is self-adjoint if and only if z = z, i.e. z 2 R. Remark 1.2.3. Many subtleties can occur in the case that H is infinite-dimensional, where one sometimes needs to consider discontinuous or partially-defined linear operators. Then this definition gives too large a class of self-adjoint operators, and one must also impose the condition that the domain of A∗ is equal to the domain of A. The key property of self-adjoint operators is expressed in the following theorem. Theorem 1.2.4 (Spectral theorem for self-adjoint operators). If A : H ! H is a self-adjoint operator, then the eigenvalues of A are real and H admits an orthonormal basis consisting of eigenvectors for A. Proof. If v 2 H is an eigenvector of A with eigenvalue λ, then we have λhv; vi = hAv; vi = hv; Avi = λhv; vi: Thus λ = λ, i.e. λ 2 R. We give the rest of the proof under the assumption that H is finite-dimensional. The infinite-dimensional case is much deeper, and more subtle: for example, the definition of \basis" has to be modified. The theorem being obvious in the case that H = 0, we may proceed by induction, assuming that the theorem holds when dim H = d − 1. Suppose dim H = d and let v 2 H be an eigenvector of A, which must exist because H is a finite-dimensional complex vector space. We can normalize so that jvj = 1. Let W := fw 2 H j hw; vi = 0g be the subspace orthogonal to v. Then for any w 2 W , we have hAw; vi = hw; A∗vi = hw; Avi = λhw; vi = 0; meaning A preserves the subspace W . Since dim W = d − 1, the inductive hypothesis implies that W admits an orthonormal basis consisting of eigenvectors for A. Adding v to this basis completes the proof. 1.3 A continuous linear operator A : H ! H is called unitary if A∗ = A−1, or equivalently A is invertible and preserves the Hermitian inner product, i.e. hAv; Awi = hv; wi for v; w 2 H . Exercise 1.3.1. Consider the Hilbert space Cn with the Hermitian dot product. Show that a linear map A : Cn ! Cn, i.e. an n × n complex matrix, is unitary if and only the columns of A form an orthonormal basis of Cn. More generally, a linear operator A : H ! H on an n-dimensional Hilbert space H is unitary if and only if for any orthonormal basis v1; ··· ; vn of H , the vectors Av1; ··· ; Avn form an orthonormal basis. Theorem 1.2.4 can be reformulated as follows for matrices: if A 2 Matn×n(C) is self-adjoint, then there exists an n × n unitary matrix U such that UAU −1 is a diagonal matrix with real entries. The n × n unitary matrices form a group ∗ ∗ Un := fA 2 GLn(C) j A A = AA = Ig 3 called the nth unitary group. This is a real algebraic group, since Un ⊂ GLn(C) ⊂ GL2n(R): One can also consider the nth special unitary group SUn := Un \ SLn(C) = fA 2 Un j det A = 1g: The first unitary group 1 U1 = S = fz 2 C j jzj = 1g is the circle group. Moreover, SU1 = 1 is the trivial group. Exercise 1.3.2. Prove that jdet Aj = 1 for a unitary matrix A 2 Un, and that the image of det × Un ⊂ GLn(C) −! C is U1. 1.4 Similarly to the case of the orthogonal group, one computes that the Lie algebra ∗ un := fA 2 gln(C) j A = −Ag; of Un consists of skew-Hermitian matrices. Exercise 1.4.1. Show that a skew-Hermitian matrix A 2 un has purely imaginary diagonal entries, and in particular that tr A is purely imaginary. Similarly, the Lie algebra of SUn is sun := un \ sln(C) = fA 2 un j tr A = 0g: Let H be a Hilbert space. Observe that A 7! iA defines a bijection fself-adjoint operators on H g−!f~ skew-Hermitian operators on H g with inverse A 7! −iA.
Recommended publications
  • Linear Operators
    C H A P T E R 10 Linear Operators Recall that a linear transformation T ∞ L(V) of a vector space into itself is called a (linear) operator. In this chapter we shall elaborate somewhat on the theory of operators. In so doing, we will define several important types of operators, and we will also prove some important diagonalization theorems. Much of this material is directly useful in physics and engineering as well as in mathematics. While some of this chapter overlaps with Chapter 8, we assume that the reader has studied at least Section 8.1. 10.1 LINEAR FUNCTIONALS AND ADJOINTS Recall that in Theorem 9.3 we showed that for a finite-dimensional real inner product space V, the mapping u ’ Lu = Óu, Ô was an isomorphism of V onto V*. This mapping had the property that Lauv = Óau, vÔ = aÓu, vÔ = aLuv, and hence Lau = aLu for all u ∞ V and a ∞ ®. However, if V is a complex space with a Hermitian inner product, then Lauv = Óau, vÔ = a*Óu, vÔ = a*Luv, and hence Lau = a*Lu which is not even linear (this was the definition of an anti- linear (or conjugate linear) transformation given in Section 9.2). Fortunately, there is a closely related result that holds even for complex vector spaces. Let V be finite-dimensional over ç, and assume that V has an inner prod- uct Ó , Ô defined on it (this is just a positive definite Hermitian form on V). Thus for any X, Y ∞ V we have ÓX, YÔ ∞ ç.
    [Show full text]
  • On Some Extensions of Bernstein's Inequality for Self-Adjoint Operators
    On Some Extensions of Bernstein's Inequality for Self-Adjoint Operators Stanislav Minsker∗ e-mail: [email protected] Abstract: We present some extensions of Bernstein's concentration inequality for random matrices. This inequality has become a useful and powerful tool for many problems in statis- tics, signal processing and theoretical computer science. The main feature of our bounds is that, unlike the majority of previous related results, they do not depend on the dimension d of the ambient space. Instead, the dimension factor is replaced by the “effective rank" associated with the underlying distribution that is bounded from above by d. In particular, this makes an extension to the infinite-dimensional setting possible. Our inequalities refine earlier results in this direction obtained by D. Hsu, S. M. Kakade and T. Zhang. Keywords and phrases: Bernstein's inequality, Random Matrix, Effective rank, Concen- tration inequality, Large deviations. 1. Introduction Theoretical analysis of many problems in applied mathematics can often be reduced to problems about random matrices. Examples include numerical linear algebra (randomized matrix decom- positions, approximate matrix multiplication), statistics and machine learning (low-rank matrix recovery, covariance estimation), mathematical signal processing, among others. n P Often, resulting questions can be reduced to estimates for the expectation E Xi − EXi or i=1 n P n probability P Xi − EXi > t , where fXigi=1 is a finite sequence of random matrices and i=1 k · k is the operator norm. Some of the early work on the subject includes the papers on noncom- mutative Khintchine inequalities [LPP91, LP86]; these tools were used by M.
    [Show full text]
  • MATRICES WHOSE HERMITIAN PART IS POSITIVE DEFINITE Thesis by Charles Royal Johnson in Partial Fulfillment of the Requirements Fo
    MATRICES WHOSE HERMITIAN PART IS POSITIVE DEFINITE Thesis by Charles Royal Johnson In Partial Fulfillment of the Requirements For the Degree of Doctor of Philosophy California Institute of Technology Pasadena, California 1972 (Submitted March 31, 1972) ii ACKNOWLEDGMENTS I am most thankful to my adviser Professor Olga Taus sky Todd for the inspiration she gave me during my graduate career as well as the painstaking time and effort she lent to this thesis. I am also particularly grateful to Professor Charles De Prima and Professor Ky Fan for the helpful discussions of my work which I had with them at various times. For their financial support of my graduate tenure I wish to thank the National Science Foundation and Ford Foundation as well as the California Institute of Technology. It has been important to me that Caltech has been a most pleasant place to work. I have enjoyed living with the men of Fleming House for two years, and in the Department of Mathematics the faculty members have always been generous with their time and the secretaries pleasant to work around. iii ABSTRACT We are concerned with the class Iln of n><n complex matrices A for which the Hermitian part H(A) = A2A * is positive definite. Various connections are established with other classes such as the stable, D-stable and dominant diagonal matrices. For instance it is proved that if there exist positive diagonal matrices D, E such that DAE is either row dominant or column dominant and has positive diag­ onal entries, then there is a positive diagonal F such that FA E Iln.
    [Show full text]
  • ECE 487 Lecture 3 : Foundations of Quantum Mechanics II
    ECE 487 Lecture 12 : Tools to Understand Nanotechnology III Class Outline: •Inverse Operator •Unitary Operators •Hermitian Operators Things you should know when you leave… Key Questions • What is an inverse operator? • What is the definition of a unitary operator? • What is a Hermetian operator and what do we use them for? M. J. Gilbert ECE 487 – Lecture 1 2 02/24/1 1 Tools to Understand Nanotechnology- III Let’s begin with a problem… Prove that the sum of the modulus squared of the matrix elements of a linear operator  is independent of the complete orthonormal basis used to represent the operator. M. J. Gilbert ECE 487 – Lecture 1 2 02/24/1 1 Tools to Understand Nanotechnology- III Last time we considered operators and how to represent them… •Most of the time we spent trying to understand the most simple of the operator classes we consider…the identity operator. •But he was only one of four operator classes to consider. 1. The identity operator…important for operator algebra. 2. Inverse operators…finding these often solves a physical problem mathematically and the are also important in operator algebra. 3. Unitary operators…these are very useful for changing the basis for representing the vectors and describing the evolution of quantum mechanical systems. 4. Hermitian operators…these are used to represent measurable quantities in quantum mechanics and they have some very powerful mathematical properties. M. J. Gilbert ECE 487 – Lecture 1 2 02/24/1 1 Tools to Understand Nanotechnology- III So, let’s move on to start discussing the inverse operator… Consider an operator  operating on some arbitrary function |f>.
    [Show full text]
  • An Introduction to Functional Analysis for Science and Engineering David A
    An introduction to functional analysis for science and engineering David A. B. Miller Stanford University This article is a tutorial introduction to the functional analysis mathematics needed in many physical problems, such as in waves in continuous media. This mathematics takes us beyond that of finite matrices, allowing us to work meaningfully with infinite sets of continuous functions. It resolves important issues, such as whether, why and how we can practically reduce such problems to finite matrix approximations. This branch of mathematics is well developed and its results are widely used in many areas of science and engineering. It is, however, difficult to find a readable introduction that both is deep enough to give a solid and reliable grounding but yet is efficient and comprehensible. To keep this introduction accessible and compact, I have selected only the topics necessary for the most important results, but the argument is mathematically complete and self-contained. Specifically, the article starts from elementary ideas of sets and sequences of real numbers. It then develops spaces of vectors or functions, introducing the concepts of norms and metrics that allow us to consider the idea of convergence of vectors and of functions. Adding the inner product, it introduces Hilbert spaces, and proceeds to the key forms of operators that map vectors or functions to other vectors or functions in the same or a different Hilbert space. This leads to the central concept of compact operators, which allows us to resolve many difficulties of working with infinite sets of vectors or functions. We then introduce Hilbert-Schmidt operators, which are compact operators encountered extensively in physical problems, such as those involving waves.
    [Show full text]
  • Bulk-Boundary Correspondence for Disordered Free-Fermion Topological
    Bulk-boundary correspondence for disordered free-fermion topological phases Alexander Alldridge1, Christopher Max1,2, Martin R. Zirnbauer2 1 Mathematisches Institut, E-mail: [email protected] 2 Institut für theoretische Physik, E-mail: [email protected], [email protected] Received: 2019-07-12 Abstract: Guided by the many-particle quantum theory of interacting systems, we de- velop a uniform classification scheme for topological phases of disordered gapped free fermions, encompassing all symmetry classes of the Tenfold Way. We apply this scheme to give a mathematically rigorous proof of bulk-boundary correspondence. To that end, we construct real C∗-algebras harbouring the bulk and boundary data of disordered free-fermion ground states. These we connect by a natural bulk-to-boundary short ex- act sequence, realising the bulk system as a quotient of the half-space theory modulo boundary contributions. To every ground state, we attach two classes in different pic- tures of real operator K-theory (or KR-theory): a bulk class, using Van Daele’s picture, along with a boundary class, using Kasparov’s Fredholm picture. We then show that the connecting map for the bulk-to-boundary sequence maps these KR-theory classes to each other. This implies bulk-boundary correspondence, in the presence of disorder, for both the “strong” and the “weak” invariants. 1. Introduction The research field of topological quantum matter stands out by its considerable scope, pairing strong impact on experimental physics with mathematical structure and depth. On the experimental side, physicists are searching for novel materials with technolog- ical potential, e.g., for future quantum computers; on the theoretical side, mathemati- cians have been inspired to revisit and advance areas such as topological field theory and various types of generalised cohomology and homotopy theory.
    [Show full text]
  • Nearly Tight Trotterization of Interacting Electrons
    Nearly tight Trotterization of interacting electrons Yuan Su1,2, Hsin-Yuan Huang1,3, and Earl T. Campbell4 1Institute for Quantum Information and Matter, Caltech, Pasadena, CA 91125, USA 2Google Research, Venice, CA 90291, USA 3Department of Computing and Mathematical Sciences, Caltech, Pasadena, CA 91125, USA 4AWS Center for Quantum Computing, Pasadena, CA 91125, USA We consider simulating quantum systems on digital quantum computers. We show that the performance of quantum simulation can be improved by simultaneously exploiting commutativity of the target Hamiltonian, sparsity of interactions, and prior knowledge of the initial state. We achieve this us- ing Trotterization for a class of interacting electrons that encompasses various physical systems, including the plane-wave-basis electronic structure and the Fermi-Hubbard model. We estimate the simulation error by taking the tran- sition amplitude of nested commutators of the Hamiltonian terms within the η-electron manifold. We develop multiple techniques for bounding the transi- tion amplitude and expectation of general fermionic operators, which may be 5/3 of independent interest. We show that it suffices to use n n4/3η2/3 no(1) η2/3 + gates to simulate electronic structure in the plane-wave basis with n spin or- bitals and η electrons, improving the best previous result in second quantiza- tion up to a negligible factor while outperforming the first-quantized simulation when n = η2−o(1). We also obtain an improvement for simulating the Fermi- Hubbard model. We construct concrete examples for which our bounds are almost saturated, giving a nearly tight Trotterization of interacting electrons. arXiv:2012.09194v2 [quant-ph] 30 Jun 2021 Accepted in Quantum 2021-06-03, click title to verify.
    [Show full text]
  • On Sums of Range Symmetric Matrices in Minkowski Space
    BULLETIN of the Bull. Malaysian Math. Sc. Soc. (Second Series) 25 (2002) 137-148 MALAYSIAN MATHEMATICAL SCIENCES SOCIETY On Sums of Range Symmetric Matrices in Minkowski Space AR. MEENAKSHI AND D. KRISHNASWAMY Department of Mathematics, Annamalai University, Annamalainagar - 608 002, Tamil Nadu, South India Abstract. We give necessary and sufficient condition for the sums of range symmetric matrices to be range symmetric in Minkowski space m. As an application it is shown that the sum and parallel sum of parallel summable range symmetric matrices are range symmetric. 1. Introduction . Throughout we shall deal with C n×n , the space of n× n complex matrices. Let C n be the space of complex n-tuples. We shall index the components of a complex vector in n C from 0 to n − 1. That is u = (u0 , u1, u2 , L, un−1 ). Let G be the Minkowski metric tensor defined by Gu = (u0 , − u1 , − u2 , L, − un−1 ). Clearly the Minkowski ⎡ 1 0 ⎤ 2 n metric matrix G = ⎢ ⎥ and G = I n . Minkowski inner product on C is ⎣ 0 − I n−1 ⎦ defined by (u, v) = < u, Gv > , where < ⋅ , ⋅ > denotes the conventional Hilbert space inner product. A space with Minkowski inner product is called a Minkowski space denoted as m. With respect to the Minkowski inner product the adjoint of a matrix A ∈ C n×n is given by A~ = GA∗ G , where A∗ is the usual Hermitian adjoint. Naturally we call a matrix A ∈ C n×n m-symmetric in Minkowski space if A~ = A, and m-orthogonal if A~ A = I .
    [Show full text]
  • Random and Optimal Configurations in Complex Function Theory
    Random and optimal configurations in complex function theory ARON WENNMAN Doctoral Thesis Stockholm, Sweden 2018 KTH Institutionen för Matematik TRITA-SCI-FOU 2018:20 100 44 Stockholm ISBN 978-91-7729-783-3 SWEDEN Akademisk avhandling som med tillstånd av Kungl Tekniska högskolan framlägges till offentlig granskning för avläggande av teknologie doktorsexamen i matematik Fredag den 8 juni 2018 kl 13.00 i sal E2, Kungl Tekniska högskolan, Lindstedtsvägen 3, Stockholm. c Aron Wennman, 2018 • Tryck: Universitetsservice US AB iii Abstract This thesis consists of six articles spanning over several areas of math- ematical analysis. The dominant theme is the study of random point pro- cesses and optimal point configurations, which may be though of as systems of charged particles with mutual repulsion. We are predominantly occupied with questions of universality, a phenomenon that appears in the study of random complex systems where seemingly unrelated microscopic laws pro- duce systems with striking similarities in various scaling limits. In particular, we obtain a complete asymptotic expansion of planar orthogonal polynomi- als with respect to exponentially varying weights, which yields universality for the microscopic boundary behavior in the random normal matrix (RNM) model (Paper A) as well as in the case of more general interfaces for Bergman kernels (Paper B). Still in the setting of RNM ensembles, we investigate prop- erties of scaling limits near singular points of the boundary of the spectrum, including cusps points (Paper C). We also obtain a central limit theorem for fluctuations of linear statistics in the polyanalytic Ginibre ensemble, using a new representation of the polyanalytic correlation kernel in terms of algebraic differential operators acting on the classical Ginibre kernel (Paper D).
    [Show full text]
  • A Mathematical Elements
    A Mathematical elements The language of quantum mechanics is rooted in linear algebra and functional analysis. It often expands when the foundations of the theory are reassessed, which they periodically have been. As a result, additional mathematical struc- tures not ordinarily covered in physics textbooks, such as the logic of linear subspaces and Liouville space, have come to play a role in quantum mechan- ics. Information theory makes use of statistical quantities, some of which are covered in the main text, as well as discrete mathematics, which are also not included in standard treatments of quantum theory. Here, before describ- ing the fundamental mathematical structure of quantum mechanics, Hilbert space, some basic mathematics of binary arithmetic, finite fields and random variables is given. After a presentation of the basic elements of Hilbert space theory, the Dirac notation typically used in the literature of quantum informa- tion science, and operators and transformations related to it, some elements of quantum probability and quantum logic are also described. A.1 Boolean algebra and Galois fields n A Boolean algebra Bn is an algebraic structure given by the collection of 2 subsets of the set I = {1, 2,...,n} and three operations under which it is closed: the two binary operations of union (∨) and intersection (∧), and a unary operation, complementation (¬). In addition to there being comple- ments (and hence the null set ∅ being an element), the following axioms hold. (i) Commutativity: S ∨ T = T ∨ S and S ∧ T = T ∧ S; (ii) Associativity: S ∨(T ∨U)=(S ∨T )∨U and S ∧(T ∧U)=(S ∧T )∧U; (iii) Distributivity: S ∧ (T ∨ U)=(S ∧ T ) ∨ (S ∧ U)andS ∨ (T ∧ U)= (S ∨ T ) ∧ (S ∨ U); (iv) ¬∅ = I, ¬I = ∅,S∧¬S = ∅,S∨¬S = I, ¬(¬S)=S , for all its elements S, T, U.
    [Show full text]
  • The Number of Orthogonal Conjugations
    THE NUMBER OF ORTHOGONAL CONJUGATIONS Armin Uhlmann University of Leipzig, Institute for Theoretical Physics∗ After a short introduction to anti-linearity, bounds for the number of or- thogonal (skew) conjugations are proved. They are saturated if the dimension of the Hilbert space is a power of two. For other dimensions this is an open problem. keywords: Anti-linearity, canonical Hermitian form, (skew) conjugations. 1 Introduction The use of anti-linear or, as mathematicians call it, of conjugate linear operators in Physics goes back to E. P. Wigner, [12]. Wigner also discovered the structure of anti- unitary operators, [13], in finite dimensional Hilbert spaces. The essential differences to the linear case is the existence of 2-dimensional irreducible subspaces so that the Hilbert space decomposes into a direct sum of 1- and 2-dimensional invariant spaces in general. Later on, F. Herbut and M. Vujiˇci´ccould clarify the structure of anti-linear normal operators, [4], by proving that such a decomposition also exists for anti-linear normal operators. While any linear operator allows for a Jordan decomposition, I do not know a similar decomposition of an arbitrary anti-linear operator. In the main part of the paper there is no discussion of what is happening in case of an infinite dimensional Hilbert space. There are, however, several important issues both in Physics and in Mathematics: A motivation of Wigner was in the prominent application of (skew) conjugations, (see the next section for definitions), to time reversal symmetry and related inexecutable symmetries. It is impossible to give credit to the many beautiful results in Elementary Particle Physics and in Minkowski Quantum Field Theory in this domain.
    [Show full text]
  • Topics in Linear Algebra Science Academies’ Lecture Workshop on Mathematical Physics PSGR Krishnammal College, Coimbatore June 21-23, 2016 Govind S
    Topics in Linear Algebra Science Academies' lecture workshop on Mathematical Physics PSGR Krishnammal College, Coimbatore June 21-23, 2016 Govind S. Krishnaswami, Chennai Mathematical Institute, June 29, 2016 [email protected], http://www.cmi.ac.in/~govind Contents 1 Introductory remarks 2 1.1 Some text books for linear algebra..................................................2 1.2 A Foretaste: Physical examples of linear equations in matrix form.................................3 2 Vector spaces 4 2.1 Linear combinations and (in)dependence...............................................5 2.2 Definition and basic examples of vector spaces............................................5 2.3 Linear span of vectors.........................................................5 2.4 Subspace................................................................6 2.5 Basis..................................................................6 2.6 Dimension...............................................................7 2.7 More examples of vector spaces....................................................7 3 Linear transformations between vector spaces and matrices 8 3.1 Matrix of a linear map........................................................8 3.2 Matrix multiplication.........................................................9 3.3 Inverse of a square matrix, kernel or null space and rank...................................... 10 3.4 Transpose............................................................... 12 3.5 Trace of a square matrix......................................................
    [Show full text]