Received: from mail-bk0-f61.google.com ([209.85.214.61]:42014) by stodi.digitalkingdom.org with esmtps (TLSv1:RC4-SHA:128) (Exim 4.76) (envelope-from ) id 1SpS7j-0004vj-NH; Thu, 12 Jul 2012 15:44:48 -0700 Received: by bkwj4 with SMTP id j4sf1728930bkw.16 for ; Thu, 12 Jul 2012 15:44:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlegroups.com; s=beta; h=x-beenthere:received-spf:message-id:date:from:user-agent :mime-version:to:subject:references:in-reply-to:x-original-sender :x-original-authentication-results:reply-to:precedence:mailing-list :list-id:x-google-group-id:list-post:list-help:list-archive:sender :list-subscribe:list-unsubscribe:content-type :content-transfer-encoding; bh=gkBl/ulXwQzqfuwA+pfj26Yxj/RglWoh6RV6OSiiVVo=; b=HGBWvkNGPD5WNwqHSjG/7tEGN6bntM2zO+PjnqaoeGLRBj0yQHE1WxSpYSggSh0Gq5 7J+FBg59NlMMThwgf6lVQRxiTXmeDcbF/SKY8LH1lZPOrbmM59HCA7rNJgqE9+Lu0UCc wl8FNW58dTXyz61cM6IFq8mRGcT1eYqlzX2W8= Received: by 10.216.69.66 with SMTP id m44mr663611wed.86.1342133071719; Thu, 12 Jul 2012 15:44:31 -0700 (PDT) X-BeenThere: lojban@googlegroups.com Received: by 10.216.143.147 with SMTP id l19ls2862629wej.4.gmail; Thu, 12 Jul 2012 15:44:30 -0700 (PDT) Received: by 10.180.106.3 with SMTP id gq3mr17151wib.1.1342133070091; Thu, 12 Jul 2012 15:44:30 -0700 (PDT) Received: by 10.180.106.3 with SMTP id gq3mr17150wib.1.1342133070058; Thu, 12 Jul 2012 15:44:30 -0700 (PDT) Received: from mail-wi0-f180.google.com (mail-wi0-f180.google.com [209.85.212.180]) by gmr-mx.google.com with ESMTPS id a5si12643wiy.0.2012.07.12.15.44.30 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 12 Jul 2012 15:44:30 -0700 (PDT) Received-SPF: pass (google.com: domain of and.rosta@gmail.com designates 209.85.212.180 as permitted sender) client-ip=209.85.212.180; Received: by wibhm6 with SMTP id hm6so12602wib.3 for ; Thu, 12 Jul 2012 15:44:30 -0700 (PDT) Received: by 10.216.73.21 with SMTP id u21mr63541wed.19.1342133069833; Thu, 12 Jul 2012 15:44:29 -0700 (PDT) Received: from [192.168.1.66] (87-194-76-177.bethere.co.uk. [87.194.76.177]) by mx.google.com with ESMTPS id n6sm119960wie.7.2012.07.12.15.44.28 (version=SSLv3 cipher=OTHER); Thu, 12 Jul 2012 15:44:29 -0700 (PDT) Message-ID: <4FFF534B.9010509@gmail.com> Date: Thu, 12 Jul 2012 23:44:27 +0100 From: And Rosta User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.28) Gecko/20120306 Thunderbird/3.1.20 MIME-Version: 1.0 To: lojban@googlegroups.com Subject: Re: [lojban] &Lang References: <90a7e54c-42fe-4ee0-9693-8155db9a7646@googlegroups.com> <4FFDC7C8.2010707@gmail.com> <237c4ac5-64f3-40fa-81d3-8a97c76dcc5d@googlegroups.com> <1342109844.79789.YahooMailNeo@web184407.mail.bf1.yahoo.com> <4FFF180C.8060000@gmail.com> In-Reply-To: X-Original-Sender: and.rosta@gmail.com X-Original-Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of and.rosta@gmail.com designates 209.85.212.180 as permitted sender) smtp.mail=and.rosta@gmail.com; dkim=pass header.i=@gmail.com Reply-To: lojban@googlegroups.com Precedence: list Mailing-list: list lojban@googlegroups.com; contact lojban+owners@googlegroups.com List-ID: X-Google-Group-Id: 1004133512417 List-Post: , List-Help: , List-Archive: Sender: lojban@googlegroups.com List-Subscribe: , List-Unsubscribe: , Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.7 (/) X-Spam_score: -0.7 X-Spam_score_int: -6 X-Spam_bar: / .arpis., On 12/07/2012 23:09: > The common way (speaking as a computer scientist) of avoiding variable re= petition (and variable naming issues) in formal methods is to use De Bruijn= indices (https://en.wikipedia.org/wiki/De_Bruijn_index), but this fails th= e requirement of fitting in human memory. Can you give an example of how it would work if applied to a predicate--arg= ument structure? I can't follow the wikipedia article enough to see how it = would work (-- setting aside the memory limitation problem you mention). > On Thu, Jul 12, 2012 at 2:31 PM, And Rosta > wrote: > > Let me try harder to explain: > > > Take a variety of predicate logic consisting of predicates, quantifie= rs and variables. In normal predicate logic notation, if a given variable i= s an argument of more than one predicate, it gets repeated. And every bound= variable is notated at least twice, once where it is shown bound by quanti= fier and once where it is argument of a predicate. But this is one and the = same variable; the repetition is a mere notational device necessary to line= arize the string. > > If the notation could be two dimensional, then you wouldn't need to w= rite variables at all. For simplicity's sake, I'll describe a notation for = only predicates and variables: > Use a 2 dimensional grid, infinite in both dimensions. > Each 'row' corresponds to a variable. > Each 'column' corresponds to a predicate. > Predicates are notated by sets of symbols, one symbol for each argume= nt place. Each argument place symbol is placed on the appropriate row for t= he variable that fills the argument place. > > That's the basic data structure for predicate--argument structure. A = 2-dimensional notation can notate it without redundancy. But spoken languag= e is 1-dimensional. Is there a way of linearizing predicate-argument struct= ure ergonomically, in such a way that it is not so verbose or so taxing on = the memory that the advantages of its logical explicitness and unambiguousn= ess are not outweighed? > > --And. > > John E Clifford, On 12/07/2012 17:17: > > As far as I can figure from the limited information, &'s language= differs from Logjam in two significant respects. > 1. Instead of a predicate with various arguments dripping from it= , the core utterance is an argument (topic, say) with dangling predicates (= comments -- not the standard usage quite but Logjam is not famous for follo= wing precedents in terminology). This is a feasible structure, easily reali= zed in two (and simply in three) dimensions, without anaphora. The case of = existential graphs and general topological considerations, however, suggest= that anaphora will be needed in one-dimensional speech. The usual problems= with that are simplified by the canonical location of topics. Multiple top= ics increase the complexity of this but not its basic simplicity. Comments = come and go (naturally) while topics run on and on (and so are always avail= able for connection). > 2. Comments have no inherent places, which need to be filled impl= icitly when not explicitly, but have only those which are explicitly filled= . This means, apparently, that the nature of the connection of a comment to= its topic has to be specified in (almost) every case, an added nuisance in= speech but probably a simplification in learning (and possible a reduction= in the need for compounds, many of which are just to add a place to an exi= sting predicate or rearrange those places). The bareness of comments means = that comment words can be raised to topics directly to do business as prope= rties or events, without a lot of extra detail. > These points are too sketchy to give any notion of the relative s= ize, ease or clarity of an &lang as here conceived, but at least it looks f= easible so far. > ** > > -- > You received this message because you are subscribed to the Googl= e Groups "lojban" group. > To post to this group, send email to lojban@googlegroups.com . > To unsubscribe from this group, send email to lojban+unsubscribe@= googlegroups.com . > For more options, visit this group at http://groups.google.com/ g= roup/lojban?hl=3Den . > > > -- > You received this message because you are subscribed to the Google Gr= oups "lojban" group. > To post to this group, send email to lojban@googlegroups.com . > To unsubscribe from this group, send email to lojban+unsubscribe@ goo= glegroups.com . > For more options, visit this group at http://groups.google.com/ group= /lojban?hl=3Den . > > > > > -- > mu'o mi'e .arpis. > > -- > You received this message because you are subscribed to the Google Groups= "lojban" group. > To post to this group, send email to lojban@googlegroups.com. > To unsubscribe from this group, send email to lojban+unsubscribe@googlegr= oups.com. > For more options, visit this group at http://groups.google.com/group/lojb= an?hl=3Den. --=20 You received this message because you are subscribed to the Google Groups "= lojban" group. To post to this group, send email to lojban@googlegroups.com. To unsubscribe from this group, send email to lojban+unsubscribe@googlegrou= ps.com. For more options, visit this group at http://groups.google.com/group/lojban= ?hl=3Den.