History of Natural Numbers and the Status of Zero

Total Page:16

File Type:pdf, Size:1020Kb

History of Natural Numbers and the Status of Zero Natural Numbers In mathematics, the natural numbers are the ordinary whole numbers used for counting ("there are 6 coins on the table") and ordering ("this is the 3rd largest city in the country"). These purposes are related to the linguistic notions of cardinal and ordinal numbers, respectively (see English numerals). A later notion is that of a nominal number, which is used only for naming. Properties of the natural numbers related to divisibility, such as the distribution of prime numbers, are studied in number theory. Problems concerning counting and ordering, such as partition enumeration, are studied in combinatorics. There is no universal agreement about whether to include zero in the set of natural numbers: some define the natural numbers to be the positive integers {1, 2, 3, ...}, while for others the term designates the non-negative integers {0, 1, 2, 3, ...}. The former definition is the traditional one, with the latter definition first appearing in the 19th century. Some authors use the term "natural number" to exclude zero and "whole number" to include it; others use "whole number" in a way that excludes zero, or in a way that includes both zero and the negative integers. History of natural numbers and the status of zero The natural numbers had their origins in the words used to count things, beginning with the number 1. The first major advance in abstraction was the use of numerals to represent numbers. This allowed systems to be developed for recording large numbers. The ancient Egyptians developed a powerful system of numerals with distinct hieroglyphs for 1, 10, and all the powers of 10 up to over one million. A stone carving from Karnak, dating from around 1500 BC and now at the Louvre in Paris, depicts 276 as 2 hundreds, 7 tens, and 6 ones; and similarly for the number 4,622. The Babylonians had a place-value system based essentially on the numerals for 1 and 10. A much later advance was the development of the idea that zero can be considered as a number, with its own numeral. The use of a zero digit in place-value notation (within other numbers) dates back as early as 700 BC by the Babylonians, but they omitted such a digit when it would have been the last symbol in the number.[1] The Olmec and Maya civilizations used zero as a separate number as early as the 1st century BC, but this usage did not spread beyond Mesoamerica. The use of a numeral zero in modern times originated with the Indian mathematician Brahmagupta in 628. However, zero had been used as a number in the medieval computus (the calculation of the date of Easter), beginning with Dionysius Exiguus in 525, without being denoted by a numeral (standard Roman numerals do not have a symbol for zero); instead nulla or nullae, genitive of nullus, the Latin word for "none", was employed to denote a zero value.[2] The first systematic study of numbers as abstractions (that is, as abstract entities) is usually credited to the Greek philosophers Pythagoras and Archimedes. Note that many Greek mathematicians did not consider 1 to be "a number", so to them 2 was the smallest number.[3] Independent studies also occurred at around the same time in India, China, and Mesoamerica.[citation needed] Several set-theoretical definitions of natural numbers were developed in the 19th century. With these definitions it was convenient to include 0 (corresponding to the empty set) as a natural number. Including 0 is now the common convention among set theorists, logicians, and computer scientists. Many other mathematicians also include 0, although some have kept the older tradition and take 1 to be the first natural number.[4] Sometimes the set of natural numbers with 0 included is called the set of whole numbers or counting numbers. On the other hand, integer being Latin for whole, the integers usually stand for the negative and positive whole numbers (and zero) altogether. Notation Mathematicians use N or (an N in blackboard bold, displayed as ℕ in Unicode) to refer to the set of all natural numbers. This set is countably infinite: it is infinite but countable by definition. This is also expressed by saying that the cardinal number of the set is aleph-null . Typically, if a mathematician uses for the set and he needs in the same scientific context this set including , then he mostly writes for the latter. On the other hand, if he uses for the set and he needs in the same scientific context this set excluding , then he mostly writes or for the latter. To be unambiguous about whether zero is included or not, sometimes an index (or superscript) "0" is added in the former case, and a superscript " " or subscript " " is added in the latter case: Some authors who exclude zero from the naturals use the terms natural numbers with zero, whole numbers, or counting numbers, denoted W, for the set of nonnegative integers. Others use the notation P for the positive integers if there is no danger of confusing this with the prime numbers. In that case, a popular notation is to use a script P for positive integers (which extends to using script N for negative integers, and script Z for zero). Set theorists often denote the set of all natural numbers including zero by a lower-case Greek letter omega: ω. This stems from the identification of an ordinal number with the set of ordinals that are smaller. One may observe that adopting the von Neumann definition of ordinals and defining cardinal numbers as minimal ordinals among those with same cardinality, one gets . Lowercase omega ω is also similar to W. Algebraic properties The addition (+) and multiplication (×) operations on natural numbers have several algebraic properties: Closure under addition and multiplication: for all natural numbers a and b, both a + b and a × b are natural numbers. Associativity: for all natural numbers a, b, and c, a + (b + c) = (a + b) + c and a × (b × c) = (a × b) × c. Commutativity: for all natural numbers a and b, a + b = b + a and a × b = b × a. Existence of identity elements: for every natural number a, a + 0 = a and a × 1 = a. Distributivity of multiplication over addition for all natural numbers a, b, and c, a × (b + c) = (a × b) + (a × c) No zero divisors: if a and b are natural numbers such that a × b = 0 then a = 0 or b = 0 Properties One can recursively define an addition on the natural numbers by setting a + 0 = a and a + S(b) = S(a + b) for all a, b. Here S should be read as "successor". This turns the natural numbers (N, +) into a commutative monoid with identity element 0, the so-called free monoid with one generator. This monoid satisfies the cancellation property and can be embedded in a group. The smallest group containing the natural numbers is the integers. If we define 1 := S(0), then b + 1 = b + S(0) = S(b + 0) = S(b). That is, b + 1 is simply the successor of b. Analogously, given that addition has been defined, a multiplication × can be defined via a × 0 = 0 and a × S(b) = (a × b) + a. This turns (N*, ×) into a free commutative monoid with identity element 1; a generator set for this monoid is the set of prime numbers. Addition and multiplication are compatible, which is expressed in the distribution law: a × (b + c) = (a × b) + (a × c). These properties of addition and multiplication make the natural numbers an instance of a commutative semiring. Semirings are an algebraic generalization of the natural numbers where multiplication is not necessarily commutative. The lack of additive inverses, which is equivalent to the fact that N is not closed under subtraction, means that N is not a ring; instead it is a semiring (also known as a rig). If we interpret the natural numbers as "excluding 0", and "starting at 1", the definitions of + and × are as above, except that we start with a + 1 = S(a) and a × 1 = a. For the remainder of the article, we write ab to indicate the product a × b, and we also assume the standard order of operations. Furthermore, one defines a total order on the natural numbers by writing a ≤ b if and only if there exists another natural number c with a + c = b. This order is compatible with the arithmetical operations in the following sense: if a, b and c are natural numbers and a ≤ b, then a + c ≤ b + c and ac ≤ bc. An important property of the natural numbers is that they are well- ordered: every non-empty set of natural numbers has a least element. The rank among well- ordered sets is expressed by an ordinal number; for the natural numbers this is expressed as "ω". While it is in general not possible to divide one natural number by another and get a natural number as result, the procedure of division with remainder is available as a substitute: for any two natural numbers a and b with b ≠ 0 we can find natural numbers q and r such that a = bq + r and r < b. The number q is called the quotient and r is called the remainder of division of a by b. The numbers q and r are uniquely determined by a and b. This, the Division algorithm, is key to several other properties (divisibility), algorithms (such as the Euclidean algorithm), and ideas in number theory. Generalizations Two generalizations of natural numbers arise from the two uses: A natural number can be used to express the size of a finite set; more generally a cardinal number is a measure for the size of a set also suitable for infinite sets; this refers to a concept of "size" such that if there is a bijection between two sets they have the same size.
Recommended publications
  • Lara Mantovan Nominal Modification in Italian Sign Language Sign Languages and Deaf Communities
    Lara Mantovan Nominal Modification in Italian Sign Language Sign Languages and Deaf Communities Editors Annika Herrmann, Markus Steinbach, Ulrike Zeshan Editorial board Carlo Geraci, Rachel McKee, Victoria Nyst, Sibaji Panda, Marianne Rossi Stumpf, Felix Sze, Sandra Wood Volume 8 Lara Mantovan Nominal Modification in Italian Sign Language ISHARA PRESS ISBN 978-1-5015-1343-5 e-ISBN (PDF) 978-1-5015-0485-3 e-ISBN (EPUB) 978-1-5015-0481-5 ISSN 2192-516X e-ISSN 2192-5178 Library of Congress Cataloging-in-Publication Data A CIP catalog record for this book has been applied for at the Library of Congress. Bibliographic information published by the Deutsche Nationalbibliothek The Deutsche Nationalbibliothek lists this publication in the Deutsche Nationalbibliografie; detailed bibliographic data are available on the Internet at http://dnb.dnb.de. © 2017 Walter de Gruyter Inc., Boston/Berlin and Ishara Press, Preston, UK Printing and binding: CPI books GmbH, Leck ♾ Printed on acid-free paper Printed in Germany www.degruyter.com E Pluribus Unum (uncertain origin, attributed to Virgilio, Moretum, v. 103) Acknowledgements This book is a revised version of my 2015 dissertation which was approved for the PhD degree in Linguistics at Ca’ Foscari University of Venice. When I first plunged into the world of academic research, almost five years ago, I would never have imagined it was possible to achieve such an important milestone. Being so close to finalizing this book, I would like to look back briefly and remember and thank all the people who showed me the way, supported me, and encouraged me to grow both academically and personally.
    [Show full text]
  • Multistage Hybrid Arabic/Indian Numeral OCR System
    (IJCSIS) International Journal of Computer Science and Information Security, Vol. 8, No. 1, 2010 Multistage Hybrid Arabic/Indian Numeral OCR System Yasser M. Alginaih, Ph.D., P.Eng. IEEE Member Abdul Ahad Siddiqi, Ph.D., Member IEEE & PEC Dept. of Computer Science Dept. of Computer Science Taibah University Taibah University Madinah, Kingdom of Saudi Arabia Madinah, Kingdom of Saudi Arabia [email protected] [email protected] Abstract— The use of OCR in postal services is not yet numeral OCR systems for Postal services have been used universal and there are still many countries that process in some countries, but still there are problems in such mail sorting manually. Automated Arabic/Indian numeral systems, stemming from the fact that machines are unable Optical Character Recognition (OCR) systems for Postal to read the crucial information needed to distribute the services are being used in some countries, but still there are mail efficiently. Historically, most civilizations have errors during the mail sorting process, thus causing a different symbols that convey numerical values, but the reduction in efficiency. The need to investigate fast and Arabic version is the simplest and most widely efficient recognition algorithms/systems is important so as to correctly read the postal codes from mail addresses and to acceptable. In most Middle Eastern countries both the eliminate any errors during the mail sorting stage. The Arabic (0,1,2,3,4,5,6,7,8,9) and Indian ۷,۸,۹) numerals are used. The objective of,٤,٥,٦,objective of this study is to recognize printed numerical (۰,۱,۲,۳ postal codes from mail addresses.
    [Show full text]
  • Eng-Numerals
    English Numerals The A.B.C. of 1.2.3 2014 © Madmolf - AFPI - ANGLAIS SOREM GROUP- USSAC 2014 Numerals •English number words include : ‣ Numerals ‣ Words derived from them 2014 © Madmolf - AFPI - ANGLAIS SOREM GROUP- USSAC 2014 Cardinal numbers 0 zero 10 ten 1 one 11 eleven 2 two 12 twelve 20 twenty 3 three 13 thirteen 30 thirty 4 four 14 fourteen 40 forty 5 five 15 fifteen 50 fifty 6 six 16 sixteen 60 sixty 7 seven 17 seventeen 70 seventy 8 eight 18 eighteen 80 eighty 9 nine 19 nineteen 90 ninety 2014 © Madmolf - AFPI - ANGLAIS SOREM GROUP- USSAC 2014 Cardinal numbers • For numbers ranging from 21 to 99 ‣ Write the number as two words separated by a hyphen 21 twenty-one 25 twenty-five 32 thirty-two 58 fifty-eight 64 sixty-four 79 seventy-nine 83 eighty-three 99 ninety-nine 2014 © Madmolf - AFPI - ANGLAIS SOREM GROUP- USSAC 2014 Cardinal numbers • Hundreds ‣ The word hundred remains in its singular form regardless of the number preceding it ‣ One may say «hundreds of people sang» ‣ Or «hundreds of cranes fly above Ussac» 100 one hundred 200 two hundred … … 900 nine hundred • And so too are the thousands... 2014 © Madmolf - AFPI - ANGLAIS SOREM GROUP- USSAC 2014 Cardinal numbers • Thousands 1 one thousand 2 two thousand 10 ten thousand 11 eleven thousand 20 twenty thousand 21 twenty-one thousand 30 thirty thousand 85 eighty-five thousand 100 one hundred thousand nine hundred and ninety-nine (British English) 999 nine hundred ninety-nine thousand (American English) 1,000,000 one million 2014 © Madmolf - AFPI - ANGLAIS SOREM GROUP- USSAC 2014 Cardinal
    [Show full text]
  • MUL TILANGUAGE TRANSLATION of NUMERALS by PROLOG Bengt
    MUL TILANGUAGE TRANSLATION OF NUMERALS BY PROLOG Bengt Sigurd INTRODUCTION The present paper describes a program (Nummer.pro), which has been developed for PC (MSDOS) in PDC prolog (Prolog Development Center, DK-2605 Broendby). It translates numerals (English, Burmese, Georgian, French and Japanese) and is based on a general theory of numerals, which presumably can be applied to all numeral systems in the world, although with varying success - related to number of exceptions. Languages will show different types of deviations from the general model (cf below). The general model accounting for the structure of numerals is formalized by the following rule: Numer al --> ... (U G3) (U G2) (U Gl) (U GO) In this generative rule U isa unit numeral and G0,Gl,G2,etc. are group numerals. The English numeral "two hundred" consists of the unit (U) numeral "two" and the group (G) word "hundred", which is G2 in the formula. There are no other constituents in this case. An expression within parentheses is called a group constituent. The meaning (value) of such a group constituent is the meaning of the unit word multiplied by the meaning of the group word, in this case 2*100=200, as expressed in the ordinary (decimal) mathematical system. A numeral may consist of one or several such group constituents. The numeral "three hundred and thirty three" consists of three group constituents (disregarding "and"): (three hundred) (thir ty) (three) 117 Some of the irregularities hinted at above show up in this example. The unit numeral for 3 has different forms (the allomorphs three/thir) in its different occurrences and it seems to be more natural to treat thirty, and the numeral thirteen, as complexes not to be further analyzed synchronically (only etymologically).
    [Show full text]
  • Designing More Effective 9 Segment Display for Bengali and English Digits
    Engineering International, Volume 3, No 2 (2015) ISSN 2409-3629 Prefix 10.18034 Designing More Effective 9 Segment Display for Bengali and English Digits Mohammad Badrul Alam Miah*, Md. Habibur Rahman, Md. Nazrul Islam Department of Information & Communication Technology, MBSTU, Tangail, BANGLADESH *Corresponding Contact: Email: [email protected] ABSTRACT Seven-segment display is well-known for displaying the English numerals form 0-9. In this paper 9-segment display for both Bengali and English digits have been proposed. Our proposed 9-segment display is more effective than the previously proposed 10-segment, 11-segment, 16-segment and 8-segment display for both Bengali and English as well as 9-segment, 10-segment and 18-segment display Bengali digits. It is an improvement of previously proposed segment display for both Bengali and English digits. Key words 7-segment display, 9-segment display, Boolean function, Bengali and English digits 12/15/2015 Source of Support: Technical University of Mombasa , No Conflict of Interest: Declared This article is is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License. Attribution-NonCommercial (CC BY-NC) license lets others remix, tweak, and build upon work non-commercially, and although the new works must also acknowledge & be non-commercial. INTRODUCTION Display with finite number of segment for each numeric character is preferred to dot matrix displays because the former saves both in memory space and cost. Seven segment display is commonly used for the display of English numerals. Both Bengali and English digits are represented using dot matrix, so the cost of display increases due to storage space, a large number of digits, power loss and design complexity.
    [Show full text]
  • A Unique 10 Segment Display for Bengali Numerals
    A Unique 10 Segment Display for Bengali Numerals Md. Abul Kalam Azad, Rezwana Sharmeen, Shabbir Ahmad and S. M. Kamruzzaman† Department of Computer Science & Engineering, International Islamic University Chittagong, Chittagong, Bangladesh. † Department of Computer Science & Engineering, Manarat International University, Dhaka, Bangladesh. {azadarif, r_sharmin_79, bappi_51, smk_iiuc}@yahoo.com Abstract Segmented display is widely used for efficient display of III. THE PROPOSED 10 SEGMENT alphanumeric characters. English numerals are dis- DISPLAY played by 7 segment and 16 segment display. The seg- Our proposed uniform 10 segment display model is ment size is uniform in this two display architecture. shown in Figure 1. Each segment is of uniform size. Display architecture using 8, 10, 11, 18 segments have The segments are non-overlapping and labeled with been proposed for Bengali numerals 0...9 yet no display specific alphabet. architecture is designed using segments of uniform size and uniform power consumption. In this paper we have a proposed a uniform 10 segment architecture for Bengali h numerals. This segment architecture uses segments of f b uniform size and no bent segment is used. gi Keywords: 10 segment display, Bengali numerals, segmented display, combination vector. e c I. INTRODUCTION j Different display architectures using finite number of d segments have been proposed for displaying Bengali numerals. 3X8 dot matrix system was used earlier for Figure 1: Proposed 10 Segment Display displaying Bengali numerals but it requires large num- bers of dots to be manipulated thereby increasing the IV. REPRESENTATION OF BENGALI memory storage, cost and design complexity. The 7 NUMERALS WITH THE PROPOSED 10 segment display is very common in displaying English SEGMENT DISPLAY numerals and a 16 segment display is widely used for The following figure, Figure 2 shows the representation displaying English Alphanumeric characters.
    [Show full text]
  • An Introduction to Linguistic Typology
    An Introduction to Linguistic Typology An Introduction to Linguistic Typology Viveka Velupillai University of Giessen John Benjamins Publishing Company Amsterdam / Philadelphia TM The paper used in this publication meets the minimum requirements of 8 the American National Standard for Information Sciences – Permanence of Paper for Printed Library Materials, ansi z39.48-1984. Library of Congress Cataloging-in-Publication Data An introduction to linguistic typology / Viveka Velupillai. â. p cm. â Includes bibliographical references and index. 1. Typology (Linguistics) 2. Linguistic universals. I. Title. P204.V45 â 2012 415--dc23 2012020909 isbn 978 90 272 1198 9 (Hb; alk. paper) isbn 978 90 272 1199 6 (Pb; alk. paper) isbn 978 90 272 7350 5 (Eb) © 2012 – John Benjamins B.V. No part of this book may be reproduced in any form, by print, photoprint, microfilm, or any other means, without written permission from the publisher. John Benjamins Publishing Company • P.O. Box 36224 • 1020 me Amsterdam • The Netherlands John Benjamins North America • P.O. Box 27519 • Philadelphia PA 19118-0519 • USA V. Velupillai: Introduction to Typology NON-PUBLIC VERSION: PLEASE DO NOT CITE OR DISSEMINATE!! ForFor AlTô VelaVela anchoranchor and and inspiration inspiration 2 Table of contents Acknowledgements xv Abbreviations xvii Abbreviations for sign language names xx Database acronyms xxi Languages cited in chapter 1 xxii 1. Introduction 1 1.1 Fast forward from the past to the present 1 1.2 The purpose of this book 3 1.3 Conventions 5 1.3.1 Some remarks on the languages cited in this book 5 1.3.2 Some remarks on the examples in this book 8 1.4 The structure of this book 10 1.5 Keywords 12 1.6 Exercises 12 Languages cited in chapter 2 14 2.
    [Show full text]
  • List of Numbers
    List of numbers This is a list of articles aboutnumbers (not about numerals). Contents Rational numbers Natural numbers Powers of ten (scientific notation) Integers Notable integers Named numbers Prime numbers Highly composite numbers Perfect numbers Cardinal numbers Small numbers English names for powers of 10 SI prefixes for powers of 10 Fractional numbers Irrational and suspected irrational numbers Algebraic numbers Transcendental numbers Suspected transcendentals Numbers not known with high precision Hypercomplex numbers Algebraic complex numbers Other hypercomplex numbers Transfinite numbers Numbers representing measured quantities Numbers representing physical quantities Numbers without specific values See also Notes Further reading External links Rational numbers A rational number is any number that can be expressed as the quotient or fraction p/q of two integers, a numerator p and a non-zero denominator q.[1] Since q may be equal to 1, every integer is a rational number. The set of all rational numbers, often referred to as "the rationals", the field of rationals or the field of rational numbers is usually denoted by a boldface Q (or blackboard bold , Unicode ℚ);[2] it was thus denoted in 1895 byGiuseppe Peano after quoziente, Italian for "quotient". Natural numbers Natural numbers are those used for counting (as in "there are six (6) coins on the table") and ordering (as in "this is the third (3rd) largest city in the country"). In common language, words used for counting are "cardinal numbers" and words used for ordering are
    [Show full text]
  • Major Trends in Theoretical and Applied Linguistics Volume 1 Versita Discipline: Language, Literature
    Edited by: Nikolaos Lavidas Thomaï Alexiou Areti-Maria Sougari Major Trends in Theoretical and Applied Linguistics Volume 1 Versita Discipline: Language, Literature Managing Editor: Anna Borowska Language Editor: Edgar Joycey Major Trends in Theoretical and Applied Linguistics: Selected Papers from the 20th International Symposium on Theoretical and Applied Linguistics (April 1-3, 2011) / Edited by: Nikolaos Lavidas, Thomaï Alexiou & Areti-Maria Sougari. Published by Versita, Versita Ltd, 78 York Street, London W1H 1DP, Great Britain. This work is licensed under the Creative Commons Attribution-NonCommercial- NoDerivs 3.0 license, which means that the text may be used for non-commercial purposes, provided credit is given to the author. Copyright © 2013 Selection and editorial matter: Nikolaos Lavidas, ThomaÏ Alexiou, Areti-Maria Sougari; individual contributors, their contributions. ISBN (paperback): 978-83-7656-074-8 ISBN (hardcover): 978-83-7656-075-5 ISBN (for electronic copy): 978-83-7656-076-2 Managing Editor: Anna Borowska Language Editor: Edgar Joycey www.versita.com Cover illustration: © Istockphoto.com/skvoor Major Trends in Theoretical and Applied Linguistics contains 80 papers on Theoretical and Applied Linguistics by prominent and young researchers, representing a large variety of topics, dealing with virtually all domains and frameworks of modern Linguistics. These papers were originally presented at the 20th International Symposium on Theoretical and Applied Linguistics at the Aristotle University of Thessaloniki in April
    [Show full text]
  • Rapid Information Gain Explains Cross-Linguistic Tendencies In
    Rapid information gain explains cross-linguistic tendencies in numeral ordering Emmy Liu ([email protected]) Yang Xu ([email protected]) Department of Computer Science Cognitive Science Program University of Toronto Abstract tend to switch order over time (Berg & Neubauer, 2014). This One previously unexplained observation about numeral sys- preference of having the larger constituent number expressed tems is the shared tendency in numeral expressions: Numer- before the smaller constituent number is prevalent in numer- als greater than 20 often have the larger constituent number als for the range above 20 but less prominent for smaller num- expressed before the smaller constituent number (e.g., twenty- four as opposed to four-twenty in English), and systems that bers (Calude & Verkerk, 2016). Here we ask what principles originally adopt the reverse order of expression (e.g., four- might account for this shared tendency in numeral ordering. and-twenty in Old English) tend to switch order over time. To This problem has been discussed by Greenberg in his explore these phenomena, we propose the view of Rapid In- formation Gain and contrast it with the established theory of cross-linguistic generalization about the design of recursive Uniform Information Density. We compare the two theories numerals (Greenberg, 1978). Recursive numeral systems rep- k in their ability to explain the shared tendency in the ordering resent numbers based on the canonical expression x1n +:::+ of numeral expressions around 20. We find that Rapid Infor- mation Gain accounts for empirical patterns better than the al- xkn + y. Here n is called the base and the values of xi’s and y ternative theory, suggesting that there is an emphasis on infor- are in the range of 1 to the base (Comrie, 2013).
    [Show full text]
  • Universal Numeric Segment Display for Indian Scheduled Languages
    International Journal of Computer Trends and Technology- volume2Issue2- 2011 Universal Numeric Segment Display for Indian Scheduled Languages: an Architectural View Partha Pratim Ray Surendra Institute of Engineering and Management Siliguri, Darjeeling-734009, West Bengal, India Abstract— India is country of several hundred different languages. Though twenty two languages have only been devised II. RELATED WORK as scheduled to the Eighth Schedule of Indian Constitution in So far 7-segment display is used for English digits, those 2007. But as there is yet no proposed compact display are Latin digits and 10-segment display is proposed for architecture to display all the scheduled language numerals at a Bengali digits [2, 3]. [4] proposed an 8-segment display is time, this paper proposes a uniform display architecture to display all twenty two different language digits with higher English and Bengali digits. Literature [5] proposed a 12- accuracy and simplicity by using a 17-segment display, which is segment display for Arabic digits. [6] described an 18- an improvement over the 16-segment display. segmented display for twelve international languages. Another report, [7] presented a 31-segmented display for Bengali Keywords— 17-segment display, Indian scheduled language, characters. [8] proposed a 26-segment display for Bengali numerals, English. characters. But these segment architectures are different to each other and we cannot use the same architecture for I. INTRODUCTION uniform display of multiple languages, that’s why I have India is country of multiple languages. Most Indians speak proposed 17-segment display as a uniform architecture to a language belonging either to the Indo-European (74%), the display multiple numerals at a time.
    [Show full text]
  • TYPOLOGICAL PARAMETERS for the LEXICO-SYNT ACTIC STRUCTURES of HIGH-DIGIT NUMERICAL Expressionsl
    TYPOLOGICAL PARAMETERS FOR THE LEXICO-SYNT ACTIC STRUCTURES OF HIGH-DIGIT NUMERICAL EXPRESSIONSl ChengLuo Brock University ABSTRACT The objective of this paper is to explore the lexico-syntactic structure of high-digit numerical expressions (henceforth HDNEs), normally with 4 digits and more, and to propose a set of typological parameters to ac- count for crosslinguistic variations in lexicalization sites. The two pa- rameters of pivot/ anchor and increment are proposed to describe and account for lexicalization sites of HDNEs, with language-specific value- setting explaining crosslinguistic variation. Support for this analysis includes psycholinguistic evidence from second language acquisition. 1. INTRODUCTION This paper examines the crosslinguistic lexico-syntactic structure of high-digit numerical expressions (HDNEs) in order to provide a principled account for their lexicalization sites, whose crosslinguistic variations are demonstrated in italics in Table 1: Table 1: Sample of crosslinguistic variation in HDNE lexicalization sites English Chinese Kannada Lugwere 1,000 (one)thousand (yi)qian ondu-siivira lu-kurni 10,000 ten thousand (yi)wan haththu-savira mu-tulo 100,000 (one)hundred thousand shiwan ondu-Iaksha mi-tuloi-kurni 1,000,000 (one)million (yi)bai wan haththu-laksha ka-kairi 10,000,000 tenmillion (yi)qianwan ondu-kati bu-kairii-kumi 100,000,000 (one)hundred million (yi)yi haththu-k6ti bu-kairichi-kumi 1,000,000,000 (one)billion shi yi kata8arikakama As Chomsky (1980: 248f) suggests, the way in which human beings de- velop the number system may 'shed light on deep and fundamental charac- 1 An earlier version of this work was presented at the 1997 Mid-America Linguistic Conference at Columbus, Missouri, at which I benefited from the remarks and suggestions from the audience.
    [Show full text]