Path: csiph.com!eternal-september.org!feeder.eternal-september.org!reader01.eternal-september.org!.POSTED!not-for-mail From: Keith Thompson Newsgroups: comp.theory Subject: Re: Simply defining =?utf-8?Q?G=C3=B6del?= Incompleteness and Tarski Undefinability away V31 (Semantically Incorrect Defined) Date: Fri, 24 Jul 2020 16:11:34 -0700 Organization: None to speak of Lines: 46 Message-ID: <87ft9gqzix.fsf@nosuchdomain.example.com> References: <871rl8dyg1.fsf@bsb.me.uk> <87lfjfovhm.fsf@bsb.me.uk> <87zh7tok63.fsf@bsb.me.uk> <6MednYs8F9v7qYvCnZ2dnUU7-R3NnZ2d@giganews.com> <87lfjcmg9p.fsf@bsb.me.uk> <87tuxzkswv.fsf@bsb.me.uk> <20200724092713.661@kylheku.com> <87blk4lp0i.fsf@bsb.me.uk> <64b39419-f7ad-4560-ae3c-86c2427a96f8o@googlegroups.com> <6JGdnV571OAP-YbCnZ2dnUU7-UWdnZ2d@giganews.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: reader02.eternal-september.org; posting-host="ae693741d97bcecbe80d3451ec14bd1b"; logging-data="14528"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/t2ec0Mwn9/IxMv/SBQ7kQ" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) Cancel-Lock: sha1:GuQoehlH8Fmiz/1UQ76MHHY/izo= sha1:rGwrzg29FYKvCsdHstE2mIn+edk= Xref: csiph.com comp.theory:21914 David Kleinecke writes: > On Friday, July 24, 2020 at 3:45:44 PM UTC-7, olcott wrote: >> On 7/24/2020 5:38 PM, David Kleinecke wrote: >> > On Friday, July 24, 2020 at 2:01:03 PM UTC-7, olcott wrote: >> >> >> >> I haven't the time to read a whole book to answer one trivial question: >> >> Is this a correct way to encode a set of ordered pairs: >> >> {(3,9),(8,5),(8,9)} >> > >> > Close enough that no one will complain. >> > >> > I'd leave out all the commas >> > {(3 9) (8 5) (8 9)} >> > Many people prefer square brackets >> > {[3 9] [8 5] [8 9]} >> > A set of unordered pairs would be >> > {{3 9} {8 5} {8 9}} >> > >> > Note the spaces in those formulas matter. >> > >> >> Mendelson uses some kind of angle-bracket: <3,7> yet with an angle that >> is much less sharp. Wikipedia specifies (3,7). No where have I seen >> leaving out the commas of a single ordered pair. > > Lots of notations exist. You can invent your own - provided > you explain how it works. > > Another possibility is writing the ordered pair of a and y > as x ORD y and unordered sets as x UN y then > 3 ORD 9 UN 8 ORD 5 UN 8 ORD 9 > I don't recommend that one - but it's not wrong. It would benefit from a specificatior of operator precedence. > Mendelson, I assume, worked up a uniform style for his > whole book and used it consistently. I am just making > up notations on the fly for nonce use. > > I think it was Gauss who said "We need notions not > notations." -- Keith Thompson (The_Other_Keith) Keith.S.Thompson+u@gmail.com Working, but not speaking, for Philips Healthcare void Void(void) { Void(); } /* The recursive call of the void */