Eigenvalues of Tensors and Spectral Hypergraph Theory

Total Page:16

File Type:pdf, Size:1020Kb

Eigenvalues of Tensors and Spectral Hypergraph Theory Eigenvalues of tensors and some very basic spectral hypergraph theory Lek-Heng Lim Matrix Computations and Scientific Computing Seminar April 16, 2008 Lek-Heng Lim (MCSC Seminar) Eigenvalues of tensors April 16, 2008 1 / 26 Hypermatrices Totally ordered finite sets: [n] = f1 < 2 < ··· < ng, n 2 N. Vector or n-tuple f :[n] ! R: > n If f (i) = ai , then f is represented by a = [a1;:::; an] 2 R . Matrix f :[m] × [n] ! R: m;n m×n If f (i; j) = aij , then f is represented by A = [aij ]i;j=1 2 R . Hypermatrix (order 3) f :[l] × [m] × [n] ! R: l;m;n l×m×n If f (i; j; k) = aijk , then f is represented by A = aijk i;j;k=1 2 R . J K X [n] [m]×[n] [l]×[m]×[n] Normally R = ff : X ! Rg. Ought to be R ; R ; R . Lek-Heng Lim (MCSC Seminar) Eigenvalues of tensors April 16, 2008 2 / 26 Hypermatrices and tensors Up to choice of bases n a 2 R can represent a vector in V (contravariant) or a linear functional in V ∗ (covariant). m×n A 2 R can represent a bilinear form V × W ! R (contravariant), ∗ ∗ a bilinear form V × W ! R (covariant), or a linear operator V ! W (mixed). l×m×n A 2 R can represent trilinear form U × V × W ! R (contravariant), bilinear operators V × W ! U (mixed), etc. A hypermatrix is the same as a tensor if 1 we give it coordinates (represent with respect to some bases); 2 we ignore covariance and contravariance. Lek-Heng Lim (MCSC Seminar) Eigenvalues of tensors April 16, 2008 3 / 26 Matrices make useful models A matrix doesn't always come from an operator. Can be a list of column or row vectors: I gene-by-microarray matrix, I movies-by-viewers matrix, I list of codewords. Can be a convenient way to represent graph structures: I adjacency matrix, I graph Laplacian, I webpage-by-webpage matrix. Useful to regard them as matrices and apply matrix operations: > I A gene-by-microarray matrix, A = UΣV gives cellular states (eigengenes), biological phenotype (eigenarrays), k I A adjacency matrix, A counts number of paths of length ≤ k from node i to node j. Ditto for hypermatrices. Lek-Heng Lim (MCSC Seminar) Eigenvalues of tensors April 16, 2008 4 / 26 Basic operation on a hypermatrix m×n A matrix can be multiplied on the left and right: A 2 R , p×m q×n X 2 R , Y 2 R , > p×q (X ; Y ) · A = XAY = [cαβ] 2 R where Xm;n cαβ = xαi yβj aij : i;j=1 l×m×n A hypermatrix can be multiplied on three sides: A = aijk 2 R , p×l q×m r×n J K X 2 R , Y 2 R , Z 2 R , p×q×r (X ; Y ; Z) ·A = cαβγ 2 R J K where Xl;m;n cαβγ = xαi yβj zγk aijk : i;j;k=1 Lek-Heng Lim (MCSC Seminar) Eigenvalues of tensors April 16, 2008 5 / 26 Basic operation on a hypermatrix Covariant version: A· (X >; Y >; Z >) := (X ; Y ; Z) ·A: Gives convenient notations for multilinear functionals and multilinear l m n operators. For x 2 R ; y 2 R ; z 2 R , Xl;m;n A(x; y; z) := A· (x; y; z) = aijk xi yj zk ; i;j;k=1 Xm;n A(I ; y; z) := A· (I ; y; z) = aijk yj zk : j;k=1 Lek-Heng Lim (MCSC Seminar) Eigenvalues of tensors April 16, 2008 6 / 26 Inner products and norms 2 n > Pn ` ([n]): a; b 2 R , ha; bi = a b = i=1 ai bi . 2 m×n > Pm;n ` ([m] × [n]): A; B 2 R , hA; Bi = tr(A B) = i;j=1 aij bij . 2 l×m×n Pl;m;n ` ([l] × [m] × [n]): A; B 2 R , hA; Bi = i;j;k=1 aijk bijk . In general, `2([m] × [n]) = `2([m]) ⊗ `2([n]); `2([l] × [m] × [n]) = `2([l]) ⊗ `2([m]) ⊗ `2([n]): Frobenius norm Xl;m;n kAk2 = a2 : F i;j;k=1 ijk Lek-Heng Lim (MCSC Seminar) Eigenvalues of tensors April 16, 2008 7 / 26 Symmetric hypermatrices n×n×n Cubical hypermatrix aijk 2 R is symmetric if J K aijk = aikj = ajik = ajki = akij = akji : Invariant under all permutations σ 2 Sk on indices. k n S (R ) denotes set of all order-k symmetric hypermatrices. Example Higher order derivatives of multivariate functions. Example Moments of a random vector x = (X1;:::; Xn): Z Z n n mk (x) = E(xi1 xi2 ··· xik ) = ··· xi1 xi2 ··· xik dµ(xi1 ) ··· dµ(xik ) : i1;:::;ik =1 i1;:::;ik =1 Lek-Heng Lim (MCSC Seminar) Eigenvalues of tensors April 16, 2008 8 / 26 Symmetric hypermatrices Example Cumulants of a random vector x = (X1;:::; Xn): 2 3n X p−1 Q Q κk (x) = 4 (−1) (p − 1)!E xi ··· E xi 5 : i2A1 i2Ap A1t···tAp =fi1;:::;ik g i1;:::;ik =1 For n = 1, κk (x) for k = 1; 2; 3; 4 are the expectation, variance, skewness, and kurtosis. Important in Independent Component Analysis (ICA). Lek-Heng Lim (MCSC Seminar) Eigenvalues of tensors April 16, 2008 9 / 26 Numerical multilinear algebra Bold claim: every topic discussed in Golub-Van Loan has a multilinear generalization. Numerical tensor rank (GV Chapter 2) Conditioning of multilinear systems (GV Chapter 3) Unsymmetric eigenvalue problem for hypermatrices (GV Chapter 7) Symmetric eigenvalue problem for hypermatrices (GV Chapter 8) Tensor approximation problems (GV Chapter 12) Lek-Heng Lim (MCSC Seminar) Eigenvalues of tensors April 16, 2008 10 / 26 DARPA mathematical challenge eight One of the twenty three mathematical challenges announced at DARPA Tech 2007. Problem Beyond convex optimization: can linear algebra be replaced by algebraic geometry in a systematic way? Algebraic geometry in a slogan: polynomials are to algebraic geometry what matrices are to linear algebra. Polynomial f 2 R[x1;:::; xn] of degree d can be expressed as > > f (x) = a0 + a1 x + x A2x + A3(x; x; x) + ··· + Ad (x;:::; x): n n×n n×n×n n×···×n a0 2 R; a1 2 R ; A2 2 R ; A3 2 R ;:::; Ad 2 R . Numerical linear algebra: d = 2. Numerical multilinear algebra: d > 2. Lek-Heng Lim (MCSC Seminar) Eigenvalues of tensors April 16, 2008 11 / 26 Multilinear spectral theory n×n×n Let A 2 R (easier if A symmetric). 1 How should one define its eigenvalues and eigenvectors? 2 What is a decomposition that generalizes the eigenvalue decomposition of a matrix? l×m×n Let A 2 R 1 How should one define its singualr values and singular vectors? 2 What is a decomposition that generalizes the singular value decomposition of a matrix? Somewhat surprising: (1) and (2) have different answers. Lek-Heng Lim (MCSC Seminar) Eigenvalues of tensors April 16, 2008 12 / 26 Tensor ranks (Hitchcock, 1927) m×n Matrix rank. A 2 R . rank(A) = dim(span fA ;:::; A g) (column rank) R •1 •n = dim(span fA ;:::; A g) (row rank) R 1• m• Pr T = minfr j A = i=1ui vi g (outer product rank): Multilinear rank. A 2 l×m×n. rank (A) = (r (A); r (A); r (A)), R 1 2 3 r (A) = dim(span fA ;:::; A g) 1 R 1•• l•• r (A) = dim(span fA ;:::; A g) 2 R •1• •m• r (A) = dim(span fA ;:::; A g) 3 R ••1 ••n l×m×n Outer product rank. A 2 R . Pr rank⊗(A) = minfr j A = i=1ui ⊗ vi ⊗ wi g l;m;n where u ⊗ v ⊗ w : = ui vj wk i;j;k=1. J K Lek-Heng Lim (MCSC Seminar) Eigenvalues of tensors April 16, 2008 13 / 26 Eigenvalue and singular value decompositions Rank revealing decompositions associated with outer product rank. 3 n Symmetric eigenvalue decomposition of A 2 S (R ), Xr A = λi vi ⊗ vi ⊗ vi (1) i=1 Pr where rankS(A) = min r A = i=1 λi vi ⊗ vi ⊗ vi = r. I P. Comon, G. Golub, L, B. Mourrain, \Symmetric tensor and symmetric tensor rank," SIAM J. Matrix Anal. Appl. l×m×n Singular value decomposition of A 2 R , Xr A = ui ⊗ vi ⊗ wi (2) i=1 where rank⊗(A) = r. I V. de Silva, L, \Tensor rank and the ill-posedness of the best low-rank approximation problem," SIAM J. Matrix Anal. Appl. (1) used in applications of ICA to signal processing; (2) used in applications of the parafac model to analytical chemistry. Lek-Heng Lim (MCSC Seminar) Eigenvalues of tensors April 16, 2008 14 / 26 Eigenvalue and singular value decompositions Rank revealing decompositions associated with the multilinear rank. 3 n Symmetric eigenvalue decomposition of A 2 S (R ), A = (U; U; U) ·C (3) where rank (A) = (r; r; r), U 2 n×r has orthonormal columns and R 3 r C 2 S (R ). l×m×n Singular value decomposition of A 2 R , A = (U; V ; W ) ·C (4) where rank (A) = (r ; r ; r ), U 2 l×r1 , V 2 m×r2 , W 2 n×r3 1 2 3 R R R r ×r ×r have orthonormal columns and C 2 R 1 2 3 . I L. De Lathauwer, B. De Moor, J. Vandewalle \A multilinear singular value decomposition," SIAM J. Matrix Anal. Appl., 21 (2000), no. 4. I B. Savas, L, \Best multilinear rank approximation with quasi-Newton method on Grassmannians," preprint. Lek-Heng Lim (MCSC Seminar) Eigenvalues of tensors April 16, 2008 15 / 26 Eigenvalues Normal A I Invariant subspace: Ax = λx. > > I Rayleigh quotient: x Ax=x x.
Recommended publications
  • 21. Orthonormal Bases
    21. Orthonormal Bases The canonical/standard basis 011 001 001 B C B C B C B0C B1C B0C e1 = B.C ; e2 = B.C ; : : : ; en = B.C B.C B.C B.C @.A @.A @.A 0 0 1 has many useful properties. • Each of the standard basis vectors has unit length: q p T jjeijj = ei ei = ei ei = 1: • The standard basis vectors are orthogonal (in other words, at right angles or perpendicular). T ei ej = ei ej = 0 when i 6= j This is summarized by ( 1 i = j eT e = δ = ; i j ij 0 i 6= j where δij is the Kronecker delta. Notice that the Kronecker delta gives the entries of the identity matrix. Given column vectors v and w, we have seen that the dot product v w is the same as the matrix multiplication vT w. This is the inner product on n T R . We can also form the outer product vw , which gives a square matrix. 1 The outer product on the standard basis vectors is interesting. Set T Π1 = e1e1 011 B C B0C = B.C 1 0 ::: 0 B.C @.A 0 01 0 ::: 01 B C B0 0 ::: 0C = B. .C B. .C @. .A 0 0 ::: 0 . T Πn = enen 001 B C B0C = B.C 0 0 ::: 1 B.C @.A 1 00 0 ::: 01 B C B0 0 ::: 0C = B. .C B. .C @. .A 0 0 ::: 1 In short, Πi is the diagonal square matrix with a 1 in the ith diagonal position and zeros everywhere else.
    [Show full text]
  • Exercise 1 Advanced Sdps Matrices and Vectors
    Exercise 1 Advanced SDPs Matrices and vectors: All these are very important facts that we will use repeatedly, and should be internalized. • Inner product and outer products. Let u = (u1; : : : ; un) and v = (v1; : : : ; vn) be vectors in n T Pn R . Then u v = hu; vi = i=1 uivi is the inner product of u and v. T The outer product uv is an n × n rank 1 matrix B with entries Bij = uivj. The matrix B is a very useful operator. Suppose v is a unit vector. Then, B sends v to u i.e. Bv = uvT v = u, but Bw = 0 for all w 2 v?. m×n n×p • Matrix Product. For any two matrices A 2 R and B 2 R , the standard matrix Pn product C = AB is the m × p matrix with entries cij = k=1 aikbkj. Here are two very useful ways to view this. T Inner products: Let ri be the i-th row of A, or equivalently the i-th column of A , the T transpose of A. Let bj denote the j-th column of B. Then cij = ri cj is the dot product of i-column of AT and j-th column of B. Sums of outer products: C can also be expressed as outer products of columns of A and rows of B. Pn T Exercise: Show that C = k=1 akbk where ak is the k-th column of A and bk is the k-th row of B (or equivalently the k-column of BT ).
    [Show full text]
  • Pulley / Descender / Belay Device
    Multi-Purpose Device 11 mm EN FR NO SE Model No. 333010-CE Pulley / Descender / Belay Device EN 12278:2007 EN 341:2011/2A 1019 EN 12841:2006/C Patented WARNING Activities involving the use of this device are potentially dangerous. You are responsible for your own actions and decisions. Before using this device, you must: • Read and understand these user instructions and • Familiarize yourself with its capabilities warnings; and limitations; • Get specific training in its proper use; • Understand and accept the risks involved. FAILURE TO HEED ANY OF THESE WARNINGS MAY RESULT IN SEVERE INJURY OR DEATH. 0 Traceability and Markings D E B F A G C 1019 A. Body controlling production of this PPE E. Individual........................... number No. 1019 00 000 M 0000 VVUÚ, a.s. Unit serial number Pikartská 1337/7 716 07 Ostrava - Radvanice Control Czech Republic Day of manufacture Year of manufacture B. Standards F. Anchor/load end of rope C. Carefully read the instructions for use G. Free end of rope D. Model identification 2 1 Field of Application 4 Inspection, Points to Verify See Text See Text 2 Breaking Strength 5 Compatibility 44 kN O 11 mm (EN) Rope (core + sheath) static, semi-static (EN 1891) type A 22 kN 22 kN 3 Nomenclature of Parts See Text 2 7 8 1 6 10 9 3 5 4 3 6 Installing the Rope LOAD SIDE 2 4 1 3 7 Function Test 8 Securing Function Test STOP! 4 9a EN 341:2011/2A Rescue Descender Lowering From Anchor— Maximum Descent Height: 200 m One Person Minimum/Maximum Working Load: 30–240 kg Maximum Descent Rate: 2 m/s Descent—Two People
    [Show full text]
  • Da Heng Building
    fabric&glass Sefar AG Hinterbissaustrasse 12 9410 Heiden Switzerland Da Heng Building Phone +41 71 898 51 04 Taichung (TW) [email protected] www.sefararchitecture.com [FactBox] Within a spacious green park is the Da Additionally, independent studies have Heng building, which was finished in 2016. also shown that the risk of bird strikes Project/Location The company chairman specifically chose on glass facades with integrated SEFAR® Da Heng, Taichung (TW) this fabric for its progressive appearance Architecture VISION Fabric is significantly www.yojicon.com.tw/list.php and unique attributes. SEFAR® Architecture reduced. The special finish using Sentry- Architect VISION PR 260/50 met. grey fabric was Glas® Foil for facade windows meets the C.Y.Lee & Partners Architects/Planners, Taipei (TW) laminated in the lower curtain wall to re- very highest safety standards. www.cylee.com/team1_tw.php duce glare and provide priavacy at the street The glass lites are fixed on four sides in Designer level for the buidlings occupants. an attached profile. The lites are 1.60 m x + Ray Chen International, Taipei (TW) SEFAR® Architecture VISION is a range of 3 and 4 m high for a total of over 1000 sqm, www.raychen-intl.com.tw high-precision fabrics made from synthet- using 10 mm low iron glass. Glass Manufacturer ic black fibers. In a complex process, fab- Stanley Glass Co. Ltd, Keelung (TW) ric is metal-coated on one side. By means www.stanleyglass.com of digital printing, the coated fabric sides Foil can be further individualized. The reflec- SentryGlas® supplied by Kuraray/DuPont tive properties reduces heat input consid- www.sentryglas.com erably and makes a correspondingly valu- Fabric able contribution to the environment and SEFAR® Architecture VISION PR 260/50 met.
    [Show full text]
  • Reply to Heng: Inborn Aneuploidy and Chromosomal Instability
    LETTER LETTER Reply to Heng: Inborn aneuploidy and chromosomal instability It is with great interest that we read the letter chromosome gains (3). Furthermore, our re- Heng for bringing up the interesting topic of by Heng (1), who kindly brought up the port included cells from patients with con- NCCAs in cancer, but we still feel that the interesting topic of nonclonal-chromosome stitutional trisomy 8, a type of aneuploidy title of our report is justified by its results. aberrations (NCCAs) in the context of our commoninhematologicalaswellassolid recent report on the relationship between neoplasms. We also included cells with Anders Valind1 and David Gisselsson inborn aneuploidy and chromosome insta- multiple trisomies. Neither trisomy 8 nor Department of Clinical Genetics, Lund bility (CIN). We fully agree with Heng that such double trisomies are compatible with University, Lund 22184, Sweden NCCAs are better proxies for CIN than live birth. clonal-chromosome aberrations (CCAs). In In summary, we showed that none of fact, we used the frequency of NCCA as a fairly large spectrum of whole chromosome 1 Heng HH (2014) Distinguishing constitutional and acquired proxy to CIN in our study (2). We also agree gains could automatically destabilize the nonclonal aneuploidy. Proc Natl Acad Sci USA 111:E972. 2 Valind A, Jin Y, Baldetorp B, Gisselsson D (2013) Whole that it might well be that aneuploidy causes chromosome number when present in be- chromosome gain does not in itself confer cancer-like chromosomal other forms of genomic instability, but our nign human cells. Our findings thereby infer instability. Proc Natl Acad Sci USA 110(52):21119–21123.
    [Show full text]
  • Università Degli Studi Di Trieste a Gentle Introduction to Clifford Algebra
    Università degli Studi di Trieste Dipartimento di Fisica Corso di Studi in Fisica Tesi di Laurea Triennale A Gentle Introduction to Clifford Algebra Laureando: Relatore: Daniele Ceravolo prof. Marco Budinich ANNO ACCADEMICO 2015–2016 Contents 1 Introduction 3 1.1 Brief Historical Sketch . 4 2 Heuristic Development of Clifford Algebra 9 2.1 Geometric Product . 9 2.2 Bivectors . 10 2.3 Grading and Blade . 11 2.4 Multivector Algebra . 13 2.4.1 Pseudoscalar and Hodge Duality . 14 2.4.2 Basis and Reciprocal Frames . 14 2.5 Clifford Algebra of the Plane . 15 2.5.1 Relation with Complex Numbers . 16 2.6 Clifford Algebra of Space . 17 2.6.1 Pauli algebra . 18 2.6.2 Relation with Quaternions . 19 2.7 Reflections . 19 2.7.1 Cross Product . 21 2.8 Rotations . 21 2.9 Differentiation . 23 2.9.1 Multivectorial Derivative . 24 2.9.2 Spacetime Derivative . 25 3 Spacetime Algebra 27 3.1 Spacetime Bivectors and Pseudoscalar . 28 3.2 Spacetime Frames . 28 3.3 Relative Vectors . 29 3.4 Even Subalgebra . 29 3.5 Relative Velocity . 30 3.6 Momentum and Wave Vectors . 31 3.7 Lorentz Transformations . 32 3.7.1 Addition of Velocities . 34 1 2 CONTENTS 3.7.2 The Lorentz Group . 34 3.8 Relativistic Visualization . 36 4 Electromagnetism in Clifford Algebra 39 4.1 The Vector Potential . 40 4.2 Electromagnetic Field Strength . 41 4.3 Free Fields . 44 5 Conclusions 47 5.1 Acknowledgements . 48 Chapter 1 Introduction The aim of this thesis is to show how an approach to classical and relativistic physics based on Clifford algebras can shed light on some hidden geometric meanings in our models.
    [Show full text]
  • Unicode Alphabets for L ATEX
    Unicode Alphabets for LATEX Specimen Mikkel Eide Eriksen March 11, 2020 2 Contents MUFI 5 SIL 21 TITUS 29 UNZ 117 3 4 CONTENTS MUFI Using the font PalemonasMUFI(0) from http://mufi.info/. Code MUFI Point Glyph Entity Name Unicode Name E262 � OEligogon LATIN CAPITAL LIGATURE OE WITH OGONEK E268 � Pdblac LATIN CAPITAL LETTER P WITH DOUBLE ACUTE E34E � Vvertline LATIN CAPITAL LETTER V WITH VERTICAL LINE ABOVE E662 � oeligogon LATIN SMALL LIGATURE OE WITH OGONEK E668 � pdblac LATIN SMALL LETTER P WITH DOUBLE ACUTE E74F � vvertline LATIN SMALL LETTER V WITH VERTICAL LINE ABOVE E8A1 � idblstrok LATIN SMALL LETTER I WITH TWO STROKES E8A2 � jdblstrok LATIN SMALL LETTER J WITH TWO STROKES E8A3 � autem LATIN ABBREVIATION SIGN AUTEM E8BB � vslashura LATIN SMALL LETTER V WITH SHORT SLASH ABOVE RIGHT E8BC � vslashuradbl LATIN SMALL LETTER V WITH TWO SHORT SLASHES ABOVE RIGHT E8C1 � thornrarmlig LATIN SMALL LETTER THORN LIGATED WITH ARM OF LATIN SMALL LETTER R E8C2 � Hrarmlig LATIN CAPITAL LETTER H LIGATED WITH ARM OF LATIN SMALL LETTER R E8C3 � hrarmlig LATIN SMALL LETTER H LIGATED WITH ARM OF LATIN SMALL LETTER R E8C5 � krarmlig LATIN SMALL LETTER K LIGATED WITH ARM OF LATIN SMALL LETTER R E8C6 UU UUlig LATIN CAPITAL LIGATURE UU E8C7 uu uulig LATIN SMALL LIGATURE UU E8C8 UE UElig LATIN CAPITAL LIGATURE UE E8C9 ue uelig LATIN SMALL LIGATURE UE E8CE � xslashlradbl LATIN SMALL LETTER X WITH TWO SHORT SLASHES BELOW RIGHT E8D1 æ̊ aeligring LATIN SMALL LETTER AE WITH RING ABOVE E8D3 ǽ̨ aeligogonacute LATIN SMALL LETTER AE WITH OGONEK AND ACUTE 5 6 CONTENTS
    [Show full text]
  • Heng Xian and the Problem of Studying Looted Artifacts
    Dao (2013) 12:153–160 DOI 10.1007/s11712-013-9323-4 Heng Xian and the Problem of Studying Looted Artifacts Paul R. Goldin Published online: 10 April 2013 # Springer Science+Business Media Dordrecht 2013 Abstract Heng Xian is a previously unknown text reconstructed by Chinese scholars out of a group of more than 1,200 inscribed bamboo strips purchased by the Shanghai Museum on the Hong Kong antiquities market in 1994. The strips have all been assigned an approximate date of 300 B.C.E., and Heng Xian allegedly consists of thirteen of them, but each proposed arrangement of the strips is marred by unlikely textual transitions. The most plausible hypothesis is one that Chinese scholars do not appear to take seriously: that we are missing one or more strips. The paper concludes with a discussion of the hazards of studying unprovenanced artifacts that have appeared during China’s recent looting spree. I believe the time has come for scholars to ask themselves whether their work indirectly abets this destruction of knowledge. Keywords Heng Xian . Chinese philosophy . Shanghai Museum . Looting Heng Xian 恆先 (In the Primordial State of Constancy) is a previously unknown text reconstructed by Chinese scholars out of a group of more than 1,200 inscribed bamboo strips purchased by the Shanghai Museum on the Hong Kong antiquities market in 1994 (MA Chengyuan 2001: 1). The strips have all been assigned an approximate date of 300 B.C.E., and Heng Xian consists of thirteen of them. The first published version was edited by the veteran palaeographer LI Ling 李零 (LI Ling 2003).
    [Show full text]
  • Highway Dharma Letters: Two Buddhist Pilgrims Write to Their Teacher
    Highway Dharma Letters: Two Buddhist Pilgrims Write to Their Teacher The Second Edition of News from True Cultivators by Heng Sure and Heng Chau With a Foreword by Huston Smith Foreword to the Second Edition I have written forewords to more than forty-five books, but I say with- out hesitation that I have never been as honored—and humbled—as I am to have been invited to write this one. This is the most neglected book of the twentieth century—I say this categorically and with com- plete confidence. Come to think of it, though, this stands to reason, for humility requires that authentic spirituality and public relations stand in inverse ration to each other. (“When you pray, go into your closet.”) Humility shows itself also in the fact that the “News” in the title takes the form of daily letters written to the Venerable Master Hsuan Hua, by his two disciples who made the eight-hundred-mile journey from Gold Wheel Temple in South Pasadena to the City of Ten Thousand Buddhas near Ukiah. They covered the distance in the traditional penitential way: three steps followed by a full prostration. One took a vow of complete silence for the duration of the pilgrimage and three years beyond; the other managed practical affairs, did all the talking, driving, cooking, and dealing with occasionally hostile visitors, while still finding time to bow. Having said that this is the most overlooked book of the twenti- eth century, I want only to add that I find it one of the most inspir- ing.
    [Show full text]
  • Quantum Integrable Systems from Conformal Blocks Quantum
    Quantum Integrable Systems from Conformal Blocks (arXiv: 1605.05105 with Joshua D. Qualls) Heng-Yu Chen National Taiwan University Strings 2016 @ Beijing Heng-Yu Chen National Taiwan University Quantum Integrable Systems from Conformal Blocks This talk attempts to discuss the following questions: I Are there more systematic or even more efficient ways to obtain conformal blocks in various dimensions and set up? I Can one extend the correspondence between the degenerate correlation functions and quantum integrable systems in d = 2 dim. CFTs to d > 2 dim. CFTs? I If so, how general such a correspondence is? Heng-Yu Chen National Taiwan University Quantum Integrable Systems from Conformal Blocks Let us begin with the four point function of scalar conformal primary operator φi (x) with scale dimension ∆i in d-dim. CFTs: 2 a 2 b x14 x14 F (u; v) < φ1(x1)φ2(x2)φ3(x3)φ4(x4) >= x 2 x 2 2 (∆1+∆2) 2 (∆3+∆4) 24 13 (x12) 2 (x34) 2 (1) ∆2−∆1 ∆3−∆4 where xij = xi − xj a = 2 , b = 2 and F (u; v) is a function of conformally invariant cross ratios: 2 2 2 2 x12x34 x14x23 u = 2 2 = zz¯; v = 2 2 = (1 − z)(1 − z¯): (2) x13x24 x13x24 Decomposing the four point function further into contributions from the individual exchanged primary operators O∆;l and its descendants: X < φ1(x1)φ2(x2)φ3(x3)φ4(x4) >= λ12O∆;l λ34O∆;l WO∆;l (xi ) (3) fO∆;l g WO∆;l (xi ) is \conformal partial wave" and λijO∆;l are \OPE coefficients.".
    [Show full text]
  • Geometric Algebra 4
    Geometric Algebra 4. Algebraic Foundations and 4D Dr Chris Doran ARM Research L4 S2 Axioms Elements of a geometric algebra are Multivectors can be classified by grade called multivectors Grade-0 terms are real scalars Grading is a projection operation Space is linear over the scalars. All simple and natural L4 S3 Axioms The grade-1 elements of a geometric The antisymmetric produce of r vectors algebra are called vectors results in a grade-r blade Call this the outer product So we define Sum over all permutations with epsilon +1 for even and -1 for odd L4 S4 Simplifying result Given a set of linearly-independent vectors We can find a set of anti-commuting vectors such that These vectors all anti-commute Symmetric matrix Define The magnitude of the product is also correct L4 S5 Decomposing products Make repeated use of Define the inner product of a vector and a bivector L4 S6 General result Grade r-1 Over-check means this term is missing Define the inner product of a vector Remaining term is the outer product and a grade-r term Can prove this is the same as earlier definition of the outer product L4 S7 General product Extend dot and wedge symbols for homogenous multivectors The definition of the outer product is consistent with the earlier definition (requires some proof). This version allows a quick proof of associativity: L4 S8 Reverse, scalar product and commutator The reverse, sometimes written with a dagger Useful sequence Write the scalar product as Occasionally use the commutator product Useful property is that the commutator Scalar product is symmetric with a bivector B preserves grade L4 S9 Rotations Combination of rotations Suppose we now rotate a blade So the product rotor is So the blade rotates as Rotors form a group Fermions? Take a rotated vector through a further rotation The rotor transformation law is Now take the rotor on an excursion through 360 degrees.
    [Show full text]
  • 1 Symbols (2286)
    1 Symbols (2286) USV Symbol Macro(s) Description 0009 \textHT <control> 000A \textLF <control> 000D \textCR <control> 0022 ” \textquotedbl QUOTATION MARK 0023 # \texthash NUMBER SIGN \textnumbersign 0024 $ \textdollar DOLLAR SIGN 0025 % \textpercent PERCENT SIGN 0026 & \textampersand AMPERSAND 0027 ’ \textquotesingle APOSTROPHE 0028 ( \textparenleft LEFT PARENTHESIS 0029 ) \textparenright RIGHT PARENTHESIS 002A * \textasteriskcentered ASTERISK 002B + \textMVPlus PLUS SIGN 002C , \textMVComma COMMA 002D - \textMVMinus HYPHEN-MINUS 002E . \textMVPeriod FULL STOP 002F / \textMVDivision SOLIDUS 0030 0 \textMVZero DIGIT ZERO 0031 1 \textMVOne DIGIT ONE 0032 2 \textMVTwo DIGIT TWO 0033 3 \textMVThree DIGIT THREE 0034 4 \textMVFour DIGIT FOUR 0035 5 \textMVFive DIGIT FIVE 0036 6 \textMVSix DIGIT SIX 0037 7 \textMVSeven DIGIT SEVEN 0038 8 \textMVEight DIGIT EIGHT 0039 9 \textMVNine DIGIT NINE 003C < \textless LESS-THAN SIGN 003D = \textequals EQUALS SIGN 003E > \textgreater GREATER-THAN SIGN 0040 @ \textMVAt COMMERCIAL AT 005C \ \textbackslash REVERSE SOLIDUS 005E ^ \textasciicircum CIRCUMFLEX ACCENT 005F _ \textunderscore LOW LINE 0060 ‘ \textasciigrave GRAVE ACCENT 0067 g \textg LATIN SMALL LETTER G 007B { \textbraceleft LEFT CURLY BRACKET 007C | \textbar VERTICAL LINE 007D } \textbraceright RIGHT CURLY BRACKET 007E ~ \textasciitilde TILDE 00A0 \nobreakspace NO-BREAK SPACE 00A1 ¡ \textexclamdown INVERTED EXCLAMATION MARK 00A2 ¢ \textcent CENT SIGN 00A3 £ \textsterling POUND SIGN 00A4 ¤ \textcurrency CURRENCY SIGN 00A5 ¥ \textyen YEN SIGN 00A6
    [Show full text]