Assorted Theorems

Total Page:16

File Type:pdf, Size:1020Kb

Assorted Theorems Outline Integer properties Parity: Even and Odd The Quotient-Remainder Theorem Assorted Theorems Alice E. Fischer CSCI 1166 Discrete Mathematics for Computing March 19-29, 2018 Outline Integer properties Parity: Even and Odd The Quotient-Remainder Theorem 1 Integer properties 2 Parity: Even and Odd 3 The Quotient-Remainder Theorem Outline Integer properties Parity: Even and Odd The Quotient-Remainder Theorem N: The Natural Numbers N = Z nonneg = 0; 1; 2; 3;::: Thm 1. There is no largest integer: 8x 2 Z 9y 2 Z; x < y There is no largest natural number: 8x 2 N 9y 2 N; x < y There is no smallest integer: 8x 2 Z 9y 2 Z; x > y There IS a smallest natural number: 0. Outline Integer properties Parity: Even and Odd The Quotient-Remainder Theorem Theorem 1: There is no greatest integer. Proof: Just suppose there is a greatest integer, N. Therefore 8n 2 Z; N ≥ n. Let M = N + 1. M is an integer since it is a sum of two integers, and M > N. Thus M is an integer greater than N, our supposed greatest integer. So we have a contradiction, N is the greatest and it is not. Therefore the original supposition is false, meaning that the theorem is true. Theorems 2 and 3 are proved similarly. Outline Integer properties Parity: Even and Odd The Quotient-Remainder Theorem Even and Odd Definition: Even integer. An integer n is even iff 9x 2 Z; n = 2x Definition: Odd integer. An integer n is odd iff 9x 2 Z; n = 2x + 1. Theorem 2: An integer n is odd iff 9x 2 Z; n = 2x − 1. 2x − 1 = 2x − 2 + 1 = 2(x − 1) + 1 Let y = x − 1. Then n = 2y + 1, where y is an integer. ) n is odd. You may use this theorem in your proofs. Outline Integer properties Parity: Even and Odd The Quotient-Remainder Theorem Parity Definition: The parity of an integer refers to whether the integer is even or odd. Even numbers have even parity, odd numbers have odd parity. Clearly, \parity" is related to the ability to organize things into pairs. For example, suppose you have 13 gray socks. The number 13 has odd parity, so you have 6 pairs and one odd sock. If you have 10 white socks, you have 5 pairs. The number 10 has even parity, so it comes out even, with no socks left over. Outline Integer properties Parity: Even and Odd The Quotient-Remainder Theorem Parity of Consecutive Integers Theorem 3: Consecutive integers have opposite parity. Proof by division into cases: Let m be any integer, and let n = m + 1 Case 1: Suppose m has even parity. Then m = 2x for some integer x. So n = m + 1 = 2x + 1 and n is therefore odd. Case 2: Suppose m has odd parity. Then m = 2x + 1 for some x 2 Z. So n = m + 1 = 2x + 1 + 1 = 2x + 2 = 2(x + 1) and n is therefore even. m and n have opposite parity in both cases, and there are no other cases. ) consecutive integers have opposite parity. Outline Integer properties Parity: Even and Odd The Quotient-Remainder Theorem Even and Odd Theorem Summary List of theorems about even and odd: 4 Zero is even. 5 −1 is not even. 6 If a and b are even, then a + b is even. 7 If a and b are odd, then a + b is even. 8 If a and b are even, then ab is even. 9 If a and b are odd, then ab is odd. 10 For all integers, n, if n2 is even, then n is even. 11 For all integers, n, if n2 is odd, then n is odd. 12 8m8n 2 Z, if m × n is even, then either m or n is even. 13 8m8n 2 Z, if m + n is even, then m and n are both even or both odd. 14 Every integer is either even or odd. Proofs for all are given below. Outline Integer properties Parity: Even and Odd The Quotient-Remainder Theorem Proofs about Even and Odd 4 Zero is even. By definition, 0 is even iff 9x 2 Z; 0 = 2x. So take x = 0; then 2x = 0. 5 −1 is not even. Because 8x 2 Z; −1 6= 2x. 6 If a and b are even, then a + b is even. Being even, a = 2x and b = 2y for some x and y. a + b = (2x + 2y) = 2 × (x + y) and (x + y) is an integer due to closure of addition. 7 If a and b are odd, then a + b is even. Being odd, a = 2x + 1 and b = 2 × y + 1 for some x and y. a + b = (2x + 1 + 2y + 1) = (2x + 2y + 2) = 2 × (x + y + 1) so (a + b) is an even integer. Outline Integer properties Parity: Even and Odd The Quotient-Remainder Theorem Proofs about Even and Odd, continued 8 If a and b are even, then ab is even By definition, a = 2x and b = 2y for some x and y. ab = (2x × 2y) = 2 × (2xy) and (2xy) is an integer due to closure of multiplication. 9 If a and b are odd, then ab is odd. By definition, a = 2x + 1 and b = 2 × y + 1 for some x and y. ab = (2x + 1) × (2y + 1) = (4xy + 2x + 2y + 1) = 2 × (2xy + x + y) + 1 and (2xy + x + y) is an integer due to closure. Outline Integer properties Parity: Even and Odd The Quotient-Remainder Theorem 10. To Be Even: Proof by Contraposition 8n 2 Z, if n2 is even, then n is even. Since this is a universal statement involving a condition, it is also possible to prove this by contraposition. The contrapositive is: 8n 2 Z, if n is NOT even, then n2 is NOT even. For all integers, n, if n is odd, then n2 is odd, since all integers are even or odd. Since n is odd, it can be represented as n = 2k + 1. So, n2 = (2k + 1)2 = 4k2 + 4k + 1 = 2(2k2 + 2k) + 1. And since 2k2 + 2k is an integer via closure, this indicates that n2 must be odd by definition. So the contrapositive statement is true, therefore the original theorem is true. Outline Integer properties Parity: Even and Odd The Quotient-Remainder Theorem 10. To Be Even: Proof by Contradiction For all integers, n, if n2 is even, then n is even. A proof by contradiction. Suppose there is an integer, n, where n2 is even, but n is not. Since all integers are either even or odd, n must be odd, and can be represented as n = 2k + 1. So, n2 = (2k + 1)2 = 4k2 + 4k + 1 = 2(2k2 + 2k) + 1. And since 2k2 + 2k is an integer via closure, this indicates that n2 must be odd, by definition. But n2 was assumed to be even. This contradiction indicates the original theorem is true. Proof by contradiction. Suppose there is an integer, n, where n2 is odd, but n is not. Since all integers are either even or odd, n must be even, and can be represented as n = 2k. So, n2 = (2k)2 = 4k2 = 2(2k2). And since 2k2 is an integer via closure, this indicates that n2 must be even by definition. But n2 was assumed to be odd. This contradiction indicates the original theorem is true. Outline Integer properties Parity: Even and Odd The Quotient-Remainder Theorem 11. To Be Odd For all integers, n, if n2 is odd, then n is odd. Try proving this yourself. Outline Integer properties Parity: Even and Odd The Quotient-Remainder Theorem 11. To Be Odd For all integers, n, if n2 is odd, then n is odd. Try proving this yourself. Proof by contradiction. Suppose there is an integer, n, where n2 is odd, but n is not. Since all integers are either even or odd, n must be even, and can be represented as n = 2k. So, n2 = (2k)2 = 4k2 = 2(2k2). And since 2k2 is an integer via closure, this indicates that n2 must be even by definition. But n2 was assumed to be odd. This contradiction indicates the original theorem is true. Outline Integer properties Parity: Even and Odd The Quotient-Remainder Theorem 12. Even Products For all integers, m and n, if m × n is even, then m is even or n is even. Proof by contraposition. The contrapositive: For all integers, m and n, if m is odd and n is odd, then m × n is odd. By definition, m = 2k + 1 and n = 2j + 1, for integers k and j. So, m × n = (2k + 1)(2j + 1) = 4kj + 2k + 2j + 1 = 2(2kj + k + j) + 1. And since 2kj + k + j is an integer via closure, this indicates that m × n must be odd by definition. Since the contrapositive is true, the original theorem is true. Outline Integer properties Parity: Even and Odd The Quotient-Remainder Theorem 13. Even Sums 8m; n 2 Z, if m + n is even, then m and n are both even or both odd. Proof by contradiction. Suppose m and n, are an odd integer an even integer. Case 1: m is even and n is odd. 1 By definition, m = 2k and n = 2j + 1, for integers k and j. 2 So, m + n = 2k + 2j + 1 = 2(k + j) + 1. 3 And since k + j is an integer via closure, this indicates that m + n must be odd by definition. 4 But m + n was assumed to be even, so this is a contradiction.
Recommended publications
  • Parity Alternating Permutations Starting with an Odd Integer
    Parity alternating permutations starting with an odd integer Frether Getachew Kebede1a, Fanja Rakotondrajaob aDepartment of Mathematics, College of Natural and Computational Sciences, Addis Ababa University, P.O.Box 1176, Addis Ababa, Ethiopia; e-mail: [email protected] bD´epartement de Math´ematiques et Informatique, BP 907 Universit´ed’Antananarivo, 101 Antananarivo, Madagascar; e-mail: [email protected] Abstract A Parity Alternating Permutation of the set [n] = 1, 2,...,n is a permutation with { } even and odd entries alternatively. We deal with parity alternating permutations having an odd entry in the first position, PAPs. We study the numbers that count the PAPs with even as well as odd parity. We also study a subclass of PAPs being derangements as well, Parity Alternating Derangements (PADs). Moreover, by considering the parity of these PADs we look into their statistical property of excedance. Keywords: parity, parity alternating permutation, parity alternating derangement, excedance 2020 MSC: 05A05, 05A15, 05A19 arXiv:2101.09125v1 [math.CO] 22 Jan 2021 1. Introduction and preliminaries A permutation π is a bijection from the set [n]= 1, 2,...,n to itself and we will write it { } in standard representation as π = π(1) π(2) π(n), or as the product of disjoint cycles. ··· The parity of a permutation π is defined as the parity of the number of transpositions (cycles of length two) in any representation of π as a product of transpositions. One 1Corresponding author. n c way of determining the parity of π is by obtaining the sign of ( 1) − , where c is the − number of cycles in the cycle representation of π.
    [Show full text]
  • On the Parity of the Number of Multiplicative Partitions and Related Problems
    PROCEEDINGS OF THE AMERICAN MATHEMATICAL SOCIETY Volume 140, Number 11, November 2012, Pages 3793–3803 S 0002-9939(2012)11254-7 Article electronically published on March 15, 2012 ON THE PARITY OF THE NUMBER OF MULTIPLICATIVE PARTITIONS AND RELATED PROBLEMS PAUL POLLACK (Communicated by Ken Ono) Abstract. Let f(N) be the number of unordered factorizations of N,where a factorization is a way of writing N as a product of integers all larger than 1. For example, the factorizations of 30 are 2 · 3 · 5, 5 · 6, 3 · 10, 2 · 15, 30, so that f(30) = 5. The function f(N), as a multiplicative analogue of the (additive) partition function p(N), was first proposed by MacMahon, and its study was pursued by Oppenheim, Szekeres and Tur´an, and others. Recently, Zaharescu and Zaki showed that f(N) is even a positive propor- tion of the time and odd a positive proportion of the time. Here we show that for any arithmetic progression a mod m,thesetofN for which f(N) ≡ a(mod m) possesses an asymptotic density. Moreover, the density is positive as long as there is at least one such N. For the case investigated by Zaharescu and Zaki, we show that f is odd more than 50 percent of the time (in fact, about 57 percent). 1. Introduction Let f(N) be the number of unordered factorizations of N,whereafactorization of N is a way of writing N as a product of integers larger than 1. For example, f(12) = 4, corresponding to 2 · 6, 2 · 2 · 3, 3 · 4, 12.
    [Show full text]
  • The ℓ-Parity Conjecture Over the Constant Quadratic Extension
    THE `-PARITY CONJECTURE OVER THE CONSTANT QUADRATIC EXTENSION KĘSTUTIS ČESNAVIČIUS Abstract. For a prime ` and an abelian variety A over a global field K, the `-parity conjecture predicts that, in accordance with the ideas of Birch and Swinnerton-Dyer, the Z`-corank of the `8-Selmer group and the analytic rank agree modulo 2. Assuming that char K ¡ 0, we prove that the `-parity conjecture holds for the base change of A to the constant quadratic extension if ` is odd, coprime to char K, and does not divide the degree of every polarization of A. The techniques involved in the proof include the étale cohomological interpretation of Selmer groups, the Grothendieck–Ogg–Shafarevich formula, and the study of the behavior of local root numbers in unramified extensions. 1. Introduction 1.1. The `-parity conjecture. The Birch and Swinnerton-Dyer conjecture (BSD) predicts that the completed L-function LpA; sq of an abelian variety A over a global field K extends meromorphically to the whole complex plane, vanishes to the order rk A at s “ 1, and satisfies the functional equation LpA; 2 ´ sq “ wpAqLpA; sq; (1.1.1) where rk A and wpAq are the Mordell–Weil rank and the global root number of A. The vanishing assertion combines with (1.1.1) to give “BSD modulo 2,” namely, the parity conjecture: ? p´1qrk A “ wpAq: Selmer groups tend to be easier to study than Mordell–Weil groups, so, fixing a prime `, one sets 8 rk` A :“ dimQ` HompSel` A; Q`{Z`q bZ` Q`; where Sel 8 A : lim Sel n A ` “ ÝÑ ` is the `8-Selmer group, notes that the conjectured finiteness of the Shafarevich–Tate group XpAq implies rk` A “ rk A, and instead of the parity conjecture considers the `-parity conjecture: ? p´1qrk` A “ wpAq: (1.1.2) 1.2.
    [Show full text]
  • Some Problems of Erdős on the Sum-Of-Divisors Function
    TRANSACTIONS OF THE AMERICAN MATHEMATICAL SOCIETY, SERIES B Volume 3, Pages 1–26 (April 5, 2016) http://dx.doi.org/10.1090/btran/10 SOME PROBLEMS OF ERDOS˝ ON THE SUM-OF-DIVISORS FUNCTION PAUL POLLACK AND CARL POMERANCE For Richard Guy on his 99th birthday. May his sequence be unbounded. Abstract. Let σ(n) denote the sum of all of the positive divisors of n,and let s(n)=σ(n) − n denote the sum of the proper divisors of n. The functions σ(·)ands(·) were favorite subjects of investigation by the late Paul Erd˝os. Here we revisit three themes from Erd˝os’s work on these functions. First, we improve the upper and lower bounds for the counting function of numbers n with n deficient but s(n) abundant, or vice versa. Second, we describe a heuristic argument suggesting the precise asymptotic density of n not in the range of the function s(·); these are the so-called nonaliquot numbers. Finally, we prove new results on the distribution of friendly k-sets, where a friendly σ(n) k-set is a collection of k distinct integers which share the same value of n . 1. Introduction Let σ(n) be the sum of the natural number divisors of n,sothatσ(n)= d|n d. Let s(n) be the sum of only the proper divisors of n,sothats(n)=σ(n) − n. Interest in these functions dates back to the ancient Greeks, who classified numbers as deficient, perfect,orabundant according to whether s(n) <n, s(n)=n,or s(n) >n, respectively.
    [Show full text]
  • Gender Equality: Glossary of Terms and Concepts
    GENDER EQUALITY: GLOSSARY OF TERMS AND CONCEPTS GENDER EQUALITY Glossary of Terms and Concepts UNICEF Regional Office for South Asia November 2017 Rui Nomoto GENDER EQUALITY: GLOSSARY OF TERMS AND CONCEPTS GLOSSARY freedoms in the political, economic, social, a cultural, civil or any other field” [United Nations, 1979. ‘Convention on the Elimination of all forms of Discrimination Against Women,’ Article 1]. AA-HA! Accelerated Action for the Health of Adolescents Discrimination can stem from both law (de jure) or A global partnership, led by WHO and of which from practice (de facto). The CEDAW Convention UNICEF is a partner, that offers guidance in the recognizes and addresses both forms of country context on adolescent health and discrimination, whether contained in laws, development and puts a spotlight on adolescent policies, procedures or practice. health in regional and global health agendas. • de jure discrimination Adolescence e.g., in some countries, a woman is not The second decade of life, from the ages of 10- allowed to leave the country or hold a job 19. Young adolescence is the age of 10-14 and without the consent of her husband. late adolescence age 15-19. This period between childhood and adulthood is a pivotal opportunity to • de facto discrimination consolidate any loss/gain made in early e.g., a man and woman may hold the childhood. All too often adolescents - especially same job position and perform the same girls - are endangered by violence, limited by a duties, but their benefits may differ. lack of quality education and unable to access critical health services.i UNICEF focuses on helping adolescents navigate risks and vulnerabilities and take advantage of e opportunities.
    [Show full text]
  • Introduction to Groups, Rings and Fields
    Introduction to Groups, Rings and Fields HT and TT 2011 H. A. Priestley 0. Familiar algebraic systems: review and a look ahead. GRF is an ALGEBRA course, and specifically a course about algebraic structures. This introduc- tory section revisits ideas met in the early part of Analysis I and in Linear Algebra I, to set the scene and provide motivation. 0.1 Familiar number systems Consider the traditional number systems N = 0, 1, 2,... the natural numbers { } Z = m n m, n N the integers { − | ∈ } Q = m/n m, n Z, n = 0 the rational numbers { | ∈ } R the real numbers C the complex numbers for which we have N Z Q R C. ⊂ ⊂ ⊂ ⊂ These come equipped with the familiar arithmetic operations of sum and product. The real numbers: Analysis I built on the real numbers. Right at the start of that course you were given a set of assumptions about R, falling under three headings: (1) Algebraic properties (laws of arithmetic), (2) order properties, (3) Completeness Axiom; summarised as saying the real numbers form a complete ordered field. (1) The algebraic properties of R You were told in Analysis I: Addition: for each pair of real numbers a and b there exists a unique real number a + b such that + is a commutative and associative operation; • there exists in R a zero, 0, for addition: a +0=0+ a = a for all a R; • ∈ for each a R there exists an additive inverse a R such that a+( a)=( a)+a = 0. • ∈ − ∈ − − Multiplication: for each pair of real numbers a and b there exists a unique real number a b such that · is a commutative and associative operation; • · there exists in R an identity, 1, for multiplication: a 1 = 1 a = a for all a R; • · · ∈ for each a R with a = 0 there exists an additive inverse a−1 R such that a a−1 = • a−1 a = 1.∈ ∈ · · Addition and multiplication together: forall a,b,c R, we have the distributive law a (b + c)= a b + a c.
    [Show full text]
  • Matrix Characterization of MDS Linear Codes Over Modules
    LINEAR ALGEBRA AND ITS APPLICATIONS ELSEVIER Linear Algebra and its Applications 277 (1998) 57 61 Matrix characterization of MDS linear codes over modules Xue-Dong Dong, Cheong Boon Soh *, Erry Gunawan Block $2, School of Electrical and Electronic' Engineering, Nanyang Technological University, Nanyang Avenue, Singapore 639798, Singupore Received 23 June 1997; accepted 13 August 1997 Submitted by R. Brualdi Abstract Let R be a commutative ring with identity, N be an R-module, and M = (a,/),.×~. be a matrix over R. A linear code C of length n over N is defined to be a submodule of N '~. It is shown that a linear code C(k, r) with parity check matrix (-MI/,.) is maximum dis- tance separable (MDS) iff the determinant of every h × h submatrix, h = 1,2,..., rain{k, r}, of M is not an annihilator of any nonzero element of N. This characterization is used to derive some results for group codes over abelian groups. © 1998 Elsevier Science Inc. All rights reserved. Keywords. Linear codes; MDS codes; Codes over rings; Group codes: Codes over modules I. Introduction Recently, Zain and Rajan [1] gave a good algebraic characterization of max- imum distance separable (MDS) group codes over cyclic groups. They pointed out that the algebraic approach can be extended to the general case of group codes over abelian groups using the complex theory of determinants of matri- ces over noncommutative rings [1]. In this short paper, the matrix characteriza- tions of MDS codes over finite fields and MDS group codes over cyclic groups are extended to linear codes with systematic parity check matrices over *Corresponding author.
    [Show full text]
  • Fairness Definitions Explained
    2018 ACM/IEEE International Workshop on Software Fairness Fairness Definitions Explained Sahil Verma Julia Rubin Indian Institute of Technology Kanpur, India University of British Columbia, Canada [email protected] [email protected] ABSTRACT training data containing observations whose categories are known. Algorithm fairness has started to attract the attention of researchers We collect and clarify most prominent fairness definitions for clas- in AI, Software Engineering and Law communities, with more than sification used in the literature, illustrating them on a common, twenty different notions of fairness proposed in the last few years. unifying example – the German Credit Dataset [18]. This dataset Yet, there is no clear agreement on which definition to apply in is commonly used in fairness literature. It contains information each situation. Moreover, the detailed differences between multiple about 1000 loan applicants and includes 20 attributes describing definitions are difficult to grasp. To address this issue, thispaper each applicant, e.g., credit history, purpose of the loan, loan amount collects the most prominent definitions of fairness for the algo- requested, marital status, gender, age, job, and housing status. It rithmic classification problem, explains the rationale behind these also contains an additional attribute that describes the classification definitions, and demonstrates each of them on a single unifying outcome – whether an applicant has a good or a bad credit score. case-study. Our analysis intuitively explains why the same case When illustrating the definitions, we checked whether the clas- can be considered fair according to some definitions and unfair sifier that uses this dataset exhibits gender-related bias.
    [Show full text]
  • Interferometry with Independent Bose-Einstein Ondensates: Parity As an EPR/Bell Quantum Variable Franck Laloë, William Mullin
    Interferometry with independent Bose-Einstein ondensates: parity as an EPR/Bell quantum variable Franck Laloë, William Mullin To cite this version: Franck Laloë, William Mullin. Interferometry with independent Bose-Einstein ondensates: parity as an EPR/Bell quantum variable. 2008. hal-00345342v1 HAL Id: hal-00345342 https://hal.archives-ouvertes.fr/hal-00345342v1 Preprint submitted on 8 Dec 2008 (v1), last revised 14 Sep 2009 (v2) HAL is a multi-disciplinary open access L’archive ouverte pluridisciplinaire HAL, est archive for the deposit and dissemination of sci- destinée au dépôt et à la diffusion de documents entific research documents, whether they are pub- scientifiques de niveau recherche, publiés ou non, lished or not. The documents may come from émanant des établissements d’enseignement et de teaching and research institutions in France or recherche français ou étrangers, des laboratoires abroad, or from public or private research centers. publics ou privés. Interferometry with independent Bose-Einstein condensates: parity as an EPR/Bell quantum variable F. Lalo¨ea and W. J. Mullinb aLaboratoire Kastler Brossel, ENS, UPMC, CNRS ; 24 rue Lhomond, 75005 Paris, France bDepartment of Physics, University of Massachusetts, Amherst, Massachusetts 01003 USA December 8, 2008 Abstract When independent Bose-Einstein condensates (BEC), described quantum mechanically by Fock (number) states, are sent into interferometers, the measurement of the output port at which the particles are detected provides a binary measurement, with two possible results ±1. With two inter- ferometers and two BEC’s, the parity (product of all results obtained at each interferometer) has all the features of an Einstein-Podolsky-Rosen quantity, with perfect correlations predicted by quantum mechanics when the settings (phase shifts of the interferometers) are the same.
    [Show full text]
  • Parity Check Matrices and Product Representations of Squares
    Parity check matrices and product representations of squares Assaf Naor Jacques VerstraÄete Microsoft Research University of Waterloo [email protected] [email protected] Abstract Let NF(n; k; r) denote the maximum number of columns in an n-row matrix with entries in a ¯nite ¯eld F in which each column has at most r nonzero entries and every k columns are linearly independent over F. We obtain near-optimal upper bounds for NF(n; k; r) in the case r cr 2 + k 4 k > r. Namely, we show that NF(n; k; r) ¿ n where c ¼ 3 for large k. Our method is based on a novel reduction of the problem to the extremal problem for cycles in graphs, and yields a fast algorithm for ¯nding short linear dependences. We present additional applications of this method to problems in extremal hypergraph theory and combinatorial number theory. \It is certainly odd to have an instruction in an algorithm asking you to play with some numbers to ¯nd a subset with product a square . Why should we expect to ¯nd such a subsequence, and, if it exists, how can we ¯nd it e±ciently?" Carl Pomerance [32]. 1 Introduction Since the mid-1930s it has been well established that there is a tight connection between combi- natorial number theory and extremal combinatorics (see [33, 12] and the references therein). The basic paradigm is that for certain number theoretical problems one can construct a combinatorial object (e.g. a graph or a hypergraph), and prove that it cannot contain certain con¯gurations (e.g.
    [Show full text]
  • Carmichael Numbers in the Sequence {2 K + 1}N≥1
    n Carmichael numbers in the sequence f2 k + 1gn¸1 Javier Cilleruelo Instituto de Ciencias Matem¶aticas(CSIC-UAM-UC3M-UCM) and Departamento de Matem¶aticas Universidad Aut¶onomade Madrid 28049, Madrid, Espa~na [email protected] Florian Luca Instituto de Matem¶aticas Universidad Nacional Autonoma de M¶exico C.P. 58089, Morelia, Michoac¶an,M¶exico fl[email protected] Amalia Pizarro-Madariaga Departamento de Matem¶aticas Uinversidad de Valparaiso, Chile [email protected] May 22, 2012 1 Introduction A Carmichael number is a positive integer N which is composite and the con- gruence aN ´ a (mod N) holds for all integers a. The smallest Carmichael number is N = 561 and was found by Carmichael in 1910 in [6]. It is well{ known that there are in¯nitely many Carmichael numbers (see [1]). Here, we let k be any odd positive integer and study the presence of Carmichael numbers in the sequence of general term 2nk + 1. Since it is known [15] that the sequence 2n + 1 does not contain Carmichael numbers, we will assume that k ¸ 3 through the paper. We have the following result. For a positive integer m let ¿(m) be the number of positive divisors of m. We also write !(m) for the number of distinct prime factors of m. For a positive real number x we write log x for its natural logarithm. 1 Theorem 1. Let k ¸ 3 be an odd integer. If N = 2nk + 1 is Carmichael, then 6 2 2 n < 22£10 ¿(k) (log k) !(k): (1) The proof of Theorem 1 uses a quantitative version of the Subspace Theorem as well as lower bounds for linear forms in logarithms of algebraic numbers.
    [Show full text]
  • The Odd-Even Effect in Multiplication: Parity Rule Or Familiarity with Even Numbers?
    Memory & Cognition 2000, 28 (3), 358-365 The odd-even effect in multiplication: Parity rule or familiarity with even numbers? AUETTELOCHYandXA~ERSERON Universite Catholique de Louvain, Louvain-La-Neuve, Belgium MARGARETE DELAZER UniversiUitklinikjilr Neurologie, Innsbruck, Austria and BRIAN BUTTERWORTH University College ofLondon, London, England This study questions the evidence that a parity rule is used during the verification of multiplication. Previous studies reported that products are rejected faster when they violate the expected parity, which was attributed to the use of a rule (Krueger, 1986; Lemaire & Fayol, 1995). This experiment tested an alternative explanation of this effect: the familiarity hypothesis. Fifty subjects participated in a verifi­ cation task with contrasting types of problems (even X even, odd X odd, mixed). Some aspects of our results constitute evidence against the use of the parity rule: False even answers were rejected slowly, even when the two operands were odd. Wesuggest that the odd-even effect in verification of multipli­ cation could not be due to the use of the parity rule, but rather to a familiarity with even numbers (three quarters of products are indeed even). Besides the issues concerning the representation for­ feet has been observed for both addition (Krueger & mat in which parity information is coded and the way this Hallford, 1984) and multiplication (Krueger, 1986), and information is retrieved (Campbell & Clark, 1992; Clark it has been attributed to the use ofa rule. Inproduct ver­ & Campbell, 1991; Dehaene, Bossini, & Giraux, 1993; ification, subjects likewise use the rule "the true product McCloskey, Aliminosa, & Sokol, 1991; McCloskey, Cara­ must be even ifany multiplier is even; otherwise it must mazza, & Basili, 1985), the role of parity in arithmetic be odd" (Krueger, 1986).
    [Show full text]