Rational Points on an Elliptic Curve

Total Page:16

File Type:pdf, Size:1020Kb

Rational Points on an Elliptic Curve Rational Points on an Elliptic Curve Dr. Carmen Bruni University of Waterloo November 11th, 2015 Lest We Forget Dr. Carmen Bruni Rational Points on an Elliptic Curve Revisit the Congruent Number Problem Congruent Number Problem Determine which positive integers N can be expressed as the area of a right angled triangle with side lengths all rational. For example 6 is a congruent number since it is the area of the 3 − 4 − 5 right triangle. Dr. Carmen Bruni Rational Points on an Elliptic Curve Enter Elliptic Curves The associated equations with the congruent number problem, namely x2 + y 2 = z2 xy = 2N can be converted to an elliptic curve of the form Y 2 = X 3 − N2X : We also saw that we can reduce our problem to considering only squarefree numbers N. Dr. Carmen Bruni Rational Points on an Elliptic Curve Going Backwards The belief now is that solving problems related to elliptic curves might be easier than the originally stated problem. The question now that occurs is can we go from an elliptic curve of the form y 2 = x3 − N2x to a rational right triangle with area N? Dr. Carmen Bruni Rational Points on an Elliptic Curve Key Theorem 1 Theorem 1. Let (x; y) be a point with rational coordinates on the elliptic curve y 2 = x3 − N2x where N is a positive squarefree integer. Suppose that x satisfies three conditions: 1 x is the square of a rational number 2 x has an even denominator 3 x has a numerator that shares no common factor with N Then there exists a right angle triangle with rational sides and area N, that is, N is congruent. Dr. Carmen Bruni Rational Points on an Elliptic Curve Key Theorem 2 Theorem 2. A number N is congruent if and only if the elliptic curve y 2 = x3 − N2x has a rational point P = (x; y) distinct from (0; 0) and (±N; 0). Thus, determining congruent numbers can be reduced to finding rational points on elliptic curves! Dr. Carmen Bruni Rational Points on an Elliptic Curve Proof of Key Theorem 1 Let (x; y) be a point with rational coordinates on the elliptic curve y 2 = x3 − N2x where N is a positive squarefree integer where x is a rational square, has even denominator (in lowest terms) and has a numerator that shares no common factor with N. Our goal is to trace backwards the proof from last week. p Let u = x which is given to be rational. y Set v = u giving 2 y 2 x3−N2x 2 2 v = u2 = x = x − N : Let d be the smallest integer such that du 2 Z (namely the denominator of u in lowest terms). Note that d is even by assumption and that d4 is the denominator for u2 = x. Dr. Carmen Bruni Rational Points on an Elliptic Curve Proof of Key Theorem 1 Since v 2 = x2 − N2 and N2 is an integer, then d4 is also the denominator of v 2. Multiplying everything by d4 gives (d2v)2 = (d2x)2 − (d2N)2 . Since (d2v)2 = (d2x)2 − (d2N)2, the triple (d2v; d2x; d2N) forms a Pythagorean triple. Since the numerator of x shares no common factor with N, we have that this is a primitive triple and thus, by problem set 1, there exist integers a and b of opposite parity such that d2N = 2ab d 2v = a2 − b2 d2x = a2 + b2 Dr. Carmen Bruni Rational Points on an Elliptic Curve Proof of Key Theorem 1 Create the triangle with sides 2a=d, 2b=d and 2u. This satisfies the Pythagorean Theorem since (2a=d)2 + (2b=d)2 = 4a2=d2 + 4b2=d2 = 4=d2(a2 + b2) = 4=d2(d2x) = 4x = (2u)2 and it has area N since 1 2a 2b 2ab A = · · = = N: 2 d d d2 Dr. Carmen Bruni Rational Points on an Elliptic Curve Summary of Key Theorem 1 From the triple, d2N = 2ab d2v = a2 − b2 d2x = a2 + b2; we can add and subtract twice the first to the last equation to get d2(x + N) = a2 + 2ab + b2 = (a + b)2 d2(x − N) = a2 − 2ab + b2 = (a − b)2 Taking square roots yields p p d x + N = a + b d x − N = a − b (where above we've assumed that 0 < b < a). Adding and subtracting and dividing by 2. gives expressions for a and b, namely p p p p a = d=2( x + N + x − N) b = d=2( x + N − x − N) Dr. Carmen Bruni Rational Points on an Elliptic Curve Example of Key Theorem 1 Let's find the triangle for N = 7. On the elliptic curve y 2 = x3 − 72x, we close our eyes and pray we can find a triple that consists of integers. After some trying we see that (x; y) = (25; 120) gives a solution. Adding the point to itself gives 2P = (x2P ; −y2P ) where (using the formulas from last time) 3x2 − 72 913 913 −1685 m = = b = 120 − 25 = 2y 120 120 24 113569 3372 x = m2 − 2x = = 2P 14400 120 −17631503 y = mx + b = 2P 2P 1728000 Hence 2P = (113569=14400; 17631503=1728000). p Now, d is the denominator of x2P = 337=120 and so d = 120. Dr. Carmen Bruni Rational Points on an Elliptic Curve Example of Key Theorem 1 Finding the a and b values gives... p p a = d=2( x + N + x − N) = 120=2(p113569=14400 + 7 + p113569=14400; −7) = 288 and p p b = d=2( x + N − x − N) = 120=2(p113569=14400 + 7 − p113569=14400; −7) = 175 This gives the triangle 2a 2 · 288 24 2b 2 · 175 35 p 337 = = = = 2 x = d 120 5 d 120 12 60 which indeed has area 7 and is a right angle triangle (the side lengths satisfy the Pythagorean Identity) Dr. Carmen Bruni Rational Points on an Elliptic Curve Proof of Key Theorem 2 Theorem 3. A number N is congruent if and only if the elliptic curve y 2 = x3 − N2x has a rational point P = (x; y) distinct from (0; 0) and (±N; 0). We have already seen that if N is congruent, then we can find a rational point on the elliptic curve. Now, suppose our elliptic curve has a rational point P = (x; y) where P is not one of (0; 0) and (±N; 0). Our goal will be to show that 2P satisfies the conditions of the previous theorem. Dr. Carmen Bruni Rational Points on an Elliptic Curve Proof of Key Theorem 2 Using the results of adding a point to itself from last time, we see that the x-coordinate of P + P on the elliptic curve y 2 = x3 + Ax + B is given by 3x2 + A2 9x4 + 6Ax2 + A2 − 2x = − 2x 2y 4y 2 9x4 + 6Ax2 + A2 = − 2x 4(x3 + Ax + B) 9x4 + 6Ax2 + A2 −2x · 4(x3 + Ax + B) = + 4(x3 + Ax + B) 4(x3 + Ax + B) 9x4 + 6Ax2 + A2 −8x4 − 8Ax2 − 8Bx = + 4(x3 + Ax + B) 4(x3 + Ax + B) x4 − 2Ax2 − 8Bx + A2 = 4(x3 + Ax + B) Dr. Carmen Bruni Rational Points on an Elliptic Curve Proof of Key Theorem 2 Using the results of adding a point to itself from last time, we see that the x-coordinate of P + P on the elliptic curve y 2 = x3 + Ax + B is given by 3x2 + A2 x4 − 2Ax2 − 8Bx + A2 − 2x = 2y 4(x3 + Ax + B) Specializing to when A = −N2 and B = 0 (that is, on the elliptic curve y 2 = x3 − N2x) gives us the formula for the x-coordinate of P + P as x4 + 2N2x2 + N4 (x2 + N2)2 = : 4(x3 − N2x) (2y)2 Notice that by our restriction on the rational point P, the denominator is nonzero and the numerator is nonzero. Dr. Carmen Bruni Rational Points on an Elliptic Curve Proof of Key Theorem 2 The x-coordinate of P + P, namely x4 + 2N2x2 + N4 (x2 + N2)2 = : 4(x3 − N2x) (2y)2 satisfies that it is the square of a rational number. It is also true that the numerator shares no common factor with N. Suppose p divides x2 + N2 and p divides N for some prime p. Then p j x and hence p3 divides x3 − N2x = y 2. Hence p3 divides y 2. Thus, in the x-coordinate above, we can factor out a p2 in the numerator and cancel it with a p2 in the denominator. By repeating this, the numerator can be reduced so that it shares no common factor with N. So it suffices to show that the number has an even denominator. Dr. Carmen Bruni Rational Points on an Elliptic Curve Proof of Key Theorem 2 The x-coordinate of P + P, namely x4 + 2N2x2 + N4 (x2 + N2)2 = : 4(x3 − N2x) (2y)2 immediately appears to have an even denominator but we need to be careful. What happens if the factor of 4 in the denominator cancels with the numerator? In what cases is this possible? Dr. Carmen Bruni Rational Points on an Elliptic Curve Proof of Key Theorem 2 The x-coordinate of P + P, namely x4 + 2N2x2 + N4 (x2 + N2)2 = : 4(x3 − N2x) (2y)2 Case 1: x and N are even. Then 2 divides both x and N which means that the numerator and N share a common factor. Applying the previous argument shows that we can reduce the fraction. Dr. Carmen Bruni Rational Points on an Elliptic Curve Proof of Key Theorem 2 The x-coordinate of P + P, namely x4 + 2N2x2 + N4 (x2 + N2)2 = : 4(x3 − N2x) (2y)2 Case 2: x and N are odd.
Recommended publications
  • Algebraic Curves and Surfaces
    Notes for Curves and Surfaces Instructor: Robert Freidman Henry Liu April 25, 2017 Abstract These are my live-texed notes for the Spring 2017 offering of MATH GR8293 Algebraic Curves & Surfaces . Let me know when you find errors or typos. I'm sure there are plenty. 1 Curves on a surface 1 1.1 Topological invariants . 1 1.2 Holomorphic invariants . 2 1.3 Divisors . 3 1.4 Algebraic intersection theory . 4 1.5 Arithmetic genus . 6 1.6 Riemann{Roch formula . 7 1.7 Hodge index theorem . 7 1.8 Ample and nef divisors . 8 1.9 Ample cone and its closure . 11 1.10 Closure of the ample cone . 13 1.11 Div and Num as functors . 15 2 Birational geometry 17 2.1 Blowing up and down . 17 2.2 Numerical invariants of X~ ...................................... 18 2.3 Embedded resolutions for curves on a surface . 19 2.4 Minimal models of surfaces . 23 2.5 More general contractions . 24 2.6 Rational singularities . 26 2.7 Fundamental cycles . 28 2.8 Surface singularities . 31 2.9 Gorenstein condition for normal surface singularities . 33 3 Examples of surfaces 36 3.1 Rational ruled surfaces . 36 3.2 More general ruled surfaces . 39 3.3 Numerical invariants . 41 3.4 The invariant e(V ).......................................... 42 3.5 Ample and nef cones . 44 3.6 del Pezzo surfaces . 44 3.7 Lines on a cubic and del Pezzos . 47 3.8 Characterization of del Pezzo surfaces . 50 3.9 K3 surfaces . 51 3.10 Period map . 54 a 3.11 Elliptic surfaces .
    [Show full text]
  • Arxiv:2002.02220V2 [Math.AG] 8 Jun 2020 in the Early 80’S, V
    Contemporary Mathematics Toward good families of codes from towers of surfaces Alain Couvreur, Philippe Lebacque, and Marc Perret To our late teacher, colleague and friend Gilles Lachaud Abstract. We introduce in this article a new method to estimate the mini- mum distance of codes from algebraic surfaces. This lower bound is generic, i.e. can be applied to any surface, and turns out to be \liftable" under finite morphisms, paving the way toward the construction of good codes from towers of surfaces. In the same direction, we establish a criterion for a surface with a fixed finite set of closed points P to have an infinite tower of `{´etalecovers in which P splits totally. We conclude by stating several open problems. In par- ticular, we relate the existence of asymptotically good codes from general type surfaces with a very ample canonical class to the behaviour of their number of rational points with respect to their K2 and coherent Euler characteristic. Contents Introduction 1 1. Codes from surfaces 3 2. Infinite ´etaletowers of surfaces 15 3. Open problems 26 Acknowledgements 29 References 29 Introduction arXiv:2002.02220v2 [math.AG] 8 Jun 2020 In the early 80's, V. D. Goppa proposed a construction of codes from algebraic curves [21]. A pleasant feature of these codes from curves is that they benefit from an elementary but rather sharp lower bound for the minimum distance, the so{called Goppa designed distance. In addition, an easy lower bound for the dimension can be derived from Riemann-Roch theorem. The very simple nature of these lower bounds for the parameters permits to formulate a concise criterion for a sequence of curves to provide asymptotically good codes : roughly speaking, the curves should have a large number of rational points compared to their genus.
    [Show full text]
  • On the Density of Rational Points on Elliptic Fibrations
    On the density of rational points on elliptic fibrations F. A. Bogomolov Courant Institute of Mathematical Sciences, N.Y.U. 251 Mercer str. New York, (NY) 10012, U.S.A. e-mail: [email protected] and Yu. Tschinkel Dept. of Mathematics, U.I.C. 851 South Morgan str. Chicago, (IL) 60607-7045, U.S.A. e-mail: [email protected] arXiv:math/9811043v1 [math.AG] 7 Nov 1998 1 Introduction Let X be an algebraic variety defined over a number field F . We will say that rational points are potentially dense if there exists a finite extension K/F such that the set of K-rational points X(K) is Zariski dense in X. The main problem is to relate this property to geometric invariants of X. Hypothetically, on varieties of general type rational points are not potentially dense. In this paper we are interested in smooth projective varieties such that neither they nor their unramified coverings admit a dominant map onto varieties of general type. For these varieties it seems plausible to expect that rational points are potentially dense (see [2]). Varieties which are not of general type can be thought of as triple fibra- tions X → Y → Z, where the generic fiber of X → Y is rationally connected, Y → Z is a Kodaira fibration with generic fiber of Kodaira dimension 0 and the base has Kodaira dimension ≤ 0 (cf. [3]). In this paper we study mostly varieties of dimension 2 and 3. In dimension 2 the picture is as follows: Rationally connected surfaces are rational over some finite extension of F and therefore the problem has an easy solution in this case.
    [Show full text]
  • Rational Points and Obstructions to Their Existence 2015 Arizona Winter School Problem Set Extended Version
    RATIONAL POINTS AND OBSTRUCTIONS TO THEIR EXISTENCE 2015 ARIZONA WINTER SCHOOL PROBLEM SET EXTENDED VERSION KĘSTUTIS ČESNAVIČIUS The primary goal of the problems below is to build up familiarity with some useful lemmas and examples that are related to the theme of the Winter School. Notation. For a field k, we denote by k a choice of its algebraic closure, and by ks Ă k the resulting separable closure. If k is a number field and v is its place, we write kv for the corresponding completion. If k “ Q, we write p ¤ 8 to emphasize that p is allowed be the infinite place; for this particular p, we write Qp to mean R. For a base scheme S and S-schemes X and Y , we write XpY q for the set of S-morphisms Y Ñ X. When dealing with affine schemes we sometimes omit Spec for brevity: for instance, we write Br R in place of BrpSpec Rq. A ‘torsor’ always means a ‘right torsor.’ Acknowledgements. I thank the organizers of the Arizona Winter School 2015 for the opportunity to design this problem set. I thank Alena Pirutka for helpful comments. 1. Rational points In this section, k is a field and X is a k-scheme. A rational point of X is an element x P Xpkq, i.e., a section x: Spec k Ñ X of the structure map X Ñ Spec k. 1.1. Suppose that X “ Spec krT1;:::;Tns . Find a natural bijection pf1;:::;fmq n Xpkq ÐÑ tpx1; : : : ; xnq P k such that fipx1; : : : ; xnq “ 0 for every i “ 1; : : : ; mu: krT1;:::;Tns Hint.
    [Show full text]
  • IV.5 Arithmetic Geometry Jordan S
    i 372 IV. Branches of Mathematics where the aj,i1,...,in are indeterminates. If we write with many nice pictures and reproductions. A Scrap- g1f1 + ··· + gmfm as a polynomial in the variables book of Complex Curve Theory (American Mathemat- x1,...,xn, then all the coefficients must vanish, save ical Society, Providence, RI, 2003), by C. H. Clemens, the constant term which must equal 1. Thus we get and Complex Algebraic Curves (Cambridge University a system of linear equations in the indeterminates Press, Cambridge, 1992), by F. Kirwan, also start at an easily accessible level, but then delve more quickly into aj,i1,...,in . The solvability of systems of linear equations is well-known (with good computer implementations). advanced subjects. Thus we can decide if there is a solution with deg gj The best introduction to the techniques of algebraic 100. Of course it is possible that 100 was too small geometry is Undergraduate Algebraic Geometry (Cam- a guess, and we may have to repeat the process with bridge University Press, Cambridge, 1988), by M. Reid. larger and larger degree bounds. Will this ever end? For those wishing for a general overview, An Invitation The answer is given by the following result, which was to Algebraic Geometry (Springer, New York, 2000), by proved only recently. K. E. Smith, L. Kahanpää, P. Kekäläinen, and W. Traves, is a good choice, while Algebraic Geometry (Springer, New Effective Nullstellensatz. Let f1,...,fm be polyno- York, 1995), by J. Harris, and Basic Algebraic Geometry, mials of degree less than or equal to d in n variables, volumes I and II (Springer, New York, 1994), by I.
    [Show full text]
  • Rational Points on Curves
    Rational points on curves December 6, 2013 Contents 1 Curves of genus 0 2 1.1 Rational points.......................................2 1.2 Representation by quadratic forms............................4 1.3 Local representatbility...................................5 2 Curves of genus 1 6 2.1 Basic algebraic geometry of curves............................6 2.2 Curves of genus 1......................................8 2.3 Elliptic curves over C or finite fields........................... 10 3 Arithmetic curves 10 3.1 Divisors and line bundles................................. 10 3.2 Riemann{Roch....................................... 13 3.3 Applications......................................... 13 4 Mordell{Weil theorem 15 4.1 Mordell{Weil theorem................................... 15 4.2 Weak Mordell{Weil theorem................................ 16 5 Hermitian line bundles 17 5.1 Divisors, line bundles, and metrics............................ 17 5.2 Arithmetic line bundles and arithmetic divisors..................... 18 5.3 Heights........................................... 19 6 Heights without hermitian line bundles 20 6.1 Behavior under morphisms................................ 21 6.2 Nothcott property..................................... 23 6.3 Neron{Tate height on elliptic curves........................... 24 7 Birch and Swinnerton-Dyer conjectures 25 7.1 Tate{Shafarevich groups.................................. 25 7.2 L-functions......................................... 26 7.3 Geometric analog...................................... 28 1 8 Constant
    [Show full text]
  • Arxiv:1803.02069V1 [Math.NT] 6 Mar 2018 Ayelpi Uvsdfie Yeutoso H Form the of Equations by Defined Curves Elliptic Many Be Have Respectively
    SEQUENCES OF CONSECUTIVE SQUARES ON QUARTIC ELLIPTIC CURVES MOHAMED KAMEL AND MOHAMMAD SADEK Abstract. Let C : y2 = ax4 + bx2 + c, be an elliptic curve defined over Q. A set of rational points (xi,yi) ∈ C(Q), i = 1, 2, ··· , is said to be a sequence 2 of consecutive squares if xi = (u + i) , i = 1, 2, ··· , for some u ∈ Q. Using ideas of Mestre, we construct infinitely many elliptic curves C with sequences of consecutive squares of length at least 6. It turns out that these 6 rational points are independent. We then strengthen this result by proving that for a fixed 6- term sequence of consecutive squares, there are infinitely many elliptic curves C with the latter sequence forming the x-coordinates of six rational points in C(Q). 1. Introduction In [3], Bremner started discussing the existence of long sequences on elliptic curves. He produced an infinite family of elliptic curves with arithmetic progres- sion sequences of length 8. Several authors displayed infinite families of elliptic curves with long arithmetic progression sequences, see [5, 7, 10]. A geometric progression sequence is another type of sequence that has been studied on elliptic and hyperelliptic curves. Infinitely many (hyper)elliptic curves with 5-term and 8-term geometric progression sequences have been introduced in [4] and [1] respectively. arXiv:1803.02069v1 [math.NT] 6 Mar 2018 In [6], sequences of consecutive squares on elliptic curves were studied. Infinitely many elliptic curves defined by equations of the form E : y2 = ax3 + bx + c, a, b, c ∈ Q, with 5-term sequences of consecutive squares were presented.
    [Show full text]
  • On Rational Points in CFT Moduli Spaces
    CALT-TH 2020-050, IPMU20-0117 On Rational Points in CFT Moduli Spaces Nathan Benjamin,a Christoph A. Keller,b Hirosi Ooguri,c;d and Ida G. Zadehe a Princeton Center for Theoretical Science, Princeton University, Princeton, NJ 08544, USA b Department of Mathematics, University of Arizona, Tucson, AZ 85721-0089, USA c Walter Burke Institute for Theoretical Physics, California Institute of Technology, Pasadena, CA 91125, USA d Kavli Institute for the Physics and Mathematics of the Universe (WPI), University of Tokyo, Kashiwa, 277-8583, Japan e International Centre for Theoretical Physics, Strada Costiera 11, 34151 Trieste, Italy nathanb at princeton.edu, cakeller at math.arizona.edu, ooguri at caltech.edu, zadeh at ictp.it ABSTRACT Motivated by the search for rational points in moduli spaces of two-dimensional conformal arXiv:2011.07062v1 [hep-th] 13 Nov 2020 field theories, we investigate how points with enhanced symmetry algebras are distributed there. We first study the bosonic sigma-model with S1 target space in detail and uncover hitherto unknown features. We find for instance that the vanishing of the twist gap, though true for the S1 example, does not automatically follow from enhanced symmetry points being dense in the moduli space. We then explore the supersymmetric sigma- model on K3 by perturbing away from the torus orbifold locus. Though we do not reach a definite conclusion on the distribution of enhanced symmetry points in the K3 moduli space, we make several observations on how chiral currents can emerge and disappear under conformal perturbation theory. November 13, 2020 Contents 1 Introduction 1 2 Warm-up: S1 3 2.1 Spectrum .
    [Show full text]
  • (Linear) Algebraic Groups 1 Basic Definitions and Main Examples
    Study Group: (Linear) Algebraic Groups 1 Basic Denitions and Main Examples (Matt) Denition 1.1. Let (where is some eld) then n is an ane algebraic I C K[x] K VI = fP 2 A : f(P ) = 08f 2 Ig set. If I is prime, then VI is an ane algebraic variety. Denition 1.2. A linear algebraic group, G, is a variety V=K with a group structure such that the group operations are morphisms and V is ane. K-rational point e 2 G and K-morphisms µ : G × G ! G (µ(x; y) = xy) and i : G ! G (i(x) = x−1) K[G] is the K algebra of regular functions in V . ∆ : K[G] ! K[G] ⊗K K[G] the comultiplication, ι : K[G] ! K[G] is the coinverse We get the following axioms: (∆ ⊗ 1) ◦ ∆ = (1 ⊗ ∆) ◦ ∆ Example. : where , 1. , ∼ . n2 ∼ . Ga µ(x; y) = x+y a; y 2 A K[x] ∆ : x 7! x⊗1+1⊗y 2 K[x]⊗K[y] = K[x; y] Ga = Mn(K) : ∗ 2 dened by . Then . So Gm K ! V = (x; y) 2 A jxy = 1 t 7! (t; 1=t) (x1; y1) · (x2; y2) = (x1x2; y1y2) ∆ : x 7! x ⊗ x; y 7! y ⊗ y. Note that =∼ GL (K) p p Gm p 1 p p p Let , , −1 x1−y1 2 . Let K = Q( 2)=Q (x1 + y1 2)(x2 + y2 2) = (x1x2 + 2y1y2) + (x1y2 + x2y1) 2 (x1 + y1 2) = 2 2 x1−2y1 2 2, then we can use . , . g = x1−2y1 V (g 6= 0) ∆ : x1 7! x1⊗x2+2y1⊗y2 y1 7! x1⊗y2+x2⊗y1 ι : x1 7! x1=g; y1 7! −y1=g n .
    [Show full text]
  • Hasse's Theorem and Rational Points on the General Conic
    Dilip Das 18.704 Rogalski Hasse's Theorem and Rational Points on the General Conic Diophantine Equations are equations to which only integer solutions or alternatively rational solutions are considered. The study of these equations has fascinated man for thousands of years. The ancient Babylonians enumerated Pythagorean triples, integer solutions to the equation: X2 + y2 = Z 2 The study of Diophantine equations continued through Greece and the Renaissance with Diophantos, Fermat, Gauss and many others, and up to the present day in which Wiles' very recent proof of Fermat's last theorem still astonishes mathematicians. The 'natural' first case in which the problem of finding solutions to Diophantine equations becomes nontrivial is the conic. Curves are classified by their genus, a certain very useful topological invariant. The Diophantine theory of curves of genus zero is nontrivial but complete. The Diophantine theory of curves of genus greater than zero including elliptic curves is highly nontrivial and incomplete. However, many general theorems exist and the theory is in constant development. In this paper we will detail the theory for conics. We define a point in the plane to be rational if its coordinates are rational. We define a curve to be rational if it is given by an equation with rational coefficients. In this paper we are concerned with finding rational points on rational curves. The first case that one might wish to consider is that of the linear equation. Linear equations pose no problems, especially if rational points are all that is desired, in which case the set of rational points on a rational line (a line with rational coefficients) is obviously in bijective correspondence with the rationals themselves by projection.
    [Show full text]
  • VARIETIES with TOO MANY RATIONAL POINTS 3 for Every Non-Empty Open Subset Y ◦ ⊂ Y
    VARIETIES WITH TOO MANY RATIONAL POINTS T.D. BROWNING AND D. LOUGHRAN Abstract. We investigate Fano varieties defined over a number field that contain subvarieties whose number of rational points of bounded height is comparable to the total number on the variety. Contents 1. Introduction 1 2. Proof of the main results 4 3. Complete intersections 8 4. Fano threefolds 15 5. A quadric bundle in biprojective space 20 References 21 1. Introduction This paper is concerned with the growth rate of rational points of bounded height on Fano varieties defined over a number field, i.e. non-singular projective −1 varieties which have an ample anticanonical bundle ωX . Let X be a Fano variety over a number field k such that X(k) is dense in X under the Zariski topology, and let H be an anticanonical height function on X. Then we may define the counting function arXiv:1311.5755v3 [math.NT] 21 Mar 2017 N(Z,H,B) = #{x ∈ Z : H(x) 6 B}, for any B > 0 and any Z ⊂ X(k). If Z ⊂ X is a locally closed subset, we shall write N(Z,H,B) for N(Z(k),H,B). Manin and his collaborators [15] have formulated a conjecture on the asymptotic behaviour of such counting functions, as B →∞. The Manin conjecture predicts the existence of an open subset U ⊂ X such that for any anticanonical height function H on X, there is a constant cU,H > 0 such that ρ(X)−1 N(U, H, B) ∼ cU,H B(log B) , as B →∞, (1.1) 2010 Mathematics Subject Classification.
    [Show full text]
  • Arxiv:1905.02227V2 [Math.AG] 5 Aug 2021 Erea Most at Degree Ag[A5] Mohhprufcso Erea Most at Degree of (See Hypersurfaces Tsen Smooth by Studied Extensively [Lan52]
    ON RATIONALLY CONNECTED VARIETIES OVER C1 FIELDS OF CHARACTERISTIC 0 MARTA PIEROPAN Abstract. We use birational geometry to show that the existence of rational points on proper rationally connected varieties over fields of characteristic 0 is a consequence of the existence of rational points on terminal Fano varieties. We discuss several consequences of this result, especially in relation to the C1- conjecture. We also provide evidence that supports the conjecture in dimension 3 for C1 fields of characteristic 0. Contents 1. Introduction 1 2. Notation and basic properties 4 3. Reformulation of the C1-conjecture 5 4. Del Pezzo surfaces 7 5. Fano threefolds 8 6. Field of definition of rational points 15 7. Varieties with points over C1 fields 16 8. Terminal Fano varieties of large index 24 9. Terminal Fano threefolds 24 References 27 1. Introduction A field k is called C1 (or quasi algebraically closed) if every hypersurface of n degree at most n in Pk has a k-rational point. Quasi algebraically closed fields were introduced by Artin and first extensively studied by Tsen (see [DKT99]) and Lang [Lan52]. Smooth hypersurfaces of degree at most n in Pn are Fano and rationally chain connected [KMM92, Cam92]. In characteristic 0 they are also rationally connected. Hence, it is natural to study rational points on rationally (chain) connected varieties over C1 fields. In an unpublished paper of 2000 Lang arXiv:1905.02227v2 [math.AG] 5 Aug 2021 formulated the following conjecture, also known as C1-conjecture. Conjecture 1.1 (Lang, 2000). Every smooth proper separably rationally con- nected variety over a C1 field has a rational point.
    [Show full text]