Math 280 Incompleteness 1. Definability, Representability and Recursion

Total Page:16

File Type:pdf, Size:1020Kb

Math 280 Incompleteness 1. Definability, Representability and Recursion Math 280 Incompleteness 1. Definability, Representability and Recursion We will work with the language of arithmetic: 0_; S;_ +_ ; ·_; <_ . We will be sloppy and won't write dots. When we say \formula,"\satisfaction,"\proof,"everything will refer to this language. We will use the standard model of arithmetic N = (!; 0; S; +; ·; <). 1.1 Definition: (i) A bounded existential quantification is a quantification of the form (9z)(z < x ^ φ) which we will abbreviate by (9z < x)φ. (ii) A bounded universal quantification has the form (8z)(z < x ! φ) which we will abbreviate by (8z < x)φ. 1.2 Fact: The formulae (8z < x)φ $ :(9z < x):φ (9z < x)φ $ :(8z < x):φ are provable in predicate calculus. Proof: Exercise. 1.3 Definition: (i) A formula is bounded iff all definitions of this formula are bounded. We also say “Σ0"or “∆0"for bounded. (ii) A formula is Σn iff it has the form (9x1; :::; x1 )(8x2; :::; x2 )(9x3; :::; x3 ) ··· (Q(xn; :::; xn )) 1 l1 1 l2 1 l3 1 ln where is bounded. (iii) Πn formulae are defined dually. Here we start with a block of universal quantifiers. (iv) So Σn and Πn can be defined inductively: φ is Σn+1 iff φ has the form (9x1) ··· (9xl) where is Πn. Dually for Πn+1. 1.4 Definition: n A relation R(x1; :::; xn) ⊆ ( N) is Σl−definable iff R has a Σl−definition over N i.e. iff there is a Σl n formula φ(x1; :::; xl) such that for all a1; :::; an 2 ( N), R(a1; :::; an) iff N φ[a1; :::; an]: Similarly: R is Πl iff it has a Πl definition over N. 1 We also say that R is ∆l iff R is both Σl and Πl. 1.5 Definition: Robinson Arithmetic is the following set of axioms: (S1):S(x) = 0 (S2)S(x) = S(y) ! x = y (L1):x < 0 (L2)x < S(y) $ (x < y _ x = y) (L3)x < y _ x = y _ y < x (A1)x + 0 = x (A2)x + S(y) = S(x + y) (M1)x · 0 = 0 (M2)x · S(y) = x · y + x We denote these axioms by RA. We view these axioms as sentences, i.e. we frequently replace them by their universal closures. 1.6 Definition: Let Σ be a set of sentences. We say that a relation R ⊆ (nN) is representable in Σ iff there is a a1 a formula φ(x1; :::; xl) such that for all a1; :::; an 2 N : if R(a1; :::; an) then Σ ` φ(S (0); :::; S l (0)); if a1 a :R(a1; :::; an) then Σ ` :φ(S (0); :::; S l (0)): In this situation we say that φ represents R in Σ. Here Sa(0) is the term S(S(··· S(0) ··· )). Obviously (Sa(0))N = a. | {z } a n We say that a formula φ(x1; :::; xn) weakly represents R in Σ iff R = fha1; :::; ani 2 ( N)jΣ ` a1 an a1 an φ(S (0); :::; S (0))g. So in the above format: If R(a1; :::; an) then Σ ` φ(S (0); :::; S (0)). If a1 an :R(a1; :::an) then Σ 0 φ(S (0); :::; S (0)). n Given a function f :( N) ! N we say that a formula φ(x0; x1; :::; xn) represents/weakly represents f in Σ iff φ represents/weakly represents the relation R(y; x1; :::; xn) ≡ y = f(x1; :::; xn). n A formula φ(x1; :::; xn) is numeralwise determined in Σ iff for every a1; :::; an 2 ( N) either Σ ` φ(Sa1 (0); :::; San (0)) or else Σ ` :φ(Sa1 (0); :::; San (0)). 1.7 Remarks: Assume Σ ⊆Th(N), in particular this applies to RA. n (i) If φ(x1; :::; xn) is numeralwise determined, then φ represents a relation R ⊆ ( N). (This actually holds for any Σ.) (ii) If φ represents R then φ weakly represents R. (Because Σ is consistent.) This actually is true for any consistent Σ. n (iii) If φ weakly represents R in Σ then φ defines R in N. R = fha1; :::; ani 2 ( N)jN φ[a1; :::; an]g. 1.8 Definition: 2 (a) The following functions are called basic: c0 : N ! N defined by c0(x) = 0 S : N ! N defined by S(x) = x + 1 n n n For each 1 ≤ k ≤ n : Pk :( N) ! N defined by Pk (x1; :::; xn) = xk These functions are called projections. (b) We introduce the following operators on partial functions: n k - Composition: If we have functions g :( N) ! N and f1; :::; fn :( N) ! N then the composition k h is a function h :( N) ! N defined by h(x1; :::; xk) = g(f1(x1; :::; xk); :::; fn(x1; :::; xk)). - Primitive Recursion: Given functions f :(nN) ! N and g :(n+2N) ! N we define a function h :(n+1N) ! N by h(0; x1; :::; xn) = f(x1; :::; xn) h(y + 1; x1; :::; xn) = g(y; h(y; x1; :::; xn); x1; :::; xn): - µ−operator. Given a partial function g :(n+1N) ! N we define a partial function f :(nN) ! N by f(x1; :::; xn) =the least y such that (i) all values g(0; x1; :::; xn); :::; g(y; x1; :::; xn) are defined. 0 0 (ii) g(y ; x1; :::; xn) 6= 0 for all y < y. (iii) g(y; x1; :::; xn) = 0. 1.9 Remark: From the point of view of programming: - Composition corresponds to calling subroutines. - Primitive recursion corresponds to cycles. - µ−operator corresponds to search. 1.10 Definition: A partial function is recursive iff it can be finitely generated from basic functions using the three operators: composition, primitive recursion and the µ−operator. A partial function is primitive recursive iff it can be finitely generated from the basic functions using the operators composition and primitive recursion. For \primitive recursive, "we write briefly \p.i." Note: As all basic functions are total and the operators composition and primitive recursion preserve totality, all primitive recursive functions are total. 1.11 Main Theorem: (a) Let f be a partial function. TFAE: (i) f is Σ1−definable in N. (ii) f is weakly representable in RA. (iii) f is recursive. 1+n (b) For each n > 0 there is a partial recursive function Φn :( N) ! N which is universal for all partial recursive functions with n arguments. This means: if f :(nN) ! N is a partial recursive function then there is a number e 2 N such that for all a1; :::; an 2 N : f(a1; :::; an) ' Φn(e; a1; :::; an). 3 n 1+m (c) For 1 ≤ m < n there are primitive recursive functions sm :( N) ! N such that for every e; a1; :::; an 2 N : n Φn(e; a1; :::; an) ' Φn−m(sm(e; a1; :::; am); am+1; :::an): n Moreover, the functions sm are injective in each coordinate. (c) is called the s-m-n-theorem or the parameter theorem. 1.12 Definition: n Let Φn be the universal function from T.1.11. If f :( N) ! N is a partial recursive function, and e 2 N is such that f(x1; :::; xn) ' φn(e; x1; :::; xn) then e is called a G¨odelnumber of f. 1.13 Corollary: (a) The functions Φn are not total. (b) Any partial recursive function f :(nN) ! N has infinitely many G¨odelnumbers. Proof. Do this for n = 1 : (a) Since Φ1(x0; xn) is recursive, so is the function f(x0) ' Φ1(x0; x0) + 1. This is because f(x0) ' 1 Φ1(x0; p1(x0)) + 1. Now let e be a G¨odelnumber for f. So: f(x0) ' Φ1(e; x0) for all x0. That is, Φ1(x0; x0)+1 ' Φ(e; x0) for all x0, so in particular x0 = e. Therefore, Φ1(e; e)+1 ' Φ(e; e). (b) Given f : N ! N recursive, consider the function g : N × N ! N defined by g(x1; x2) ' f(x2). 2 This is again recursive, as g(x1; x2) ' f(p2(x1; x2)). Let e be a G¨odel number for g. So 2 f(x2) ' g(x1; x2) ' Φ2(e; x1; x2) ' Φ1(S1 (e; x1); x2): 2 2 So each S1 (e; x1) is a G¨odelnumber for f. But we also said that S1 is injective in each coordinate. 2 So the set fS1 (e; x1)jx1 2 Ng is an infinite set of G¨odelnumbers for f. 2. From Σ1−Definability to Representability 2.1 Lemma: For each n > 0: RA` x < Sn+1(0) $ x = 0 _ x = S(0) _···_ x = Sn(0). Proof. Induction on n: for n = 0, the axiom L2 says that x < S(y) $ x < y _ x = y. Since 0 is substitutable for y in this formula, RA` x < S(0) $ (x < 0 _ x = 0), using a lemma from predicate logic. But axiom L1 says :x < 0. Using propositional logic, we arrive at RA` x < S(0) $ x = 0. n ! n + 1: This time we substitute Sn+1(0) for y in L2, we get RA` x < Sn+2(0) $ (x < Sn+1(0) _ x = Sn+1(0)): By the IH: RA` x < Sn(0) $ (x = 0 _···_ x = Sn(0)). Using predicate logic, we can replace x < Sn+1(0) by (x = 0 _···_ x = Sn(0)). 2.2 Theorem: a1 an Let φ(x1; :::; xn) be a bounded formula and a1; :::; an 2 N. If N φ[a1; :::; an] then RA` φ(S (0); :::; S (0)) (∗). 4 Proof. Induction on complexity of φ. We will be showing that (∗) holds at φ and :φ at each step of induction. Claim 1: (i) If m = n, then RA` Sm(0) = Sn(0).
Recommended publications
  • CS311H: Discrete Mathematics Recursive Definitions Recursive
    Recursive Definitions CS311H: Discrete Mathematics I Should be familiar with recursive functions from programming: Recursive Definitions public int fact(int n) { if(n <= 1) return 1; return n * fact(n - 1); Instructor: I¸sıl Dillig } I Recursive definitions are also used in math for defining sets, functions, sequences etc. Instructor: I¸sıl Dillig, CS311H: Discrete Mathematics Recursive Definitions 1/18 Instructor: I¸sıl Dillig, CS311H: Discrete Mathematics Recursive Definitions 2/18 Recursive Definitions in Math Recursively Defined Functions I Consider the following sequence: I Just like sequences, functions can also be defined recursively 1, 3, 9, 27, 81,... I Example: I This sequence can be defined recursively as follows: f (0) = 3 f (n + 1) = 2f (n) + 3 (n 1) a0 = 1 ≥ an = 3 an 1 · − I What is f (1)? I First part called base case; second part called recursive step I What is f (2)? I Very similar to induction; in fact, recursive definitions I What is f (3)? sometimes also called inductive definitions Instructor: I¸sıl Dillig, CS311H: Discrete Mathematics Recursive Definitions 3/18 Instructor: I¸sıl Dillig, CS311H: Discrete Mathematics Recursive Definitions 4/18 Recursive Definition Examples Recursive Definitions of Important Functions I Some important functions/sequences defined recursively I Consider f (n) = 2n + 1 where n is non-negative integer I Factorial function: I What’s a recursive definition for f ? f (1) = 1 f (n) = n f (n 1) (n 2) · − ≥ I Consider the sequence 1, 4, 9, 16,... I Fibonacci numbers: 1, 1, 2, 3, 5, 8, 13, 21,... I What is a recursive
    [Show full text]
  • Chapter 3 Induction and Recursion
    Chapter 3 Induction and Recursion 3.1 Induction: An informal introduction This section is intended as a somewhat informal introduction to The Principle of Mathematical Induction (PMI): a theorem that establishes the validity of the proof method which goes by the same name. There is a particular format for writing the proofs which makes it clear that PMI is being used. We will not explicitly use this format when introducing the method, but will do so for the large number of different examples given later. Suppose you are given a large supply of L-shaped tiles as shown on the left of the figure below. The question you are asked to answer is whether these tiles can be used to exactly cover the squares of an 2n × 2n punctured grid { a 2n × 2n grid that has had one square cut out { say the 8 × 8 example shown in the right of the figure. 1 2 CHAPTER 3. INDUCTION AND RECURSION In order for this to be possible at all, the number of squares in the punctured grid has to be a multiple of three. It is. The number of squares is 2n2n − 1 = 22n − 1 = 4n − 1 ≡ 1n − 1 ≡ 0 (mod 3): But that does not mean we can tile the punctured grid. In order to get some traction on what to do, let's try some small examples. The tiling is easy to find if n = 1 because 2 × 2 punctured grid is exactly covered by one tile. Let's try n = 2, so that our punctured grid is 4 × 4.
    [Show full text]
  • Recursive Definitions and Structural Induction 1 Recursive Definitions
    Massachusetts Institute of Technology Course Notes 6 6.042J/18.062J, Fall ’02: Mathematics for Computer Science Professor Albert Meyer and Dr. Radhika Nagpal Recursive Definitions and Structural Induction 1 Recursive Definitions Recursive definitions say how to build something from a simpler version of the same thing. They have two parts: • Base case(s) that don’t depend on anything else. • Combination case(s) that depend on simpler cases. Here are some examples of recursive definitions: Example 1.1. Define a set, E, recursively as follows: 1. 0 E, 2 2. if n E, then n + 2 E, 2 2 3. if n E, then n E. 2 − 2 Using this definition, we can see that since 0 E by 1., it follows from 2. that 0 + 2 = 2 E, and 2 2 so 2 + 2 = 4 E, 4 + 2 = 6 E, : : : , and in fact any nonegative even number is in E. Also, by 3., 2 2 2; 4; 6; E. − − − · · · 2 Is anything else in E? The definition doesn’t say so explicitly, but an implicit condition on a recursive definition is that the only way things get into E is as a consequence of 1., 2., and 3. So clearly E is exactly the set of even integers. Example 1.2. Define a set, S, of strings of a’s and b’s recursively as follows: 1. λ S, where λ is the empty string, 2 2. if x S, then axb S, 2 2 3. if x S, then bxa S, 2 2 4. if x; y S, then xy S.
    [Show full text]
  • Arxiv:1410.2193V1 [Math.CO] 8 Oct 2014 There Are No Coincidences
    There are no Coincidences Tanya Khovanova October 21, 2018 Abstract This paper is inspired by a seqfan post by Jeremy Gardiner. The post listed nine sequences with similar parities. In this paper I prove that the similarities are not a coincidence but a mathematical fact. 1 Introduction Do you use your Inbox as your implicit to-do list? I do. I delete spam and cute cats. I reply, if I can. I deal with emails related to my job. But sometimes I get a message that requires some thought or some serious time to process. It sits in my Inbox. There are 200 messages there now. This method creates a lot of stress. But this paper is not about stress management. Let me get back on track. I was trying to shrink this list and discovered an email I had completely forgotten about. The email was sent in December 2008 to the seqfan list by Jeremy Gardiner [1]. The email starts: arXiv:1410.2193v1 [math.CO] 8 Oct 2014 It strikes me as an interesting coincidence that the following se- quences appear to have the same underlying parity. Then he lists six sequences with the same parity: • A128975 The number of unordered three-heap P-positions in Nim. • A102393, A wicked evil sequence. • A029886, Convolution of the Thue-Morse sequence with itself. 1 • A092524, Binary representation of n interpreted in base p, where p is the smallest prime factor of n. • A104258, Replace 2i with ni in the binary representation of n. n • A061297, a(n)= Pr=0 lcm(n, n−1, n−2,...,n−r+1)/ lcm(1, 2, 3,...,r).
    [Show full text]
  • Structural Induction 4.4 Recursive Algorithms
    University of Hawaii ICS141: Discrete Mathematics for Computer Science I Dept. Information & Computer Sci., University of Hawaii Jan Stelovsky based on slides by Dr. Baek and Dr. Still Originals by Dr. M. P. Frank and Dr. J.L. Gross Provided by McGraw-Hill ICS 141: Discrete Mathematics I – Fall 2011 13-1 University of Hawaii Lecture 22 Chapter 4. Induction and Recursion 4.3 Recursive Definitions and Structural Induction 4.4 Recursive Algorithms ICS 141: Discrete Mathematics I – Fall 2011 13-2 University of Hawaii Review: Recursive Definitions n Recursion is the general term for the practice of defining an object in terms of itself or of part of itself. n In recursive definitions, we similarly define a function, a predicate, a set, or a more complex structure over an infinite domain (universe of discourse) by: n defining the function, predicate value, set membership, or structure of larger elements in terms of those of smaller ones. ICS 141: Discrete Mathematics I – Fall 2011 13-3 University of Hawaii Full Binary Trees n A special case of extended binary trees. n Recursive definition of full binary trees: n Basis step: A single node r is a full binary tree. n Note this is different from the extended binary tree base case. n Recursive step: If T1, T2 are disjoint full binary trees with roots r1 and r2, then {(r, r1), (r, r2)} ∪ T1 ∪ T2 is an full binary tree. ICS 141: Discrete Mathematics I – Fall 2011 13-4 University of Hawaii Building Up Full Binary Trees ICS 141: Discrete Mathematics I – Fall 2011 13-5 University of Hawaii Structural Induction n Proving something about a recursively defined object using an inductive proof whose structure mirrors the object’s definition.
    [Show full text]
  • Chapt. 3.1 Recursive Definition
    Chapt. 3.1 Recursive Definition Reading: 3.1 Next Class: 3.2 1 Motivations Proofs by induction allow to prove properties of infinite, partially ordered sets of objects. In many cases the order is only given implicitly and we have to find it and write it explicitly in terms of the indices. In the inductive step in these proofs we have to relate the property for one object to the ones of previous objects. This often involves defining P(n + 1) in terms of P(n). Recursive Definitions 1 2 Terminologies A sequence is a list of objects that are enumerated in some order. A set of objects is a collection of objects on which no ordering is imposed. Inductive Definition/Recursive Definition: a definition in which the item being defined appears as part of the definition. Two parts: a basis step and an inductive/recursive step. As in the case of mathematical induction, both parts are required to give a complete definition. Recursive Definitions 3 Recursive Sequences Definition: A sequence is defined recursively by explicitly naming the first value (or the first few values) in the sequence and then defining later values in the sequence in terms of earlier values. Many sequences are easier to define recursively: Examples: S(1) = 2 S(n) = 2S(n-1) for n 2 • Sequence S 2, 4, 8, 16, 32,…. Fibonacci Sequence F(1) = 1 F(2) = 1 F(n) = F(n-1) + F(n-2) for n > 2 • Sequence F 1, 1, 2, 3, 5, 8, 13,…. Recursive Definitions 2 4 Recursive Sequences (cont’d) T(1) = 1 T(n) = T(n-1) + 3 for n 2 • Sequence T 1, 4, 7, 10, 13,….
    [Show full text]
  • Computer Science 250 - Project 4 Recursive Exponentiation in MIPS
    Computer Science 250 - Project 4 Recursive Exponentiation in MIPS Due: Fri. Dec. 6, at the beginning of class The end of this handout contains a C program that prompts the user to enter two non-negative numbers, and than raises the first number to the power of the second using the recursive definition of exponentiation that we discussed in class. The program uses only C operations that correspond to MIPS instructions that we are familiar with. Translate this program into a MIPS assembly language program that does the same thing. Here is the recursive definition of exponentiation you will be implement- ing. 8 1 b = 0 > b < b b a = a 2 · a 2 b even > b−1 b−1 :> a · a 2 · a 2 b odd Follow these implementation guidelines: • Write a MIPS procedure for each C-function. • Local variables are unchanged by function calls, so you should store any values that correspond to local variables in $s-registers. • Create an activation record for each function, if the function needs to spill preserved registers. What to turn in: When you are ready to turn your program in, send me an email with your assembler source code as an attachment. The subject of your email message should be <Lastname> - <Section Number> - CS 250 - Project 4. Then, print out a copy of the source to submit in class. 1 /* Prompt user for two non-negative integers. Raised the first to the power of the second and print it. */ #include <stdio.h> #include <stdlib.h> #define TRUE 1 #define FALSE 0 /* Is the parameter even? */ int is_even (int n); /* Return a*b.
    [Show full text]
  • Chapter 3 Recursion and Recurrence Relations
    Chapter 3 Recursion and Recurrence Relations CS 130 – Discrete Structures Recursive Examples CS 130 – Discrete Structures 2 Recursion • Recursive definitions: define an entity in terms of itself. • There are two parts: – Basic case (basis): the most primitive case(s) of the entity are defined without reference to the entity. – Recursive (inductive) case: new cases of the entity are defined in terms of simpler cases of the entity. • Recursive sequences – A sequence is an ordered list of objects, which is potentially infinite. s(k) denotes the kth object in the sequence. – A sequence is defined recursively by explicitly naming the first value (or the first few values) in the sequence and then define later values in the sequence in terms of earlier values. CS 130 – Discrete Structures 3 Examples of Recursive Sequence • A recursively defined sequence: – S(1) = 2 …… basis case – S(n) = 2 * S(n-1), for n >= 2 …… recursive case – what does the sequence look like? – T(1) =1 …… basis case – T(n) = T(n-1) + 3, for n >= 2 …… recursive case – what does the sequence look like? CS 130 – Discrete Structures 4 Fibonacci Sequence • The Fibonacci Sequence is defined by: • F(1) = 1, F(2) = 1 …… basis case • F(n) = F(n-2) + F(n-1), for n > 2 …… recursive case • the sequence? • http://www.mcs.surrey.ac.uk/Personal/R.Knott/Fibonacci/fibnat.html#Rabbits CS 130 – Discrete Structures 5 Proofs Related To Recursively Defined Sequence • Proofs of properties about recursively defined entities are typically inductive proofs. • Prove directly from the definition •
    [Show full text]
  • 3.4 Recursive Definitions
    Section 3.4 Recursive Definitions 3.4.1 3.4 RECURSIVE DEFINITIONS Functions can be defined recursively. The simplest form of recursive definition of a function f on the natural numbers specifies a basis rule (B) the value f(0) and a recursion rule (R) how to obtain f(n) from f(n − 1), ∀n ≥ 1 Example 3.4.1: n-factorial n! (B) 0!=1 (R) (n + 1)!=(n +1)· n! However, recursive definitions often take some- what more general forms. Example 3.4.2: mergesort (A[1 ...2n]: real) ifn=0 return(A) otherwise return(merge (m’sort(1st half), m’sort(2nd half))) Coursenotes by Prof. Jonathan L. Gross for use with Rosen: Discrete Math and Its Applic., 5th Ed. Chapter 3 MATHEMATICAL REASONING 3.4.2 Since a sequence is defined to be a special kind of a function, some sequences can be specified recursively. Example 3.4.3: Hanoi sequence 0, 1, 3, 7, 15, 31,... h0 =0 hn =2hn−1 +1for n ≥ 1 Example 3.4.4: Fibonacci seq 1, 1, 2, 3, 5, 8, 13,... f0 =1 f1 =1 fn = fn−1 + fn−2 for n ≥ 2 Example 3.4.5: partial sums of sequences n a0 if n =0 aj = n−1 j=0 aj + an otherwise j=0 Example 3.4.6: Catalan sequence 1, 1, 2, 5, 14, 42,... c0 =1 cn = c0cn−1 + c1cn−2 + ···+ cn−1c0 for n ≥ 1 Coursenotes by Prof. Jonathan L. Gross for use with Rosen: Discrete Math and Its Applic., 5th Ed. Section 3.4 Recursive Definitions 3.4.3 RECURSIVE DEFINITION of SETS def: A recursive definition of a set S com- prises the following: (B) a basis clause that specifies a set of primitive elements; (R) a recursive clause that specifies how ele- ments of the set may be constructed from ele- ments already known to be in set S; there may be several recursive subclauses; (E) an implicit exclusion clause that anything not in the set as a result of the basis clause or the recursive clause is not in set S.
    [Show full text]
  • The Natural Numbers
    The natural numbers As mentioned earlier in the course, the natural numbers can be constructed using the axioms of set theory. In this note we want to discuss the necessary details of this construction. Recall that Axiom VII, often called the axiom of infinity, guarantees the existence of at least one inductive set – that is, a set X with the property that (i) ∅ ∈ X, and (ii) A ∪ {A} ∈ X whenever A ∈ X. Notice that such an inductive set X must contain the sets ∅, {∅}, {∅, {∅}}, {∅, {∅}, {∅, {∅}}}, ···. However, it may also contain a lot of other elements. In order to get rid of all conceivable extraneous elements in X we can form the smallest possible subset of X which is still inductive, called its inductive core: \ C(X) = {I | I ⊆ X and I is and inductive set} = {A ∈ X | A ∈ I for every inductive set I with I ⊆ X}. We would like to define the natural numbers N to be this inductive core C(X). For this definition to be meaningful, however, we need to check if one arrives at the same inductive core regardless of the inductive set one starts out with. To this end, suppose that Y is also an inductive set. We wish to show that C(X) = C(Y ). First, observe that X ∪ Y is an inductive set, too. Also, since the sets involved in the intersection defining C(X ∪ Y ) are all those sets involved in the intersection defining C(X) plus possibly more, we conclude that C(X ∪ Y ) ⊆ C(X). Conversely, let A ∈ C(X). In order to show that A ∈ C(X ∪ Y ), we let I be an arbitrary inductive subset of X ∪ Y and argue that A ∈ I.
    [Show full text]
  • Chapter Four: the Natural Numbers, Induction, and Recursive Definition
    CHAPTER FOUR: THE NATURAL NUMBERS, INDUCTION, AND RECURSIVE DEFINITION 1 The Natural Numbers In Chapter 1, we introduced 0 (aka ;), its successor 1 = s(0) = 0[f0g = f0g, 1's successor 2 = s(1) = 1 [ f1g = f0; 1g, and 2's successor 3 = s(2) = 2 [ f2g = f0; 1; 2g. This is how the first four natural numbers are usually modelled within set theory; it's intuitively obvious that we could go on in the same way to model as many of the natural numbers as time would permit. Note that 0 2 1 2 2 2 3 2 · · · and 0 ⊆ 1 ⊆ 2 ⊆ 3 ··· . Is there a set consisting of all the natural numbers? The assumptions we made in Chapter 1 do not seem to enable us to draw this conclusion. It would be most useful to have such a set, but we are not yet quite in a position to add the assumption that there is a set whose members are precisely the natural numbers, since so far we haven't said what a natural number is! But we are about to. A set A is called inductive iff it it contains the successor of each of its members and it contains 0, i.e. iff 0 2 A ^ 8x(x 2 A ! s(x) 2 A) We then define a natural number to be a set which belongs to every inductive set. It is not hard to show that 0, 1, 2, and 3 are all natural numbers. But at this stage, for all we know, every set might be a natural number.
    [Show full text]
  • Recursion Recursion (Part 1)
    Chapter 11 Recursion Recursion (part 1) October 24, 2007 ComS 207: Programming I (in Java) Iowa State University, FALL 2007 © 2004 Pearson Addison-Wesley. All rights reserved Instructor: Alexander Stoytchev Recursion Recursive Thinking Recursion is a fundamental programming • A recursive definition is one which uses the word technique that can provide an elegant solution or concept being defined in the definition itself certain kinds of problems. • When defining an English word, a recursive definition is often not helpful • But in other situations, a recursive definition can be an appropriate way to express a concept • Before applying recursion to programming, it is best to practice thinking recursively © 2004 Pearson Addison-Wesley. All rights reserved © 2004 Pearson Addison-Wesley. All rights reserved Circular Definitions Recursive Definitions • Consider the following list of numbers: • Debugger – a tool that is used for debugging 24, 88, 40, 37 • Such a list can be defined as follows: A LIST is a: number or a: number comma LIST • That is, a LIST is defined to be a single number, or a number followed by a comma followed by a LIST • The concept of a LIST is used to define itself © 2004 Pearson Addison-Wesley. All rights reserved © 2004 Pearson Addison-Wesley. All rights reserved 1 Recursive Definitions Infinite Recursion • The recursive part of the LIST definition is • All recursive definitions have to have a non- used several times, terminating with the recursive part non-recursive part: • If they didn't, there would be no way to terminate number comma LIST the recursive path 24 , 88, 40, 37 • Such a definition would cause infinite recursion number comma LIST 88 , 40, 37 • This problem is similar to an infinite loop, but the non-terminating "loop" is part of the definition number comma LIST itself 40 , 37 • The non-recursive part is often called the base number case 37 © 2004 Pearson Addison-Wesley.
    [Show full text]