Recursive Signatures and the Signature Left Near-Ring

Size: px
Start display at page:

Download "Recursive Signatures and the Signature Left Near-Ring"

Transcription

1 Recursive Signatures and the Signature Left Near-Ring J. Conrad Oct 2, 0207 Abstract A new characterization of the INVERT transform is given for the class of -beginning sequences. Its properties are canonized by a familiar algorithm. We construct an additive operation from a compatible homomorphism, and explore the immediate consequences of the operation and its ability to streamline identity proving. Then we extend the parameters of the signature function to construct a multiplicative group which is left-distributive over the additive operation, forming the signature left near-ring. Finally, we explore a peculiar algorithm with a surprisingly simple interpretation via the signature function. Contents Introduction 2. The Invert Transform and the Signature Function The Inverse Signature Function F Antidiagonal summation and ω Signature Addition 4 2. Convolution of -beginning sequences Internal Applications Signature Convolution 5 3. Parameterized Antidiagonal Summation Right and Left inverses The Signature (Left!) Near-Ring Signatures in Action 7 4. The Continuum Hypothesis (just kidding) Transforming signatures Conclusion & Afterthoughts 0

2 Introduction. The Invert Transform and the Signature Function In Bernstein & Sloane s Some Canonical Sequences of Integers [2], the Invert transform of a sequence a is the sequence b which satisfies + b n x n = n= () a n x n n= As formal power series over R[[x]] this is simply + bx = ax By this algorithm we may define a function F : D O where all sequences b O take the form + bx (the one-beginning sequences). Though the name Invert is a useful mnemonic for this formula, there is a recursive algorithm which computes this transform more quickly for a sequence d D by F d (0) = F d (x) = (2) F d (x k) d k (3) k= The Invert transform becomes an identity for the entire sequence: F d = dx (4) For simplicity, we accept two assumptions about every sequence d: d x<0 = 0 d + {0} d (5) These rules together form the null postulate. It allows every sequence to be treated as infinite in both directions. This may be optimized in code to reduce unnecessary additions and multiplications, but it provides a consistent upper bound for all sums, and thus greatly simplifies the syntax for various formulas. A sequence adhering to this postulate is said to be null compliant. 2

3 .2 The Inverse Signature Function F We can compute its inverse F : O D by solving for d in terms of F d : F d (x) = From this, substituting F d F d (x k) d k k= x F d (x) = F d (0) d x + F d (x k) d k k= x F d (x) = d x + F d (x k) d k k= x d x = F d (x) F d (x k) d k (5) F d k= for d and increasing the index yields (x) = d x+ k= d x k F d (k ) (7) With this new structure, the notion of the invert transform is less intuitive. For this reason, I have elected to refer to this treatment as the recursive signature function or simply the signature function for short..3 Antidiagonal summation and ω It is well known that summation along the diagonals of Pascal s Triangle yields the Fibonacci numbers. This relationship has been explored in further detail by Hoggatt Jr & Bicknell [3]. In general, we may select a polynomial p and sum along the x-th diagonal to yield F p (x) = p k x k (8) Additionally, we may describe F d as a sum of power series. To do this, we define the series ω = [0, ]. While it is normal to use x to describe position in this way, it is beneficial to use ω to distinguish these as null-compliant. Then the signature function is also computed by F d = (dω) k F d (x) = (dω) k x (9) Finally, we may describe F d (x) without requiring it be piecewise. We may substitute F d (0) = for F 0 to get F d (x) = F 0 (x) + F d (x k) d k (0) k= 3

4 2 Signature Addition 2. Convolution of -beginning sequences Recall that the convolution of two sequences a and b is given by ab x = a x k b k = b x k a k () In the set of -beginning sequences O, convolution is a closed operation. This means that we may describe a homomorphism F a F b = F (a b) (2) for a binary operation : D D D where D is the set of null-compliant (integer) sequences. By (2), we have and thus ( aω)( bω) = aω bω + abω 2 (3) a b = F (F a F b ) = a + b abω (4) To find an inverse, we solve a + b abω = 0. If we factor out b from the latter two terms, we may substitute the reciprocal of F b for ( bω) to find that In addition to this inverse, note that b = af a (5) a F a = a + a nf a = a + n (6) This describes an isomorphism to (integer) addition with identity 0, but may be easily extended to the reals and complex numbers. We may also use Eq. (0) to yield a convenient recursive formula which is amenable to memoization: (F a F b )(x) = F a (x) Internal Applications F a F b (x k) d k (7) The information given by this group can help us quickly solve problems when they are portrayed in terms of their signatures. For example, we have that k= F ( dω) = F ( F d ) = 0 d = df d (8) or conversely F ( + dω) = df d (9) 4

5 Through this, we can quickly solve a more complex problem symbolically without relying on the explicit algorithm: When a =, we have F ( + af b ω) = (af b )F afb = af b afb = af b a (20) F ( + F b ω) = F b (2) but we can substitute F 0 for, and reach the same solution in an albeit roundabout way: F ( + F b F 0 ω) = F b F 0 Fb = F b Fb = F b (22) Another roundabout solution to this form of problem takes advantage of an interesting almost distributive case: Which is used to solve F ( + F a F b ω): a (b c) = a + a b a c (23) F (+F a F b ω) = F a F b Fa = F a (b Fa) = F a+a b a Fa = F a+a b (a+) = F a b (24) This isn t the best way to solve this problem, but it showcases the versatility of this construction. Because the signature function is linear over signature addition, it is easier to say that F ( + F a F b ω) = F ( + F a b ω) = F a b (25) 3 Signature Convolution 3. Parameterized Antidiagonal Summation If we elect to treat each term of antidiagonal summation as the product of itself and, then we can rephrase it in terms of the signature function as d k x k F (k) = F d (x) (26) From this, we can experiment with alternative signatures to. Using 0, for example, yields d k x k F 0 (k) = F 0 (x) (27) And with 2 we get d k x k F 2 (k) = F 2d (x) (28) Already we have multiplicative qualities akin to scalar multiplication, and nullification by the identity of signature addition. By describing this transformation 5

6 as a binary operation : D D D, we can focus on the signature of the solution rather than the entire solution. Thus we define this operation as the satisfaction of F a b (x) = a k x k F b (k) (29) which as a series is F a b = (aω) k F b (k) (30) Finally, a formula for the multiplication itself is given by a b = a (aω) k b k (3) with each value of the sequence given by (a b)(x) = 3.2 Right and Left inverses a k+ x k b k (32) With a bit of manipulation (left as an exercise, but solved in the same way as Eq (5)) we can derive an inverse which computes either a or b in terms of a b. First, we have the left inverse which computes a left operand, denoted \: (a\b) x = x a x (a\b) k+ x k b k b 0 (33) Next, we have the right inverse which computes a right operand, denoted /: (a/b) x = x a x b k+ x k (a/b) k b x+ 0 (34) Because these inverses are different, we can conclude that is not commutative. Furthermore, we may compare it to deconvolution, the inverse of convolution: (a b) x = x a x b x k (a b) k b 0 (35) If we treat convolution as an ansatz, this new operation is amenable to the name signature convolution, which distinguishes its application to sequences rather than numbers. 6

7 3.3 The Signature (Left!) Near-Ring Recall that for the system (D,, 0,, ) to satisfy the near-ring axioms, it must meet the following three conditions: D is a group under the additive operation * D is a semigroup under the multiplicative operation Multiplication distributes on the right XOR left Because of the additivity of signature addition, signature convolution distributes over by definition in Eq. (30): a (aω) k (b c) k = a (aω) k b k a (aω) k c k = a b a c (36) It follows that its right inverse right-distributes: a b d a c e a (b c) = d e (d e)/a = d/a e/a = b c (37) Right-distributivity and left inverse distributivity can be disproven by any number of random test cases. There are conditions where appears to either distribute or commute, but such cases are easily explained via its associativity and shared signature factorization. Take for example [, ] [, 2, 2, ] = [, ] [, ] [, ] = [, 2, 2, ] [, ] (38) Thus signature addition and convolution together form a left near-ring over the integer sequences. Like previous constructions, this can extend to form a left near-field as its inverse commutes and signature convolution forms a group under the rationals, reals, and complex numbers. This may also be enumerated by signature factorization, by observing that by induction a (x) a (y) = a (x+) a (y ) = a (x ) a (y+) (39) where the parenthetical exponents are the signature power of the sequence. Then for x = y = we get a (0) a (0) = a () a ( ) = a ( ) a () (40) 4 Signatures in Action 4. The Continuum Hypothesis (just kidding) Though we have seen the near-ring of signatures used to solve internal problems, it was originally motivated by a peculiar representation of Cantor s diagonal argument as a power series. It begins with an infinite set, whose cardinality is σ, 7

8 which we conjecture to be a complete set of the real numbers. By the diagonal argument, it is always possible to define at least one element which must be real but is not present in the set (in Cantor s case the binary reals are used, but we may use any base (b + ). We add this set of absent real numbers, and include it as the second element of the series. This process may be repeated indefinitely, but by induction will never be complete. I chose to represent this recursively as C(0) = σ C(x) = C(x ) + b C(x ) lim x C(x) < ℵ (4) Next, we take the finite difference of this function, C, and we construct a matrix which satisfies ( M[0, 0] = M[x, y] = n : b x M[x, k] C (k)) = C (x) (42) There is an interesting equivalence between the rows of this matrix and the base-b logarithm of C ; if we state that then it is true that b < σ = log b σ = σ (43) x M[x, k] C (k) = log b (C (x)) (44) We may take this a step further, and specify that this is a linear logarithm-like function. This would allow us to express iteration of this pseudologarithm as matrix powers (assume that each of these matrices is padded with sufficient zeroes to make matrix multiplication valid): (45) 8

9 The shape of the initial matrix is identical to the one exhibited by Mats Granvik and Gary Adamson [], in which they compute the Bell numbers by the powers of a modified Pascal s Triangle. In this case, however, we will add a final step and produce a sequence from the partial sums of the remaining column of M. We may frame this as the sequence P where P (x) = M k [k, 0] (46) which produces P (x) = 2 x. For brevity s sake we will call this the pseudologarithmic series. 4.2 Transforming signatures We may elect to define a signature-based recursive function C d, which is nullcompliant, and compute it as C d (0) = σ C d (x) = C d (x ) + b ( C d (x k) d k ) k= (47) Then the matrix M d is given and its pseudologarithmic series is M d [0, 0] = M d [x, y] = x y d k (48) P d (x) = F d+ (x) (49) More curious still, an antidiagonal summation algorithm exists, which we ll call S, such that S d (x) = M x k d [k, 0] = F dω+ (x) (50) This example hints at the possibility of a broader treatment of signatures, and a deeper relationship with antidiagonal summation of powers. Perhaps there is someone smarter than me who could find a suitable topology which describes the behavior of signatures in significant detail. 9

10 5 Conclusion & Afterthoughts The signature near-ring has not been fully explored, and I will be continuing this work in the future. But I consider the construction complete enough to be publishable. This paper envelops everything I ve learned, including ideas I wouldn t have anticipated, like the possibility to apply it to select matrix multiplication algorithms such as the one derived from Cantor s diagonal argument. While defining, proving, and exploring the signature near-ring is not easily accessible to students, I intend to make it easy to understand, compute its operations, and demonstrate one of the many universes of arithmetic capable of being constructed. Education in the U.S. is streamlined for calculus, with surprisingly little attention paid to arithmetic after completing algebra. The world of abstract algebra could be used to examine the way we teach and the systems we use to teach, but instead seems just a means to an end. I am not a canonical mathematician. I ve learned math independently and as such my understanding of the subject does not lean towards calculus and analysis in the way that a formal education so often does. Thus my attention is not usually focused on the number-theoretical on which professionals are focused. I would like to do so one day, but I would be satisfied to see this available on arxiv, and used to refresh what I believe is a poorly-documented aspect of the Online Encyclopedia of Integer Sequences. I began compiling this information when my vocabulary was not as strong, and even the concept of a formal power series was foreign to me. I started learning what came naturally, and landed in combinatorics and abstract algebra because most of what I was learning revolved around those subjects. I learned the ins and outs of Pascal s Triangle, binomial transformations, and the behavior of summation, and independently learned to derive a lot of qualities of groups, sequences, polynomials, and more. When I discovered the OEIS it became one of my most important tools, and I decided that I would do my best to contribute as an amateur. Mathematics at this level feels all but trivialized - not only by its connotation, but by the explanatory power of vast abstract systems constructed, all of which are constantly synthesizing years of research into cursory theorems and corollaries. It enables us to present the illusion of understanding to the world, and advance intermediate students to analysis and category theory without much thought to the trivialities themselves. Many discuss the constructions of the rational and real numbers which make them unique from the integers, but far fewer seem to stop and think about them. It is easier to generalize and parameterize a problem and make it trivial than it is to stop and think about a solution to the problem. This isn t to blame computers for the neglect of arithmetic; they only provide academics of all sorts the ability to do so as they always wished. Special thanks to: my love, Ann Valor, for believing in me from the start; Dr. Doron Zeilberger, who encouraged me to keep going; Tristen Harr, for learning from and with me; and to my reliable computer, for helping to prove me right. 0

11 References [] Granvik, Mats and Adamson, Gary. The invert transform, Bell numbers, Pascal triangle, permanents, matrix multiplication and matrix inversion, Catalan numbers. The Mobius function Blog. 8 Feb. 20. Web. Retrieved from on 30 Sep [2] Sloane, NJA and Bernstein, M. Some Canonical Sequences of Integers. Mathematical Sciences Research Center. AT&T Bell Laboratories. Retrieved from on 30 Sep [3] Hoggatt, Jr, V. E. and Bicknell, Marjorie. Diagonal Sums of Generalized Pascal Triangles. Web. Retrieved from Scanned/7-4/hoggatt-a.pdf

CHMC: Finite Fields 9/23/17

CHMC: Finite Fields 9/23/17 CHMC: Finite Fields 9/23/17 1 Introduction This worksheet is an introduction to the fascinating subject of finite fields. Finite fields have many important applications in coding theory and cryptography,

More information

1.1.1 Algebraic Operations

1.1.1 Algebraic Operations 1.1.1 Algebraic Operations We need to learn how our basic algebraic operations interact. When confronted with many operations, we follow the order of operations: Parentheses Exponentials Multiplication

More information

Algebra and Trigonometry 2006 (Foerster) Correlated to: Washington Mathematics Standards, Algebra 2 (2008)

Algebra and Trigonometry 2006 (Foerster) Correlated to: Washington Mathematics Standards, Algebra 2 (2008) A2.1. Core Content: Solving problems The first core content area highlights the type of problems students will be able to solve by the end of, as they extend their ability to solve problems with additional

More information

and the compositional inverse when it exists is A.

and the compositional inverse when it exists is A. Lecture B jacques@ucsd.edu Notation: R denotes a ring, N denotes the set of sequences of natural numbers with finite support, is a generic element of N, is the infinite zero sequence, n 0 R[[ X]] denotes

More information

CHAPTER 3: THE INTEGERS Z

CHAPTER 3: THE INTEGERS Z CHAPTER 3: THE INTEGERS Z MATH 378, CSUSM. SPRING 2009. AITKEN 1. Introduction The natural numbers are designed for measuring the size of finite sets, but what if you want to compare the sizes of two sets?

More information

1 ** The performance objectives highlighted in italics have been identified as core to an Algebra II course.

1 ** The performance objectives highlighted in italics have been identified as core to an Algebra II course. Strand One: Number Sense and Operations Every student should understand and use all concepts and skills from the pervious grade levels. The standards are designed so that new learning builds on preceding

More information

From Lay, 5.4. If we always treat a matrix as defining a linear transformation, what role does diagonalisation play?

From Lay, 5.4. If we always treat a matrix as defining a linear transformation, what role does diagonalisation play? Overview Last week introduced the important Diagonalisation Theorem: An n n matrix A is diagonalisable if and only if there is a basis for R n consisting of eigenvectors of A. This week we ll continue

More information

Problem Solving in Math (Math 43900) Fall 2013

Problem Solving in Math (Math 43900) Fall 2013 Problem Solving in Math (Math 43900) Fall 203 Week six (October ) problems recurrences Instructor: David Galvin Definition of a recurrence relation We met recurrences in the induction hand-out. Sometimes

More information

COMPUTER ARITHMETIC. 13/05/2010 cryptography - math background pp. 1 / 162

COMPUTER ARITHMETIC. 13/05/2010 cryptography - math background pp. 1 / 162 COMPUTER ARITHMETIC 13/05/2010 cryptography - math background pp. 1 / 162 RECALL OF COMPUTER ARITHMETIC computers implement some types of arithmetic for instance, addition, subtratction, multiplication

More information

Math Linear algebra, Spring Semester Dan Abramovich

Math Linear algebra, Spring Semester Dan Abramovich Math 52 0 - Linear algebra, Spring Semester 2012-2013 Dan Abramovich Fields. We learned to work with fields of numbers in school: Q = fractions of integers R = all real numbers, represented by infinite

More information

INFINITY: CARDINAL NUMBERS

INFINITY: CARDINAL NUMBERS INFINITY: CARDINAL NUMBERS BJORN POONEN 1 Some terminology of set theory N := {0, 1, 2, 3, } Z := {, 2, 1, 0, 1, 2, } Q := the set of rational numbers R := the set of real numbers C := the set of complex

More information

MATH 3300 Test 1. Name: Student Id:

MATH 3300 Test 1. Name: Student Id: Name: Student Id: There are nine problems (check that you have 9 pages). Solutions are expected to be short. In the case of proofs, one or two short paragraphs should be the average length. Write your

More information

* 8 Groups, with Appendix containing Rings and Fields.

* 8 Groups, with Appendix containing Rings and Fields. * 8 Groups, with Appendix containing Rings and Fields Binary Operations Definition We say that is a binary operation on a set S if, and only if, a, b, a b S Implicit in this definition is the idea that

More information

College Algebra. Basics to Theory of Equations. Chapter Goals and Assessment. John J. Schiller and Marie A. Wurster. Slide 1

College Algebra. Basics to Theory of Equations. Chapter Goals and Assessment. John J. Schiller and Marie A. Wurster. Slide 1 College Algebra Basics to Theory of Equations Chapter Goals and Assessment John J. Schiller and Marie A. Wurster Slide 1 Chapter R Review of Basic Algebra The goal of this chapter is to make the transition

More information

Handout #6 INTRODUCTION TO ALGEBRAIC STRUCTURES: Prof. Moseley AN ALGEBRAIC FIELD

Handout #6 INTRODUCTION TO ALGEBRAIC STRUCTURES: Prof. Moseley AN ALGEBRAIC FIELD Handout #6 INTRODUCTION TO ALGEBRAIC STRUCTURES: Prof. Moseley Chap. 2 AN ALGEBRAIC FIELD To introduce the notion of an abstract algebraic structure we consider (algebraic) fields. (These should not to

More information

Teaching with a Smile

Teaching with a Smile Teaching with a Smile Igor Minevich Boston College AMS - MAA Joint Mathematics Meetings January 11, 2015 Outline 1 Introduction 2 Puzzles and Other Fun Stuff 3 Projects Yin-Yang of Mathematics Yang Logic

More information

Metric spaces and metrizability

Metric spaces and metrizability 1 Motivation Metric spaces and metrizability By this point in the course, this section should not need much in the way of motivation. From the very beginning, we have talked about R n usual and how relatively

More information

NOTES ON FINITE FIELDS

NOTES ON FINITE FIELDS NOTES ON FINITE FIELDS AARON LANDESMAN CONTENTS 1. Introduction to finite fields 2 2. Definition and constructions of fields 3 2.1. The definition of a field 3 2.2. Constructing field extensions by adjoining

More information

Commutative Rings and Fields

Commutative Rings and Fields Commutative Rings and Fields 1-22-2017 Different algebraic systems are used in linear algebra. The most important are commutative rings with identity and fields. Definition. A ring is a set R with two

More information

A NEW SET THEORY FOR ANALYSIS

A NEW SET THEORY FOR ANALYSIS Article A NEW SET THEORY FOR ANALYSIS Juan Pablo Ramírez 0000-0002-4912-2952 Abstract: We present the real number system as a generalization of the natural numbers. First, we prove the co-finite topology,

More information

Trinity Christian School Curriculum Guide

Trinity Christian School Curriculum Guide Course Title: Calculus Grade Taught: Twelfth Grade Credits: 1 credit Trinity Christian School Curriculum Guide A. Course Goals: 1. To provide students with a familiarity with the properties of linear,

More information

Lecture 6: Finite Fields

Lecture 6: Finite Fields CCS Discrete Math I Professor: Padraic Bartlett Lecture 6: Finite Fields Week 6 UCSB 2014 It ain t what they call you, it s what you answer to. W. C. Fields 1 Fields In the next two weeks, we re going

More information

Set theory. Math 304 Spring 2007

Set theory. Math 304 Spring 2007 Math 304 Spring 2007 Set theory Contents 1. Sets 2 1.1. Objects and set formation 2 1.2. Unions and intersections 3 1.3. Differences 4 1.4. Power sets 4 1.5. Ordered pairs and binary,amscdcartesian products

More information

Numbers, proof and all that jazz.

Numbers, proof and all that jazz. CHAPTER 1 Numbers, proof and all that jazz. There is a fundamental difference between mathematics and other sciences. In most sciences, one does experiments to determine laws. A law will remain a law,

More information

1. Introduction to commutative rings and fields

1. Introduction to commutative rings and fields 1. Introduction to commutative rings and fields Very informally speaking, a commutative ring is a set in which we can add, subtract and multiply elements so that the usual laws hold. A field is a commutative

More information

Follow links for Class Use and other Permissions. For more information send to:

Follow links for Class Use and other Permissions. For more information send  to: COPYRIGHT NOTICE: John J. Watkins: Topics in Commutative Ring Theory is published by Princeton University Press and copyrighted, 2007, by Princeton University Press. All rights reserved. No part of this

More information

Countability. 1 Motivation. 2 Counting

Countability. 1 Motivation. 2 Counting Countability 1 Motivation In topology as well as other areas of mathematics, we deal with a lot of infinite sets. However, as we will gradually discover, some infinite sets are bigger than others. Countably

More information

chapter 5 INTRODUCTION TO MATRIX ALGEBRA GOALS 5.1 Basic Definitions

chapter 5 INTRODUCTION TO MATRIX ALGEBRA GOALS 5.1 Basic Definitions chapter 5 INTRODUCTION TO MATRIX ALGEBRA GOALS The purpose of this chapter is to introduce you to matrix algebra, which has many applications. You are already familiar with several algebras: elementary

More information

Proofs. Chapter 2 P P Q Q

Proofs. Chapter 2 P P Q Q Chapter Proofs In this chapter we develop three methods for proving a statement. To start let s suppose the statement is of the form P Q or if P, then Q. Direct: This method typically starts with P. Then,

More information

Undergraduate Notes in Mathematics. Arkansas Tech University Department of Mathematics

Undergraduate Notes in Mathematics. Arkansas Tech University Department of Mathematics Undergraduate Notes in Mathematics Arkansas Tech University Department of Mathematics An Introductory Single Variable Real Analysis: A Learning Approach through Problem Solving Marcel B. Finan c All Rights

More information

Math 346 Notes on Linear Algebra

Math 346 Notes on Linear Algebra Math 346 Notes on Linear Algebra Ethan Akin Mathematics Department Fall, 2014 1 Vector Spaces Anton Chapter 4, Section 4.1 You should recall the definition of a vector as an object with magnitude and direction

More information

IB Mathematics HL Year 2 Unit 11: Completion of Algebra (Core Topic 1)

IB Mathematics HL Year 2 Unit 11: Completion of Algebra (Core Topic 1) IB Mathematics HL Year Unit : Completion of Algebra (Core Topic ) Homewor for Unit Ex C:, 3, 4, 7; Ex D: 5, 8, 4; Ex E.: 4, 5, 9, 0, Ex E.3: (a), (b), 3, 7. Now consider these: Lesson 73 Sequences and

More information

Prentice Hall Algebra 1, Foundations Series 2011 Correlated to: Washington Mathematics Standards, Algebra 1 (2008)

Prentice Hall Algebra 1, Foundations Series 2011 Correlated to: Washington Mathematics Standards, Algebra 1 (2008) Algebra 1 A1.1. Core Content: Solving problems (Algebra) Students learn to solve many new types of problems in Algebra 1, and this first core content area highlights the types of problems students will

More information

Proofs. Chapter 2 P P Q Q

Proofs. Chapter 2 P P Q Q Chapter Proofs In this chapter we develop three methods for proving a statement. To start let s suppose the statement is of the form P Q or if P, then Q. Direct: This method typically starts with P. Then,

More information

CHAPTER 3. Sequences. 1. Basic Properties

CHAPTER 3. Sequences. 1. Basic Properties CHAPTER 3 Sequences We begin our study of analysis with sequences. There are several reasons for starting here. First, sequences are the simplest way to introduce limits, the central idea of calculus.

More information

SOME TRANSFINITE INDUCTION DEDUCTIONS

SOME TRANSFINITE INDUCTION DEDUCTIONS SOME TRANSFINITE INDUCTION DEDUCTIONS SYLVIA DURIAN Abstract. This paper develops the ordinal numbers and transfinite induction, then demonstrates some interesting applications of transfinite induction.

More information

GROUPS. Chapter-1 EXAMPLES 1.1. INTRODUCTION 1.2. BINARY OPERATION

GROUPS. Chapter-1 EXAMPLES 1.1. INTRODUCTION 1.2. BINARY OPERATION Chapter-1 GROUPS 1.1. INTRODUCTION The theory of groups arose from the theory of equations, during the nineteenth century. Originally, groups consisted only of transformations. The group of transformations

More information

Arithmetic Triangle. Luís Dias Ferreira 1

Arithmetic Triangle. Luís Dias Ferreira 1 Arithmetic Triangle Luís Dias Ferreira Colégio Valsassina, Av. Teixeira da Mota, Quinta das Teresinhas, 959-00 Lisboa, Portugal Journal of Mathematics Research; Vol. 9, No. 2; April 207 ISSN 96-9795 E-ISSN

More information

Infinite constructions in set theory

Infinite constructions in set theory VI : Infinite constructions in set theory In elementary accounts of set theory, examples of finite collections of objects receive a great deal of attention for several reasons. For example, they provide

More information

EXAMPLES OF PROOFS BY INDUCTION

EXAMPLES OF PROOFS BY INDUCTION EXAMPLES OF PROOFS BY INDUCTION KEITH CONRAD 1. Introduction In this handout we illustrate proofs by induction from several areas of mathematics: linear algebra, polynomial algebra, and calculus. Becoming

More information

Math 308 Midterm Answers and Comments July 18, Part A. Short answer questions

Math 308 Midterm Answers and Comments July 18, Part A. Short answer questions Math 308 Midterm Answers and Comments July 18, 2011 Part A. Short answer questions (1) Compute the determinant of the matrix a 3 3 1 1 2. 1 a 3 The determinant is 2a 2 12. Comments: Everyone seemed to

More information

Theorem 5.3. Let E/F, E = F (u), be a simple field extension. Then u is algebraic if and only if E/F is finite. In this case, [E : F ] = deg f u.

Theorem 5.3. Let E/F, E = F (u), be a simple field extension. Then u is algebraic if and only if E/F is finite. In this case, [E : F ] = deg f u. 5. Fields 5.1. Field extensions. Let F E be a subfield of the field E. We also describe this situation by saying that E is an extension field of F, and we write E/F to express this fact. If E/F is a field

More information

A matrix over a field F is a rectangular array of elements from F. The symbol

A matrix over a field F is a rectangular array of elements from F. The symbol Chapter MATRICES Matrix arithmetic A matrix over a field F is a rectangular array of elements from F The symbol M m n (F ) denotes the collection of all m n matrices over F Matrices will usually be denoted

More information

CONSTRUCTION OF THE REAL NUMBERS.

CONSTRUCTION OF THE REAL NUMBERS. CONSTRUCTION OF THE REAL NUMBERS. IAN KIMING 1. Motivation. It will not come as a big surprise to anyone when I say that we need the real numbers in mathematics. More to the point, we need to be able to

More information

The cardinal comparison of sets

The cardinal comparison of sets (B) The cardinal comparison of sets I think we can agree that there is some kind of fundamental difference between finite sets and infinite sets. For a finite set we can count its members and so give it

More information

2. Two binary operations (addition, denoted + and multiplication, denoted

2. Two binary operations (addition, denoted + and multiplication, denoted Chapter 2 The Structure of R The purpose of this chapter is to explain to the reader why the set of real numbers is so special. By the end of this chapter, the reader should understand the difference between

More information

A Hypothesis about Infinite Series, of the minimally centered variety. By Sidharth Ghoshal May 17, 2012

A Hypothesis about Infinite Series, of the minimally centered variety. By Sidharth Ghoshal May 17, 2012 A Hypothesis about Infinite Series, of the minimally centered variety By Sidharth Ghoshal May 17, 2012 Contents Taylor s Theorem and Maclaurin s Special Case: A Brief Introduction... 3 The Curious Case

More information

Math 110, Spring 2015: Midterm Solutions

Math 110, Spring 2015: Midterm Solutions Math 11, Spring 215: Midterm Solutions These are not intended as model answers ; in many cases far more explanation is provided than would be necessary to receive full credit. The goal here is to make

More information

Sequences and infinite series

Sequences and infinite series Sequences and infinite series D. DeTurck University of Pennsylvania March 29, 208 D. DeTurck Math 04 002 208A: Sequence and series / 54 Sequences The lists of numbers you generate using a numerical method

More information

Provide Computational Solutions to Power Engineering Problems SAMPLE. Learner Guide. Version 3

Provide Computational Solutions to Power Engineering Problems SAMPLE. Learner Guide. Version 3 Provide Computational Solutions to Power Engineering Problems Learner Guide Version 3 Training and Education Support Industry Skills Unit Meadowbank Product Code: 5793 Acknowledgments The TAFE NSW Training

More information

2 Metric Spaces Definitions Exotic Examples... 3

2 Metric Spaces Definitions Exotic Examples... 3 Contents 1 Vector Spaces and Norms 1 2 Metric Spaces 2 2.1 Definitions.......................................... 2 2.2 Exotic Examples...................................... 3 3 Topologies 4 3.1 Open Sets..........................................

More information

ADVANCED CALCULUS - MTH433 LECTURE 4 - FINITE AND INFINITE SETS

ADVANCED CALCULUS - MTH433 LECTURE 4 - FINITE AND INFINITE SETS ADVANCED CALCULUS - MTH433 LECTURE 4 - FINITE AND INFINITE SETS 1. Cardinal number of a set The cardinal number (or simply cardinal) of a set is a generalization of the concept of the number of elements

More information

Chapter 3. Rings. The basic commutative rings in mathematics are the integers Z, the. Examples

Chapter 3. Rings. The basic commutative rings in mathematics are the integers Z, the. Examples Chapter 3 Rings Rings are additive abelian groups with a second operation called multiplication. The connection between the two operations is provided by the distributive law. Assuming the results of Chapter

More information

ELEMENTARY LINEAR ALGEBRA

ELEMENTARY LINEAR ALGEBRA ELEMENTARY LINEAR ALGEBRA K R MATTHEWS DEPARTMENT OF MATHEMATICS UNIVERSITY OF QUEENSLAND First Printing, 99 Chapter LINEAR EQUATIONS Introduction to linear equations A linear equation in n unknowns x,

More information

Prentice Hall CME Project, Algebra

Prentice Hall CME Project, Algebra Prentice Hall Advanced Algebra C O R R E L A T E D T O Oregon High School Standards Draft 6.0, March 2009, Advanced Algebra Advanced Algebra A.A.1 Relations and Functions: Analyze functions and relations

More information

1. A Little Set Theory

1. A Little Set Theory . A Little Set Theory I see it, but I don t believe it. Cantor to Dedekind 29 June 877 Functions are the single most important idea pervading modern mathematics. We will assume the informal definition

More information

1. Introduction to commutative rings and fields

1. Introduction to commutative rings and fields 1. Introduction to commutative rings and fields Very informally speaking, a commutative ring is a set in which we can add, subtract and multiply elements so that the usual laws hold. A field is a commutative

More information

Topology Math Conrad Plaut

Topology Math Conrad Plaut Topology Math 467 2010 Conrad Plaut Contents Chapter 1. Background 1 1. Set Theory 1 2. Finite and Infinite Sets 3 3. Indexed Collections of Sets 4 Chapter 2. Topology of R and Beyond 7 1. The Topology

More information

Last week we looked at limits generally, and at finding limits using substitution.

Last week we looked at limits generally, and at finding limits using substitution. Math 1314 ONLINE Week 4 Notes Lesson 4 Limits (continued) Last week we looked at limits generally, and at finding limits using substitution. Indeterminate Forms What do you do when substitution gives you

More information

5 Set Operations, Functions, and Counting

5 Set Operations, Functions, and Counting 5 Set Operations, Functions, and Counting Let N denote the positive integers, N 0 := N {0} be the non-negative integers and Z = N 0 ( N) the positive and negative integers including 0, Q the rational numbers,

More information

q-series Michael Gri for the partition function, he developed the basic idea of the q-exponential. From

q-series Michael Gri for the partition function, he developed the basic idea of the q-exponential. From q-series Michael Gri th History and q-integers The idea of q-series has existed since at least Euler. In constructing the generating function for the partition function, he developed the basic idea of

More information

3.4 Pascal s Pride. A Solidify Understanding Task

3.4 Pascal s Pride. A Solidify Understanding Task 3.4 Pascal s Pride A Solidify Understanding Task Multiplying polynomials can require a bit of skill in the algebra department, but since polynomials are structured like numbers, multiplication works very

More information

Turing Machines, diagonalization, the halting problem, reducibility

Turing Machines, diagonalization, the halting problem, reducibility Notes on Computer Theory Last updated: September, 015 Turing Machines, diagonalization, the halting problem, reducibility 1 Turing Machines A Turing machine is a state machine, similar to the ones we have

More information

Introduction to Topology

Introduction to Topology Introduction to Topology Randall R. Holmes Auburn University Typeset by AMS-TEX Chapter 1. Metric Spaces 1. Definition and Examples. As the course progresses we will need to review some basic notions about

More information

Notes on generating functions in automata theory

Notes on generating functions in automata theory Notes on generating functions in automata theory Benjamin Steinberg December 5, 2009 Contents Introduction: Calculus can count 2 Formal power series 5 3 Rational power series 9 3. Rational power series

More information

9th and 10th Grade Math Proficiency Objectives Strand One: Number Sense and Operations

9th and 10th Grade Math Proficiency Objectives Strand One: Number Sense and Operations Strand One: Number Sense and Operations Concept 1: Number Sense Understand and apply numbers, ways of representing numbers, the relationships among numbers, and different number systems. Justify with examples

More information

Part III. 10 Topological Space Basics. Topological Spaces

Part III. 10 Topological Space Basics. Topological Spaces Part III 10 Topological Space Basics Topological Spaces Using the metric space results above as motivation we will axiomatize the notion of being an open set to more general settings. Definition 10.1.

More information

48 CHAPTER 2. COMPUTATIONAL METHODS

48 CHAPTER 2. COMPUTATIONAL METHODS 48 CHAPTER 2. COMPUTATIONAL METHODS You get a much simpler result: Away from 2, even projective spaces look like points, and odd projective spaces look like spheres! I d like to generalize this process

More information

1. Foundations of Numerics from Advanced Mathematics. Mathematical Essentials and Notation

1. Foundations of Numerics from Advanced Mathematics. Mathematical Essentials and Notation 1. Foundations of Numerics from Advanced Mathematics Mathematical Essentials and Notation Mathematical Essentials and Notation, October 22, 2012 1 The main purpose of this first chapter (about 4 lectures)

More information

Designing Information Devices and Systems I Spring 2018 Lecture Notes Note Introduction to Linear Algebra the EECS Way

Designing Information Devices and Systems I Spring 2018 Lecture Notes Note Introduction to Linear Algebra the EECS Way EECS 16A Designing Information Devices and Systems I Spring 018 Lecture Notes Note 1 1.1 Introduction to Linear Algebra the EECS Way In this note, we will teach the basics of linear algebra and relate

More information

Math 300: Final Exam Practice Solutions

Math 300: Final Exam Practice Solutions Math 300: Final Exam Practice Solutions 1 Let A be the set of all real numbers which are zeros of polynomials with integer coefficients: A := {α R there exists p(x) = a n x n + + a 1 x + a 0 with all a

More information

correlated to the Washington D.C. Public Schools Learning Standards Algebra II

correlated to the Washington D.C. Public Schools Learning Standards Algebra II correlated to the Washington D.C. Public Schools Learning Standards Algebra II McDougal Littell Algebra 2 2007 correlated to the Washington DC Public Schools Learning Standards Algebra II NUMBER SENSE

More information

8.6 Partial Fraction Decomposition

8.6 Partial Fraction Decomposition 628 Systems of Equations and Matrices 8.6 Partial Fraction Decomposition This section uses systems of linear equations to rewrite rational functions in a form more palatable to Calculus students. In College

More information

CHINO VALLEY UNIFIED SCHOOL DISTRICT INSTRUCTIONAL GUIDE ALGEBRA II

CHINO VALLEY UNIFIED SCHOOL DISTRICT INSTRUCTIONAL GUIDE ALGEBRA II CHINO VALLEY UNIFIED SCHOOL DISTRICT INSTRUCTIONAL GUIDE ALGEBRA II Course Number 5116 Department Mathematics Qualification Guidelines Successful completion of both semesters of Algebra 1 or Algebra 1

More information

Designing Information Devices and Systems I Fall 2018 Lecture Notes Note Introduction to Linear Algebra the EECS Way

Designing Information Devices and Systems I Fall 2018 Lecture Notes Note Introduction to Linear Algebra the EECS Way EECS 16A Designing Information Devices and Systems I Fall 018 Lecture Notes Note 1 1.1 Introduction to Linear Algebra the EECS Way In this note, we will teach the basics of linear algebra and relate it

More information

Integration by Undetermined Coefficients

Integration by Undetermined Coefficients Integration by Undetermined Coefficients Robert Dawson Mathematics and Computing Science Saint Mary s University A (moderately) fast, (often) useful, and (largely) ignored alternative to integration by

More information

Lecture 2: Groups. Rajat Mittal. IIT Kanpur

Lecture 2: Groups. Rajat Mittal. IIT Kanpur Lecture 2: Groups Rajat Mittal IIT Kanpur These notes are about the first abstract mathematical structure we are going to study, groups. You are already familiar with set, which is just a collection of

More information

a (b + c) = a b + a c

a (b + c) = a b + a c Chapter 1 Vector spaces In the Linear Algebra I module, we encountered two kinds of vector space, namely real and complex. The real numbers and the complex numbers are both examples of an algebraic structure

More information

SUMS OF POWERS AND BERNOULLI NUMBERS

SUMS OF POWERS AND BERNOULLI NUMBERS SUMS OF POWERS AND BERNOULLI NUMBERS TOM RIKE OAKLAND HIGH SCHOOL Fermat and Pascal On September 22, 636 Fermat claimed in a letter that he could find the area under any higher parabola and Roberval wrote

More information

4.3 - Linear Combinations and Independence of Vectors

4.3 - Linear Combinations and Independence of Vectors - Linear Combinations and Independence of Vectors De nitions, Theorems, and Examples De nition 1 A vector v in a vector space V is called a linear combination of the vectors u 1, u,,u k in V if v can be

More information

FOUNDATIONS OF ALGEBRAIC GEOMETRY CLASS 2

FOUNDATIONS OF ALGEBRAIC GEOMETRY CLASS 2 FOUNDATIONS OF ALGEBRAIC GEOMETRY CLASS 2 RAVI VAKIL CONTENTS 1. Where we were 1 2. Yoneda s lemma 2 3. Limits and colimits 6 4. Adjoints 8 First, some bureaucratic details. We will move to 380-F for Monday

More information

Prentice Hall Mathematics, Algebra 1, South Carolina Edition 2011

Prentice Hall Mathematics, Algebra 1, South Carolina Edition 2011 Prentice Hall Mathematics, Algebra 1, South Carolina Edition 2011 C O R R E L A T E D T O South Carolina Academic Standards for Mathematics 2007, Elementary Algebra Elementary Algebra Overview The academic

More information

12. Perturbed Matrices

12. Perturbed Matrices MAT334 : Applied Linear Algebra Mike Newman, winter 208 2. Perturbed Matrices motivation We want to solve a system Ax = b in a context where A and b are not known exactly. There might be experimental errors,

More information

9.4 Radical Expressions

9.4 Radical Expressions Section 9.4 Radical Expressions 95 9.4 Radical Expressions In the previous two sections, we learned how to multiply and divide square roots. Specifically, we are now armed with the following two properties.

More information

Math 3361-Modern Algebra Lecture 08 9/26/ Cardinality

Math 3361-Modern Algebra Lecture 08 9/26/ Cardinality Math 336-Modern Algebra Lecture 08 9/26/4. Cardinality I started talking about cardinality last time, and you did some stuff with it in the Homework, so let s continue. I said that two sets have the same

More information

Chapter 2 Linear Transformations

Chapter 2 Linear Transformations Chapter 2 Linear Transformations Linear Transformations Loosely speaking, a linear transformation is a function from one vector space to another that preserves the vector space operations. Let us be more

More information

1 of 8 7/15/2009 3:43 PM Virtual Laboratories > 1. Foundations > 1 2 3 4 5 6 7 8 9 6. Cardinality Definitions and Preliminary Examples Suppose that S is a non-empty collection of sets. We define a relation

More information

Use estimation strategies reasonably and fluently while integrating content from each of the other strands. PO 1. Recognize the limitations of

Use estimation strategies reasonably and fluently while integrating content from each of the other strands. PO 1. Recognize the limitations of for Strand 1: Number and Operations Concept 1: Number Sense Understand and apply numbers, ways of representing numbers, and the relationships among numbers and different number systems. PO 1. Solve problems

More information

Preface. Here are a couple of warnings to my students who may be here to get a copy of what happened on a day that you missed.

Preface. Here are a couple of warnings to my students who may be here to get a copy of what happened on a day that you missed. alculus III Preface Here are my online notes for my alculus III course that I teach here at Lamar University. espite the fact that these are my class notes, they should be accessible to anyone wanting

More information

GALOIS THEORY : LECTURE 4 LEO GOLDMAKHER

GALOIS THEORY : LECTURE 4 LEO GOLDMAKHER GALOIS THEORY : LECTURE 4 LEO GOLDMAKHER 1. A BRIEF REVIEW OF S n The rest of the lecture relies on familiarity with the symmetric group of n elements, denoted S n (this is the group of all permutations

More information

MATH2210 Notebook 3 Spring 2018

MATH2210 Notebook 3 Spring 2018 MATH2210 Notebook 3 Spring 2018 prepared by Professor Jenny Baglivo c Copyright 2009 2018 by Jenny A. Baglivo. All Rights Reserved. 3 MATH2210 Notebook 3 3 3.1 Vector Spaces and Subspaces.................................

More information

Peano Arithmetic. CSC 438F/2404F Notes (S. Cook) Fall, Goals Now

Peano Arithmetic. CSC 438F/2404F Notes (S. Cook) Fall, Goals Now CSC 438F/2404F Notes (S. Cook) Fall, 2008 Peano Arithmetic Goals Now 1) We will introduce a standard set of axioms for the language L A. The theory generated by these axioms is denoted PA and called Peano

More information

One-to-one functions and onto functions

One-to-one functions and onto functions MA 3362 Lecture 7 - One-to-one and Onto Wednesday, October 22, 2008. Objectives: Formalize definitions of one-to-one and onto One-to-one functions and onto functions At the level of set theory, there are

More information

Algebraic. techniques1

Algebraic. techniques1 techniques Algebraic An electrician, a bank worker, a plumber and so on all have tools of their trade. Without these tools, and a good working knowledge of how to use them, it would be impossible for them

More information

a 11 x 1 + a 12 x a 1n x n = b 1 a 21 x 1 + a 22 x a 2n x n = b 2.

a 11 x 1 + a 12 x a 1n x n = b 1 a 21 x 1 + a 22 x a 2n x n = b 2. Chapter 1 LINEAR EQUATIONS 11 Introduction to linear equations A linear equation in n unknowns x 1, x,, x n is an equation of the form a 1 x 1 + a x + + a n x n = b, where a 1, a,, a n, b are given real

More information

NOTES (1) FOR MATH 375, FALL 2012

NOTES (1) FOR MATH 375, FALL 2012 NOTES 1) FOR MATH 375, FALL 2012 1 Vector Spaces 11 Axioms Linear algebra grows out of the problem of solving simultaneous systems of linear equations such as 3x + 2y = 5, 111) x 3y = 9, or 2x + 3y z =

More information

CITS2211 Discrete Structures (2017) Cardinality and Countability

CITS2211 Discrete Structures (2017) Cardinality and Countability CITS2211 Discrete Structures (2017) Cardinality and Countability Highlights What is cardinality? Is it the same as size? Types of cardinality and infinite sets Reading Sections 45 and 81 84 of Mathematics

More information

Connectedness. Proposition 2.2. The following are equivalent for a topological space (X, T ).

Connectedness. Proposition 2.2. The following are equivalent for a topological space (X, T ). Connectedness 1 Motivation Connectedness is the sort of topological property that students love. Its definition is intuitive and easy to understand, and it is a powerful tool in proofs of well-known results.

More information

Section-A. Short Questions

Section-A. Short Questions Section-A Short Questions Question1: Define Problem? : A Problem is defined as a cultural artifact, which is especially visible in a society s economic and industrial decision making process. Those managers

More information

Notes on Linear Algebra I. # 1

Notes on Linear Algebra I. # 1 Notes on Linear Algebra I. # 1 Oussama Moutaoikil Contents 1 Introduction 1 2 On Vector Spaces 5 2.1 Vectors................................... 5 2.2 Vector Spaces................................ 7 2.3

More information