What lies between + and  and beyond? H.P.Williams London School of Economics.

Slides:



Advertisements
Similar presentations
Section 9.1 – Sequences.
Advertisements

Chapter 4 Finite Fields. Introduction of increasing importance in cryptography –AES, Elliptic Curve, IDEA, Public Key concern operations on “numbers”
Cryptography and Network Security Chapter 4 Fourth Edition by William Stallings.
Chapter 4 – Finite Fields. Introduction will now introduce finite fields of increasing importance in cryptography –AES, Elliptic Curve, IDEA, Public Key.
Tutorial on Widening (and Narrowing) Hongseok Yang Seoul National University.
Regula-Falsi Method. Type of Algorithm (Equation Solver) The Regula-Falsi Method (sometimes called the False Position Method) is a method used to find.
Ch 5.7: Series Solutions Near a Regular Singular Point, Part II
1.  Detailed Study of groups is a fundamental concept in the study of abstract algebra. To define the notion of groups,we require the concept of binary.
Mathematics. Matrices and Determinants-1 Session.
Symmetric and Skew Symmetric
Chapter 4 Roots of Equations
CSE115/ENGR160 Discrete Mathematics 02/22/11 Ming-Hsuan Yang UC Merced 1.
Ch 5.1: Review of Power Series
CSE115/ENGR160 Discrete Mathematics 02/21/12
Ch 5.3: Series Solutions Near an Ordinary Point, Part II
INFINITE SEQUENCES AND SERIES
Infinite Sequences and Series
Notes, part 5. L’Hospital Another useful technique for computing limits is L'Hospital's rule: Basic version: If, then provided the latter exists. This.
1 Chapter 2 Limits and Continuity Rates of Change and Limits.
Why Function Optimization ?
9.1Concepts of Definite Integrals 9.2Finding Definite Integrals of Functions 9.3Further Techniques of Definite Integration Chapter Summary Case Study Definite.
Example 1. Find the exact value of FP2 Calculus 1 Inverse Trig functions.
Functions, Sequences, and Sums
1 Preliminaries Precalculus Review I Precalculus Review II
1 Cryptography and Network Security Third Edition by William Stallings Lecture slides by Lawrie Brown Chapter 4 – Finite Fields.
Information Security and Management 4. Finite Fields 8
Limits Basic facts about limits The concept of limit underlies all of calculus. Derivatives, integrals and series are all different kinds of limits. Limits.
2.4 Sequences and Summations
MAT 125 – Applied Calculus 1.1 Review I. Today’s Class  We will be reviewing the following concepts:  The Real Number Line  Intervals  Exponents and.
1 Week 5 Linear operators and the Sturm–Liouville theory 1.Complex differential operators 2.Properties of self-adjoint operators 3.Sturm-Liouville theory.
Boyce/DiPrima 9 th ed, Ch 5.1: Review of Power Series Elementary Differential Equations and Boundary Value Problems, 9 th edition, by William E. Boyce.
Chapter 4 – Finite Fields
The Analytic Continuation of the Ackermann Function What lies beyond exponentiation? Extending the arithmetic operations beyond addition, multiplication,
 (Part 2 of the FTC in your book)  If f is continuous on [a, b] and F is an antiderivative of f on [a, b], then **F(b) – F(a) is often denoted as This.
Mathematical Induction
Series Solutions of Linear Differential Equations CHAPTER 5.
Sequences Lesson 8.1. Definition A __________________ of numbers Listed according to a given ___________________ Typically written as a 1, a 2, … a n.
Copyright © 2009 Pearson Education, Inc. CHAPTER 4: Polynomial and Rational Functions 4.1 Polynomial Functions and Models 4.2 Graphing Polynomial Functions.
Section 4.4 Theorems about Zeros of Polynomial Functions Copyright ©2013, 2009, 2006, 2001 Pearson Education, Inc.
Numerical Methods Root Finding 4. Fixed-Point Iteration---- Successive Approximation Many problems also take on the specialized form: g(x)=x, where we.
PHY 301: MATH AND NUM TECH Contents Chapter 7: Complex Numbers I.Definitions and Representation II.Properties III.Differentiaton of complex functions.
4.2 – The Mean Value Theorem
Basic Structures: Sets, Functions, Sequences, and Sums.
Cardinality with Applications to Computability Lecture 33 Section 7.5 Wed, Apr 12, 2006.
Mathematics. Session Indefinite Integrals -1 Session Objectives  Primitive or Antiderivative  Indefinite Integral  Standard Elementary Integrals 
4 Numerical Methods Root Finding.
Linear Algebra Chapter 2 Matrices.
Department of Statistics University of Rajshahi, Bangladesh
5.3 Inverse Functions. Definition of Inverse Function A function of “g” is the inverse function of the function “f” if: f(g(x)) = x for each x in the.
Properties of Groups Proposition 1: Let (G,  ) be a group. i.The inverse element of any element of G is unique. Remark: In view of i., we may use the.
1 Lecture 5 Functions. 2 Functions in real applications Curve of a bridge can be described by a function Converting Celsius to Fahrenheit.
Indefinite Integrals -1.  Primitive or Antiderivative  Indefinite Integral  Standard Elementary Integrals  Fundamental Rules of Integration  Methods.
Math for CS Fourier Transforms
Infinite sets We say that a set A is infinite if a proper subset B exists of A such that there is a bijection It is easy to see that no set with a finite.
The Cauchy–Riemann (CR) Equations. Introduction The Cauchy–Riemann (CR) equations is one of the most fundamental in complex function analysis. This provides.
Calculus continued The reverse of differentiation The reverse process of differentiation is called Integration.
MAT Classical Mechanics
DIFFERENTIATION & INTEGRATION
INTEGRATION or ANTI-DIFFERENTIATION
CSE15 Discrete Mathematics 02/27/17
Mathematics.
Sequences and Series in the Complex Plane
Rational Exponents and Nth Roots Objectives:
5.1 Power Series Method Section 5.1 p1.
Discrete Mathematics CS 2610
Rita Korsunsky.
Clements MAΘ October 30th, 2014
Presentation transcript:

What lies between + and  and beyond? H.P.Williams London School of Economics

x ↓ 2 1½

A Generalisation of Ackermann’s Function f(a + 1, b + 1, c) = f (a, f(a + 1, b, c),c) f(a + 1, b + 1, c) = f (a, f(a + 1, b, c),c) Initial conditions Initial conditions f (0, b, c) = b + 1 f (0, b, c) = b + 1 f (1, 0, c) = c f (1, 0, c) = c f (2, 0, c) = 0 f (2, 0, c) = 0 f (a + 1, 0, c) = 1 for a>0 f (a + 1, 0, c) = 1 for a>0 Easy to verify Easy to verify f (0, b, c) = b + 1 Successor Function f (0, b, c) = b + 1 Successor Function f (1, b, c) = b + c Addition f (1, b, c) = b + c Addition f (2, b, c) = b x c Multiplication f (2, b, c) = b x c Multiplication f (3, b, c) = c b Exponentiation f (3, b, c) = c b Exponentiation f (4, b, c) = c c b times Tetration ( b c ) f (4, b, c) = c c b times Tetration ( b c ) We seek f (3/2, b, c) ? c ⋰

Ackermann’s Function is usually expressed as a function of 2 arguments by fixing c at (say) 2. It is a doubly recursive function which grows faster than any primitive recursive function. I.e In order to evaluate f(a + 1, …,..) we need to evaluate f (a + 1,…,… )for smaller arguments and f (a,…,…) for much larger arguments. Example f ( 0, 3, 2 ) = 4 f ( 1, 3, 2 ) = 5 f ( 2, 3, 2 ) = 6 f ( 3, 3, 2 ) = 8 f ( 4, 3, 2 ) = 16 f ( 5, 3, 2 ) = f ( 6, 3, 2 ) = ….

But: Inverse Ackerman Function - a function that grows very very slowly used in Computational Complexity Taken further we get Goodstein Numbers which converge to zero more slowly then any finite recursive proof can show. I.e convergence not provable by Peano’s Axioms.

Will denote f ( a, b, c ) by b ⓐ c i.e b ⓪ c = b + 1 b ① c = b + c b ② c = b x c b ③ c = c b c b ④ c = c c b times ( b c ) etc What is f (3/2, b, c ) = b 1½ c ? Attention will be confined to non-negative reals. ⋰

Other Integer Functions definable for Real values. e.g n! by Gamma Function Fractional differentiation

An Aside F(a, b, c) not generally well defined for fractional b either. We could define p/q 2 = x such that q x = p 2 If we were to define p/q r, where (p, q) = 1 it would not be continuous in b. If ½ 2 is solution of 2 x = 2 → x = … If ½ 2 is solution of 2 x = 2 → x = … But 2/4 2 is solution of 4 x = 2 2 → x = … We can define 1/∞ 2. It is √2 = 2 = 2 ⋰ ⋰⋰ ⋰ √2 √2 since

Gauss’ Arithmetic – Geometric Mean A(a,b) = Arithmetic Mean a + b 2 G (a,b) = Geometric Mean √(a x b) M (a,b) = Gauss’ Mean ‘halfway between’ A(a,b) & G(a,b) Let a 1 = G(a,b), b 1 = A (a,b) a n+1 = G (a n, b n ), b n+1 = A(a n, b n ) M (a, b) = Lt a n = Lt b n n→∞ n→∞ n→∞ n→∞

Example G ( 2, 128 ) = 16, A ( 2, 128 ) = 65 G ( 16, 65 ) = 32.25, A ( 16, 65 ) = 40.5 G ( 32.25, 40.5 ) = 36.14, A ( 32.25, 40.5 ) = G ( 36.14, ) = 36.26, A ( 36.14, ) = Hence M ( 2, 128 ) = a + b = A ( a, b ) x 2 = A ( a, b ) ② 2 a x b = G ( a, b ) 2 = G ( a, b ) ③ 2 Let a 1½ b = M ( a, b ) 2½ 2 = M ( a, b) 1½ M( a, b ) M ( a, b ) has an analytic solution in terms of Elliptic integrals.

a M(a, M(a, b)) M(a, b) M(M(a, b),b) b But M(a, b) ≠ M(M(a,M(a,b)), M(M(a,b),b)) A Difficulty A Difficulty

A Functional Equation e (a+b) = e a x e b Let ff (x) = e x Let f (a 1½ b) = f(a) x f(b) Hence a 1½ b = f –1 (f(a) x f(b)) = f (f –1 (a) + f -1 (b)) Hence we seek solutions of ff(x) = e x f(x) is a function ‘between’ x and e x Insist (for x≥0) (i) x < f(x) < e x (ii) f(x) monotonic strictly increasing (iii) f(x) continuous and infinitely differentiable (iv) derivatives are monotonically strictly increasing

set p = 0.49 (say) set p = 0.49 (say) f (0) = p = 0.49 f (0) = p = 0.49 f (p) = e 0 = 1 f (p) = e 0 = 1 f (1) = e p = 1.63 f (1) = e p = 1.63 f (1.63) = e 1 = 2.72 f (1.63) = e 1 = 2.72 f (2.72) = e e = 5.12 f (2.72) = e e = 5.12 etc etc

Let f(0) = p 0≤p ≤1 f(p) = ff (0) = 1 f(p) = ff (0) = 1 f(1) = ff (p) = e p f(e p ) = ff (1) = e f(1) = ff (p) = e p f(e p ) = ff (1) = e f(e ) = ff (e p ) = e e f(e ) = ff (e p ) = e e etc. etc. Gradient >1 → 1-p > 1 → p 1 → 1-p > 1 → p < 0.5 p Gradient increasing → e p – 1 > 1 – p → p > – p p Hence < p < 0.5 An infinite numbers of functions f(x) possible. p