From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: fac41,b87849933931bc93 X-Google-Attributes: gidfac41,public X-Google-Thread: 109fba,b87849933931bc93 X-Google-Attributes: gid109fba,public X-Google-Thread: 103376,b87849933931bc93 X-Google-Attributes: gid103376,public X-Google-Thread: 1108a1,b87849933931bc93 X-Google-Attributes: gid1108a1,public X-Google-Thread: 114809,b87849933931bc93 X-Google-Attributes: gid114809,public From: jsa@alexandria (Jon S Anthony) Subject: Re: OO, C++, and something much better! Date: 1997/02/25 Message-ID: #1/1 X-Deja-AN: 221244553 Distribution: world References: <5de62l$f13$1@goanna.cs.rmit.edu.au> Organization: PSI Public Usenet Link Newsgroups: comp.lang.c++,comp.lang.smalltalk,comp.lang.eiffel,comp.lang.ada,comp.object Date: 1997-02-25T00:00:00+00:00 List-Id: In article jsa@alexandria (Jon S Anthony) writes: I wrote the following utter rubbish: > Cf = set of continuous functions on R > > ': Cf -> Cf, where f' is the derivative of f Total _obvious_ BS. The canonical counter example: |x|. Fortunately Brian Rogoff was nice enough to hit me in the head a couple of times in order to, shall we say, realign my thinking with my saying. What I was actually thinking was: ': Df -> Cf, f' = derivative of f, Df = differentiable functions (*) Of course, in this context, ' is no longer an operator, so its a bad example anyway. I suppose the "right" example here would have been: I : Cf -> Cf, I(f) = anti derivative of f with constant c (aka indefinite integral) This is basically a quick corollary of the FTC. proof: since f is continuous, by the FTC, f has an anti derivative F with constant term c, i.e., F' = f, so F is obviously differentiable => F is continous. (*) Which claims: if f is differentiable (at a) then f' is continuous (at a) For those who are now wisely skeptical, proof: f'(a+h) = lim [f((a+h)+k) - f(a+h)]/k k->0 lim f'(a+h) = lim lim [f((a+h)+k) - f(a+h)]/k h->0 h->0 k->0 = lim [lim f((a+k)+h) - lim f(a+h)]/k k->0 h->0 h->0 since f is differentiable, f is continuous and by f's continuity the above is lim [f(a+k) - f(a)]/k k->0 = f'(a) /Jon -- Jon Anthony Organon Motives, Inc. Belmont, MA 02178 617.484.3383 jsa@organon.com