Jump to content

The Golem

+Premium Members
  • Posts

    1131
  • Joined

  • Last visited

Everything posted by The Golem

  1. Hello Mouse Why don't you try and attend an event while you're over here - you could meet up with a few fellow cachers and they could perhaps show you around some of the local highlights...
  2. I'm just gonna leave this page open with my name on it - he'll fall over that I'm on a forum !!!!!!
  3. AAAAAWWWWWW!!!!!!! Time: 2½ minutes ago - As usual, Mr Golem hasn't closed any icons on the PC before setting off to work and I spotted this one and decided to have a look........ Time: 2½ minutes later......... I'm now drying my eyes with a daft smile on my face and feeling all warm and fuzzy inside. Well done to you. Wishing you both loads of health, wealth and happiness. Mrs Golem xxxxx
  4. Right then - here's a date for your diary... Sunday 3rd of June 2007 - Camping and Caching in Cumbria. The event will be at the Scafell Hotel deep in the Borrowdale valley and if your sleeping under canvas we'll be camping at Hollows Farm again. The event. I hope you can attend, if you have any questions please get in touch via my profile. Paul
  5. Oh - that old chestnut.... Peano axioms In mathematics, the Peano axioms (or Peano postulates) are a set of second-order axioms proposed by Giuseppe Peano which determine the theory of arithmetic. The axioms are usually encountered in a first-order form, where the crucial second-order induction axiom is replaced by an infinite first-order induction schema, and Peano Arithmetic (PA) is by convention the name of the widely used system of first-order arithmetic given using this first-order form. However, Peano arithmetic is essentially weaker than the second-order axiom system, since there are nonstandard models of Peano arithmetic, and the only model for the Peano axioms (considered as second-order statements) is the usual system of natural numbers (up to isomorphism). Peano first gave his axioms in a Latin text Arithmetices principia, nova methodo exposita published in 1889 (Peano 1889), where Peano gave nine axioms, four axioms specifying the behaviour of the equality relation and five rules involving the specifically arithmetic terms for zero and successor. It is the latter five rules that are usually intended when one discusses the Peano axioms. Peano took logical principles to be given. Peano arithmetic constitutes a fundamental formalism for arithmetic, and the Peano axioms can be used to construct many of the most important number systems and structures of modern mathematics. Peano arithmetic raises a number of metamathematical and philosophical issues, primarily involving questions of consistency and completeness. The axioms Informally, the Peano axioms may be stated as follows: 0 is a natural number. Every natural number a has a successor, denoted by Sa or a'. No natural number has 0 as its successor. Distinct natural numbers have distinct successors: a = b if and only if Sa = Sb. If a property holds for 0, and holds for the successor of every natural number for which it holds, then the property holds for all natural numbers. (This axiom of induction is also called "mathematical induction". Its point is to limit the natural numbers to just those which are required by the other axioms.) Peano's original axioms (1889) are preceded with the definitions: "The sign N means number (positive integer). "The sign 1 means unity" (italics in original, van Heijenoort (1976) p. 94) His first axiom is "1 ε N" (ibid), the ε signifying "is an element/member of". No mention is made of the sign "0" (also cf commentary by van Heijenoort p. 83, and Dedekind's Letter to Keferstein" (1890) p.100). Letting the first natural number be 1 requires replacing 0 with 1 in the above axioms. Starting with 1 changes the recursive definitions of addition and multiplication given below, if one wishes the symbol "1" to represent what is normally considered the number "1". In the representation of unary numbers on the tape of a Turing machine, and in particular the Post-Turing machine, the place-holder "0" is frequently represented by a single tally mark " | ", often written as " 1 ", the unit by two marks " | | ", etc. (cf Davis (1974) p. 72). More formally and following Dedekind (1888), define a Dedekind-Peano structure as an ordered triple (X, x, f), satisfying the following properties: X is a set, x is an element of X, and f is a map from X to itself. x is not in the range of f. f is injective. If A is a subset of X satisfying: x is in A, and If a is in A, then f(a) is in A then A = X. The following diagram sums up the Peano axioms: where each of the iterates f(x), f(f(x)), f(f(f(x))), ... of x under f are distinct. Without the axiom of induction, one could have closed loops of any finite length or extra copies of the integers or natural numbers added to the usual natural numbers. Binary operations and ordering The above axioms can be augmented by definitions of addition and multiplication over the natural numbers N, and by the usual ordering of N. To define addition '+' recursively in terms of successor and 0, let a+0 = a and a+Sb = S(a+ for all a, b. This turns into a commutative monoid with identity element 0, the so-called free monoid with one generator. This monoid satisfies the cancellation property and is therefore embeddable in a group. The smallest group containing the natural numbers is the integers. Given this definition of addition and 1 := S0, we see that: b+1 = b+S0 = S(b+0) = Sb, that is, b+1 is simply the successor of b. Given successor, addition, and 0, define multiplication '·' by the recursive axioms a·0 = 0 and a·Sb = (a· + a. Hence is also a commutative monoid with identity element 1. Moreover, addition and multiplication are compatible by virtue of the distribution law: a·(b+c) = (a· + (a·c). Define the usual total order on N, ≤, as follows. For any two natural numbers a and b, a ≤ b if and only if there exists a natural number c such that a+c = b. This order is compatible with addition and multiplication in the following sense: if a, b and c are natural numbers and a ≤ b, then a+c ≤ b+c and a·c≤b·c. An important property of N is that it also constitutes a well-ordered set; every nonempty subset of N has a least element. Peano arithmetic Peano Arithmetic (PA) reformulates the Peano axioms as a first order theory with two binary operations, addition and multiplication, recursively defined as in the preceding section, and denoted by infix '+' and '·', respectively. The conceptual change is that the Axiom schema of Induction is replaced by a schema permitting induction only over arithmetical formulae φ, whose non-logical symbols are just 0, S, '+', '·', and lower case letters as variables ranging over the natural numbers. The new axiom schema represents a countably infinite set of axioms. The axioms of PA are: for any formula in the language of PA. PA does not require the predicate "is a natural number" because the universe of discourse of PA is just the natural numbers N. While no explicit existential quantifiers appear in the above axioms, four tacit quantifiers of that nature follow from the closure of the natural numbers under zero, successor, addition, and multiplication; and there may be implicit existential quantifiers in the axioms of induction within the Existence and uniqueness A standard construction in set theory shows the existence of a Dedekind-Peano structure. First, we define the successor function; for any set a, the successor of a is S(a) := a ∪ {a}. A set A is an inductive set if it is closed under the successor function, i.e. whenever a is in A, S(a) is also in A. We now define: 0 := {} N := the intersection of all inductive sets containing 0 S := the successor function restricted to N The set N is the set of natural numbers; it is sometimes denoted by the Greek letter ω, especially in the context of studying ordinal numbers. The axiom of infinity guarantees the existence of an inductive set, so the set N is well-defined. The natural number system (N, 0, S) can be shown to satisfy the Peano axioms. Each natural number is then equal to the set of natural numbers less than it, so that 0 := {} 1 := S(0) = {0} 2 := S(1) = {0,1} = {0, {0}} 3 := S(2) = {0,1,2} = {0, {0}, {0, {0}}} and so on. This construction is due to John von Neumann. This is not the only possible construction of a Dedekind-Peano structure. For instance, if we assume the construction of the set N = {0, 1, 2,...} and successor function S above, we could also define X := {5, 6, 7,...}, x := 5, and f := successor function restricted to X. Then this is also a Dedekind-Peano structure. The lambda calculus gives another construction of the natural numbers that satisfies the Peano axioms. Two Dedekind-Peano structures (X, x, f) and (Y, y, g) are said to be isomorphic if there is a bijection φ : X → Y such that φ(x) = y and φf = gφ. It can be shown that any two Dedekind-Peano structures are isomorphic; in this sense, there is a "unique" Dedekind-Peano structure satisfying the Peano axioms. (See the categorical discussion below.) Categorical interpretation The Peano axioms may be interpreted in the general context of category theory. Let US1 be the category of pointed unary systems; i.e. US1 is the following category: The objects of US1 are all ordered triples (X, x, f), where X is a set, x is an element of X, and f is a set map from X to itself. For each (X, x, f), (Y, y, g) in US1, HomUS1((X, x, f), (Y, y, g)) = {set maps φ : X → Y | φ(x) = y and φf = gφ} Composition of morphisms is the usual composition of set mappings. The natural number system (N, 0, S) constructed above is an object in this category; it is called the natural unary system. It can be shown that the natural unary system is an initial object in US1, and so it is unique up to a unique isomorphism. This means that for any other object (X, x, f) in US1, there is a unique morphism φ : (N, 0, S) → (X, x, f). That is, that for any set X, any element x of X, and any set map f from X to itself, there is a unique set map φ : N → X such that φ(0) = x and φ(a + 1) = f(φ(a)) for all a in N. This is precisely the definition of simple recursion. This concept can be generalised to arbitrary categories. Let C be a category with (unique) terminal object 1, and let US1© be the category of pointed unary systems in C; i.e. US1© is the following category: The objects of US1© are all ordered triples (X, x, f), where X is an object of C, and x : 1 → X and f : X → X are morphisms in C. For each (X, x, f), (Y, y, g) in US1©, HomUS1©((X, x, f), (Y, y, g)) = {φ : φ is in HomC(X, Y), φx = y, and φf = gφ} Composition of morphisms is the composition of morphisms in C. Then C is said to satisfy the Dedekind-Peano axiom if there exists an initial object in US1©. This initial object is called a natural number object in C. The simple recursion theorem is simply an expression of the fact that the natural number system (N, 0, S) is a natural number object in the category Set. Metamathematical discussion These axioms are given here in a second-order predicate calculus form. See first-order predicate calculus for a way to rephrase these axioms to be first-order. Dedekind proved, in his 1888 book Was sind und was sollen die Zahlen, that any model of the second order Peano axioms is isomorphic to the natural numbers. On the other hand, the last axiom listed above, the mathematical induction axiom, is not itself expressible in the first order language of arithmetic. If one replaces the last axiom with the schema: If P(0) is true; and for all x, P(x) implies P(x + 1); then P(x) is true for all x. for each first order property P(x) (an infinite number of axioms) then although natural numbers satisfy these axioms, there are other, nonstandard models of arbitrarily large cardinality - by the compactness theorem the existence of infinite natural numbers cannot be excluded in any axiomatization; by an "upward Löwenheim-Skolem theorem", there exist models of all cardinalities. Moreover, if Dedekind's proof that the second order Peano Axioms have a unique model is viewed as a proof in a first order axiomatization of set theory such as Zermelo–Fraenkel set theory, the proof only shows that each model of set theory has a unique model of the Peano axioms, up to isomorphism; nonstandard models of set theory may contain nonstandard models of the second order Peano Axioms. When the axioms were first proposed, people such as Bertrand Russell agreed these axioms implicitly defined what we mean by a "natural number". Henri Poincaré was more cautious, saying they only defined natural numbers if they were consistent. If a proof can exist that starts from just these axioms, and derives a contradiction such as P AND (NOT P), then the axioms are inconsistent, and don't really define anything. David Hilbert posed a problem of proving consistency using only finite logic as one of the problems on his famous list. But in 1931, Kurt Gödel in his celebrated second incompleteness theorem showed such a proof cannot be given in any subsystem of Peano arithmetic. Furthermore, we can never prove that any axiom system is consistent within the system itself, if it is at least as strong as Peano's axioms, instead one must prove the consistency of the system using a different axiomatic system. Although it is widely believed that Gödel's theorem rules out the possibility of a finitistic consistency proof for Peano arithmetic, this is not clear, and depends on exactly what one means by a finitistic proof: Gödel himself pointed out the possibility of giving a finitistic consistency proof of Peano arithmetic or stronger systems by using finitistic methods that are not formalizable in Peano arithmetic. In 1936, Gerhard Gentzen gave a proof of the consistency of Peano's axioms, using transfinite induction up to an ordinal called ε0. As Gentzen has explained it himself: "The aim of the present paper is to prove the consistency of elementary number theory or, rather, to reduce the question of consistency to certain fundamental principles". Gentzen's proof is arguably finitistic, since the transfinite ordinal ε0 can be encoded in terms of finite objects (for example, as a Turing machine describing a suitable order on the integers). Whether or not this really counts as the "finitistic proof" that Hilbert wanted is unclear: the main problem with deciding this question is that there is no generally accepted definition of exactly what is meant by a finitistic proof, and Hilbert himself never gave a precise definition. Most mathematicians assume that Peano arithmetic is consistent, although this relies on either intuition or on accepting Gentzen's proof. However, early forms of naïve set theory also intuitively looked consistent, before the inconsistencies were discovered. Founding a mathematical system upon axioms, such as the Peano axioms for natural numbers or axiomatic set theory or Euclidean geometry is sometimes labeled the axiomatic method or axiomatics. Can we please please try and keep the questions at a level that might be found in a Wednesday night pub quiz.... In the meantime.... Which German line lay opposite the French Maginot Line?
  6. Dunno yet - it'll be in any slot thats available. I've contacted Hazel, just waiting for a copy of the calender. Watch this space...
  7. None to attend the event 'cos it's at the pub.
  8. Hi I'd like to organise another camping event in Keswick this summer but I'd prefer not to clash with another event. Is there a list available of all forthcoming events? I know about theInternational Geocaching Event Calender but I was wondering if there's one specifically for the UK... Hope someone can help - Scaw - no excuses this year... Edited to add: I hope to use the Hollows Farm campsite again and perhaps the Scafell Hotel at Rosthwaite.
  9. I hate it when people use a feeble excuse to plug their own cache.
  10. I sent my deposit cheque this morning... Here are a few short videos about the islands... St Kilda and another... more St Kilda... and finally... ....St Kilda
  11. Oi you - less of the old... Email sent to mollyjak
  12. so will I... I think any of the high fell top caches would be memorable, especially if you haven't done one before.
  13. The one thing that mystifies me about Earthcaches - why does an Earthcache need to be maintained? I have a location (another Scottish island out of interest) that I would love to make into an Earthcache, but the issue of maintenance has prevented me from taking it any further - at the risk of being dim, would someone please explain why I need to be within maintenance distance of a huge lump of rock in the middle of the sea? I visited last year and I know it would be a stunning place for people to visit...
  14. I think it's a superb idea and if it's at all possible I'm going to attend - St Kilda has been on my list of places to visit for about 12 years, ever since I read a book about the islands. As an alternative to a physical container, couldn't the whole archipelago be classed as an Earthcache?
  15. I didn't get it because I don't contribute to congratulations threads - I don't see the point of them personally However, this sort of anonymous spamming is unacceptable, and I hope the person responsible can be tracked down
  16. No idea - but if you like this sort of thread there's a well established one in Off Topic - Link I'll hazard a guess at Grand Central Station in New York... Right, I've got to go and eat a carrot and a mince pie... !!!Merry Christmas!!!
  17. Congratulations to AndeeC on bagging his 100th cache![/
  18. I'd just like to wish everyone a Merry Christmas and a Happy New Year. Don't do anything I wouldn't do, and if you do don't get caught... I'd also like to offer a big THANKYOU!! to our esteemed reviewers and I'd like to request that they speed up the review process a bit - last time I had to wait nearly an hour...
  19. Sounds like a plan - it's got be better than those Motorway Mayhem thingies. If you're in that neck of the woods Jango, you could perhaps look out for some of Billy Twigger's caches as they're not a million miles away - I know one or two of them are in need of a bit of TLC... You could hide a few caches on the Uists while you're about it - it's a bit of a desert out there.
  20. Some of you may remember my event back in May, at the time I placed this cache. Well I've just received an email... "Hi there, I was working up near Keswick today taking photos of the river near Newlands Bridge and I found a cache of yours (black painted clippable box) lying in the debris on the top of the bank just upstream from the bridge! Looking at the Google Map of the nearby caches it must be your "Stroll along Newlands Beck" cache. Looks like it travelled about a mile in the floods! Amazingly all the contents are still dry. The cache is currently with me near Barrow, I am up around Keswick most weeks so I'll replace the cache at the co-ordinates on its page next time I'm up there. Hope you don't mind me claiming it as a (very lucky) find!!! Kind regards Jon/rivaldo" I just like to say thankyou
  21. Sounds like a great idea Paul, but I'm a bit dubious about your ascent and descent times - if you remember it took about 7 hours to get a group of 14 up and back down Scafell - only very fit cachers would be able to do it in 3.5 - most mortals tend to plod! I'd like to have a bash at it though...
  22. Great - I've spoken to Milton and we're lined up for a hot date tomorrow The wonder of t'internet... Would one of the mods kindly close this thread for me please?
  23. Sorry about this folks but it's the only way I can think to quickly get hold of him. If you have Milton's mobile number would you please send me a PM. Thanks I'll request that the thread be closed as soon as I get it...
×
×
  • Create New...