19 Riemann Surfaces and Modular Curves
Total Page:16
File Type:pdf, Size:1020Kb

Load more
Recommended publications
-
Arxiv:1810.08742V1 [Math.CV] 20 Oct 2018 Centroid of the Points Zi and Ei = Zi − C
SOME REMARKS ON THE CORRESPONDENCE BETWEEN ELLIPTIC CURVES AND FOUR POINTS IN THE RIEMANN SPHERE JOSE´ JUAN-ZACAR´IAS Abstract. In this paper we relate some classical normal forms for complex elliptic curves in terms of 4-point sets in the Riemann sphere. Our main result is an alternative proof that every elliptic curve is isomorphic as a Riemann surface to one in the Hesse normal form. In this setting, we give an alternative proof of the equivalence betweeen the Edwards and the Jacobi normal forms. Also, we give a geometric construction of the cross ratios for 4-point sets in general position. Introduction A complex elliptic curve is by definition a compact Riemann surface of genus 1. By the uniformization theorem, every elliptic curve is conformally equivalent to an algebraic curve given by a cubic polynomial in the form 2 3 3 2 (1) E : y = 4x − g2x − g3; with ∆ = g2 − 27g3 6= 0; this is called the Weierstrass normal form. For computational or geometric pur- poses it may be necessary to find a Weierstrass normal form for an elliptic curve, which could have been given by another equation. At best, we could predict the right changes of variables in order to transform such equation into a Weierstrass normal form, but in general this is a difficult process. A different method to find the normal form (1) for a given elliptic curve, avoiding any change of variables, requires a degree 2 meromorphic function on the elliptic curve, which by a classical theorem always exists and in many cases it is not difficult to compute. -
Examples from Complex Geometry
Examples from Complex Geometry Sam Auyeung November 22, 2019 1 Complex Analysis Example 1.1. Two Heuristic \Proofs" of the Fundamental Theorem of Algebra: Let p(z) be a polynomial of degree n > 0; we can even assume it is a monomial. We also know that the number of zeros is at most n. We show that there are exactly n. 1. Proof 1: Recall that polynomials are entire functions and that Liouville's Theorem says that a bounded entire function is in fact constant. Suppose that p has no roots. Then 1=p is an entire function and it is bounded. Thus, it is constant which means p is a constant polynomial and has degree 0. This contradicts the fact that p has positive degree. Thus, p must have a root α1. We can then factor out (z − α1) from p(z) = (z − α1)q(z) where q(z) is an (n − 1)-degree polynomial. We may repeat the above process until we have a full factorization of p. 2. Proof 2: On the real line, an algorithm for finding a root of a continuous function is to look for when the function changes signs. How do we generalize this to C? Instead of having two directions, we have a whole S1 worth of directions. If we use colors to depict direction and brightness to depict magnitude, we can plot a graph of a continuous function f : C ! C. Near a zero, we'll see all colors represented. If we travel in a loop around any point, we can keep track of whether it passes through all the colors; around a zero, we'll pass through all the colors, possibly many times. -
Riemann Surfaces
RIEMANN SURFACES AARON LANDESMAN CONTENTS 1. Introduction 2 2. Maps of Riemann Surfaces 4 2.1. Defining the maps 4 2.2. The multiplicity of a map 4 2.3. Ramification Loci of maps 6 2.4. Applications 6 3. Properness 9 3.1. Definition of properness 9 3.2. Basic properties of proper morphisms 9 3.3. Constancy of degree of a map 10 4. Examples of Proper Maps of Riemann Surfaces 13 5. Riemann-Hurwitz 15 5.1. Statement of Riemann-Hurwitz 15 5.2. Applications 15 6. Automorphisms of Riemann Surfaces of genus ≥ 2 18 6.1. Statement of the bound 18 6.2. Proving the bound 18 6.3. We rule out g(Y) > 1 20 6.4. We rule out g(Y) = 1 20 6.5. We rule out g(Y) = 0, n ≥ 5 20 6.6. We rule out g(Y) = 0, n = 4 20 6.7. We rule out g(C0) = 0, n = 3 20 6.8. 21 7. Automorphisms in low genus 0 and 1 22 7.1. Genus 0 22 7.2. Genus 1 22 7.3. Example in Genus 3 23 Appendix A. Proof of Riemann Hurwitz 25 Appendix B. Quotients of Riemann surfaces by automorphisms 29 References 31 1 2 AARON LANDESMAN 1. INTRODUCTION In this course, we’ll discuss the theory of Riemann surfaces. Rie- mann surfaces are a beautiful breeding ground for ideas from many areas of math. In this way they connect seemingly disjoint fields, and also allow one to use tools from different areas of math to study them. -
A Review on Elliptic Curve Cryptography for Embedded Systems
International Journal of Computer Science & Information Technology (IJCSIT), Vol 3, No 3, June 2011 A REVIEW ON ELLIPTIC CURVE CRYPTOGRAPHY FOR EMBEDDED SYSTEMS Rahat Afreen 1 and S.C. Mehrotra 2 1Tom Patrick Institute of Computer & I.T, Dr. Rafiq Zakaria Campus, Rauza Bagh, Aurangabad. (Maharashtra) INDIA [email protected] 2Department of C.S. & I.T., Dr. B.A.M. University, Aurangabad. (Maharashtra) INDIA [email protected] ABSTRACT Importance of Elliptic Curves in Cryptography was independently proposed by Neal Koblitz and Victor Miller in 1985.Since then, Elliptic curve cryptography or ECC has evolved as a vast field for public key cryptography (PKC) systems. In PKC system, we use separate keys to encode and decode the data. Since one of the keys is distributed publicly in PKC systems, the strength of security depends on large key size. The mathematical problems of prime factorization and discrete logarithm are previously used in PKC systems. ECC has proved to provide same level of security with relatively small key sizes. The research in the field of ECC is mostly focused on its implementation on application specific systems. Such systems have restricted resources like storage, processing speed and domain specific CPU architecture. KEYWORDS Elliptic curve cryptography Public Key Cryptography, embedded systems, Elliptic Curve Digital Signature Algorithm ( ECDSA), Elliptic Curve Diffie Hellman Key Exchange (ECDH) 1. INTRODUCTION The changing global scenario shows an elegant merging of computing and communication in such a way that computers with wired communication are being rapidly replaced to smaller handheld embedded computers using wireless communication in almost every field. This has increased data privacy and security requirements. -
Contents 5 Elliptic Curves in Cryptography
Cryptography (part 5): Elliptic Curves in Cryptography (by Evan Dummit, 2016, v. 1.00) Contents 5 Elliptic Curves in Cryptography 1 5.1 Elliptic Curves and the Addition Law . 1 5.1.1 Cubic Curves, Weierstrass Form, Singular and Nonsingular Curves . 1 5.1.2 The Addition Law . 3 5.1.3 Elliptic Curves Modulo p, Orders of Points . 7 5.2 Factorization with Elliptic Curves . 10 5.3 Elliptic Curve Cryptography . 14 5.3.1 Encoding Plaintexts on Elliptic Curves, Quadratic Residues . 14 5.3.2 Public-Key Encryption with Elliptic Curves . 17 5.3.3 Key Exchange and Digital Signatures with Elliptic Curves . 20 5 Elliptic Curves in Cryptography In this chapter, we will introduce elliptic curves and describe how they are used in cryptography. Elliptic curves have a long and interesting history and arise in a wide range of contexts in mathematics. The study of elliptic curves involves elements from most of the major disciplines of mathematics: algebra, geometry, analysis, number theory, topology, and even logic. Elliptic curves appear in the proofs of many deep results in mathematics: for example, they are a central ingredient in the proof of Fermat's Last Theorem, which states that there are no positive integer solutions to the equation xn + yn = zn for any integer n ≥ 3. Our goals are fairly modest in comparison, so we will begin by outlining the basic algebraic and geometric properties of elliptic curves and motivate the addition law. We will then study the behavior of elliptic curves modulo p: ultimately, there is a fairly strong analogy between the structure of the points on an elliptic curve modulo p and the integers modulo n. -
An Efficient Approach to Point-Counting on Elliptic Curves
mathematics Article An Efficient Approach to Point-Counting on Elliptic Curves from a Prominent Family over the Prime Field Fp Yuri Borissov * and Miroslav Markov Department of Mathematical Foundations of Informatics, Institute of Mathematics and Informatics, Bulgarian Academy of Sciences, 1113 Sofia, Bulgaria; [email protected] * Correspondence: [email protected] Abstract: Here, we elaborate an approach for determining the number of points on elliptic curves 2 3 from the family Ep = fEa : y = x + a (mod p), a 6= 0g, where p is a prime number >3. The essence of this approach consists in combining the well-known Hasse bound with an explicit formula for the quantities of interest-reduced modulo p. It allows to advance an efficient technique to compute the 2 six cardinalities associated with the family Ep, for p ≡ 1 (mod 3), whose complexity is O˜ (log p), thus improving the best-known algorithmic solution with almost an order of magnitude. Keywords: elliptic curve over Fp; Hasse bound; high-order residue modulo prime 1. Introduction The elliptic curves over finite fields play an important role in modern cryptography. We refer to [1] for an introduction concerning their cryptographic significance (see, as well, Citation: Borissov, Y.; Markov, M. An the pioneering works of V. Miller and N. Koblitz from 1980’s [2,3]). Briefly speaking, the Efficient Approach to Point-Counting advantage of the so-called elliptic curve cryptography (ECC) over the non-ECC is that it on Elliptic Curves from a Prominent requires smaller keys to provide the same level of security. Family over the Prime Field Fp. -
Singularities of Integrable Systems and Nodal Curves
Singularities of integrable systems and nodal curves Anton Izosimov∗ Abstract The relation between integrable systems and algebraic geometry is known since the XIXth century. The modern approach is to represent an integrable system as a Lax equation with spectral parameter. In this approach, the integrals of the system turn out to be the coefficients of the characteristic polynomial χ of the Lax matrix, and the solutions are expressed in terms of theta functions related to the curve χ = 0. The aim of the present paper is to show that the possibility to write an integrable system in the Lax form, as well as the algebro-geometric technique related to this possibility, may also be applied to study qualitative features of the system, in particular its singularities. Introduction It is well known that the majority of finite dimensional integrable systems can be written in the form d L(λ) = [L(λ),A(λ)] (1) dt where L and A are matrices depending on the time t and additional parameter λ. The parameter λ is called a spectral parameter, and equation (1) is called a Lax equation with spectral parameter1. The possibility to write a system in the Lax form allows us to solve it explicitly by means of algebro-geometric technique. The algebro-geometric scheme of solving Lax equations can be briefly described as follows. Let us assume that the dependence on λ is polynomial. Then, with each matrix polynomial L, there is an associated algebraic curve C(L)= {(λ, µ) ∈ C2 | det(L(λ) − µE) = 0} (2) called the spectral curve. -
KLEIN's EVANSTON LECTURES. the Evanston Colloquium : Lectures on Mathematics, Deliv Ered from Aug
1894] KLEIN'S EVANSTON LECTURES, 119 KLEIN'S EVANSTON LECTURES. The Evanston Colloquium : Lectures on mathematics, deliv ered from Aug. 28 to Sept. 9,1893, before members of the Congress of Mai hematics held in connection with the World's Fair in Chicago, at Northwestern University, Evanston, 111., by FELIX KLEIN. Reported by Alexander Ziwet. New York, Macniillan, 1894. 8vo. x and 109 pp. THIS little volume occupies a somewhat unicrue position in mathematical literature. Even the Commission permanente would find it difficult to classify it and would have to attach a bewildering series of symbols to characterize its contents. It is stated as the object of these lectures " to pass in review some of the principal phases of the most recent development of mathematical thought in Germany" ; and surely, no one could be more competent to do this than Professor Felix Klein. His intimate personal connection with this develop ment is evidenced alike by the long array of his own works and papers, and by those of the numerous pupils and followers he has inspired. Eut perhaps even more than on this account is he fitted for this task by the well-known comprehensiveness of his knowledge and the breadth of view so -characteristic of all his work. In these lectures there is little strictly mathematical reason ing, but a great deal of information and expert comment on the most advanced work done in pure mathematics during the last twenty-five years. Happily this is given with such freshness and vigor of style as makes the reading a recreation. -
VECTOR BUNDLES OVER a REAL ELLIPTIC CURVE 3 Admit a Canonical Real Structure If K Is Even and a Canonical Quaternionic Structure If K Is Odd
VECTOR BUNDLES OVER A REAL ELLIPTIC CURVE INDRANIL BISWAS AND FLORENT SCHAFFHAUSER Abstract. Given a geometrically irreducible smooth projective curve of genus 1 defined over the field of real numbers, and a pair of integers r and d, we deter- mine the isomorphism class of the moduli space of semi-stable vector bundles of rank r and degree d on the curve. When r and d are coprime, we describe the topology of the real locus and give a modular interpretation of its points. We also study, for arbitrary rank and degree, the moduli space of indecom- posable vector bundles of rank r and degree d, and determine its isomorphism class as a real algebraic variety. Contents 1. Introduction 1 1.1. Notation 1 1.2. The case of genus zero 2 1.3. Description of the results 3 2. Moduli spaces of semi-stable vector bundles over an elliptic curve 5 2.1. Real elliptic curves and their Picard varieties 5 2.2. Semi-stable vector bundles 6 2.3. The real structure of the moduli space 8 2.4. Topologyofthesetofrealpointsinthecoprimecase 10 2.5. Real vector bundles of fixed determinant 12 3. Indecomposable vector bundles 13 3.1. Indecomposable vector bundles over a complex elliptic curve 13 3.2. Relation to semi-stable and stable bundles 14 3.3. Indecomposable vector bundles over a real elliptic curve 15 References 17 arXiv:1410.6845v2 [math.AG] 8 Jan 2016 1. Introduction 1.1. Notation. In this paper, a real elliptic curve will be a triple (X, x0, σ) where (X, x0) is a complex elliptic curve (i.e., a compact connected Riemann surface of genus 1 with a marked point x0) and σ : X −→ X is an anti-holomorphic involution (also called a real structure). -
25 Modular Forms and L-Series
18.783 Elliptic Curves Spring 2015 Lecture #25 05/12/2015 25 Modular forms and L-series As we will show in the next lecture, Fermat's Last Theorem is a direct consequence of the following theorem [11, 12]. Theorem 25.1 (Taylor-Wiles). Every semistable elliptic curve E=Q is modular. In fact, as a result of subsequent work [3], we now have the stronger result, proving what was previously known as the modularity conjecture (or Taniyama-Shimura-Weil conjecture). Theorem 25.2 (Breuil-Conrad-Diamond-Taylor). Every elliptic curve E=Q is modular. Our goal in this lecture is to explain what it means for an elliptic curve over Q to be modular (we will also define the term semistable). This requires us to delve briefly into the theory of modular forms. Our goal in doing so is simply to understand the definitions and the terminology; we will omit all but the most straight-forward proofs. 25.1 Modular forms Definition 25.3. A holomorphic function f : H ! C is a weak modular form of weight k for a congruence subgroup Γ if f(γτ) = (cτ + d)kf(τ) a b for all γ = c d 2 Γ. The j-function j(τ) is a weak modular form of weight 0 for SL2(Z), and j(Nτ) is a weak modular form of weight 0 for Γ0(N). For an example of a weak modular form of positive weight, recall the Eisenstein series X0 1 X0 1 G (τ) := G ([1; τ]) := = ; k k !k (m + nτ)k !2[1,τ] m;n2Z 1 which, for k ≥ 3, is a weak modular form of weight k for SL2(Z). -
Lectures on the Combinatorial Structure of the Moduli Spaces of Riemann Surfaces
LECTURES ON THE COMBINATORIAL STRUCTURE OF THE MODULI SPACES OF RIEMANN SURFACES MOTOHICO MULASE Contents 1. Riemann Surfaces and Elliptic Functions 1 1.1. Basic Definitions 1 1.2. Elementary Examples 3 1.3. Weierstrass Elliptic Functions 10 1.4. Elliptic Functions and Elliptic Curves 13 1.5. Degeneration of the Weierstrass Elliptic Function 16 1.6. The Elliptic Modular Function 19 1.7. Compactification of the Moduli of Elliptic Curves 26 References 31 1. Riemann Surfaces and Elliptic Functions 1.1. Basic Definitions. Let us begin with defining Riemann surfaces and their moduli spaces. Definition 1.1 (Riemann surfaces). A Riemann surface is a paracompact Haus- S dorff topological space C with an open covering C = λ Uλ such that for each open set Uλ there is an open domain Vλ of the complex plane C and a homeomorphism (1.1) φλ : Vλ −→ Uλ −1 that satisfies that if Uλ ∩ Uµ 6= ∅, then the gluing map φµ ◦ φλ φ−1 (1.2) −1 φλ µ −1 Vλ ⊃ φλ (Uλ ∩ Uµ) −−−−→ Uλ ∩ Uµ −−−−→ φµ (Uλ ∩ Uµ) ⊂ Vµ is a biholomorphic function. Remark. (1) A topological space X is paracompact if for every open covering S S X = λ Uλ, there is a locally finite open cover X = i Vi such that Vi ⊂ Uλ for some λ. Locally finite means that for every x ∈ X, there are only finitely many Vi’s that contain x. X is said to be Hausdorff if for every pair of distinct points x, y of X, there are open neighborhoods Wx 3 x and Wy 3 y such that Wx ∩ Wy = ∅. -
The Riemann-Roch Theorem Is a Special Case of the Atiyah-Singer Index Formula
S.C. Raynor The Riemann-Roch theorem is a special case of the Atiyah-Singer index formula Master thesis defended on 5 March, 2010 Thesis supervisor: dr. M. L¨ubke Mathematisch Instituut, Universiteit Leiden Contents Introduction 5 Chapter 1. Review of Basic Material 9 1. Vector bundles 9 2. Sheaves 18 Chapter 2. The Analytic Index of an Elliptic Complex 27 1. Elliptic differential operators 27 2. Elliptic complexes 30 Chapter 3. The Riemann-Roch Theorem 35 1. Divisors 35 2. The Riemann-Roch Theorem and the analytic index of a divisor 40 3. The Euler characteristic and Hirzebruch-Riemann-Roch 42 Chapter 4. The Topological Index of a Divisor 45 1. De Rham Cohomology 45 2. The genus of a Riemann surface 46 3. The degree of a divisor 48 Chapter 5. Some aspects of algebraic topology and the T-characteristic 57 1. Chern classes 57 2. Multiplicative sequences and the Todd polynomials 62 3. The Todd class and the Chern Character 63 4. The T-characteristic 65 Chapter 6. The Topological Index of the Dolbeault operator 67 1. Elements of topological K-theory 67 2. The difference bundle associated to an elliptic operator 68 3. The Thom Isomorphism 71 4. The Todd genus is a special case of the topological index 76 Appendix: Elliptic complexes and the topological index 81 Bibliography 85 3 Introduction The Atiyah-Singer index formula equates a purely analytical property of an elliptic differential operator P (resp. elliptic complex E) on a compact manifold called the analytic index inda(P ) (resp. inda(E)) with a purely topological prop- erty, the topological index indt(P )(resp.