Introduction to the Fluent Calculus

Total Page:16

File Type:pdf, Size:1020Kb

Introduction to the Fluent Calculus Linkoping Electronic Articles in Computer and Information Science Vol nr Intro duction To The Fluent Calculus Michael Thielscher Department of Computer Science Dresden UniversityofTechnology Dresden Germany Linkoping University Electronic Press Linkoping Sweden httpwwwepliuseeacis Revised version Revised version publishedonFebruary by Linkoping University Electronic Press Linkoping Sweden Original version was published on October Linkoping Electronic Articles in Computer and Information Science ISSN Series editor Erik Sandewal l c Michael Thielscher A Typeset by the author using L T X E Formattedusingetendu style Recommended citation Author Title Linkoping Electronic Articles in Computer and Information Science Vol nr http wwwepliuseeacisOctober The URL wil l also contain links to both the original version and the present revised version as wel l as to the authors home page The publishers wil l keep this article online on the Internet or its possible replacement network in the future for a periodofyears from the date of publication barring exceptionalcircumstances as describedseparately The online availability of the article implies apermanent permission for anyone to read the article online to print out single copies of it and to use it unchanged for any nonc ommercial research and educational purpose including making copies for classroom use This permission can not berevoked by subsequent transfers of copyright Al l other uses of the article are conditional on the consent of the copyright owner The publication of the article on the date statedabove included also the production of a limited number of copies on paper which werearchived in Swedish university libraries like al l other written works published in Sweden The publisher has taken technical and administrative measures to assure that the online version of the article wil l be permanently accessible using the URL statedabove unchanged and permanently equal to the archived printedcopies at least until the expiration of the publication period For additional information about the Linkoping University Electronic Press and its procedures for publication and for assuranceofdocument integrity ple ase refer to its WWW home page http wwwepliuse or by conventional mail to the address statedabove Motivation The purp ose of the Fluent Calculus is to solve the inferential Frame Prob lem While the representational asp ect of the Frame Problem means the problem of sp ecifying all noneects of actions the inferential asp ect means the problem of actually computing these noneects The latter concerns each uentvalue which when proving a theorem is needed in a situation other than the one for whichitisgiven or in which it arises as an eect of an action or event Apparently onebyone and using separate instances of the relevant axioms every such uentvalue needs to b e carried from the p oint of its app earance past eachintermediate situation to the p oint of its use This is done for instance in the Situation Calculus if successor state axioms are used no matter whether reasoning is p erformed forward in time or via regression and in the Event Calculus where survival needs to b e proven indep endently for eachuentvalue If all uentvalues are needed in exactly the situations in which they are given or arise then the inferential Frame Problem causes no computational burden at all The more uents have to b e carried unchanged through manyintermediate sit uations or event o ccurrences however the more valuable can a solution to the inferential Frame Problem b e The Fluent Calculus which ro ots in the logic programming formalism of addresses the inferential Frame Problem by sp ecifying the eect of actions in terms of how an action mo dies a state The application of a single state up date axiom always suces to derivetheentire change caused by the action in question Central to the axiomatizationtechnique of the Fluent Calculus is a function State swhich relates a situation s to the state of the world in that situation In turn these world states are collections of uents which are reied to this end ie treated as terms Fluents that are known to hold in a state are joined together using the binary function symbol This function is assumed to b e b oth asso ciativeand commutative It is illustratively written in inx notation As an example supp ose that ab out the initial state in some Blo cks World scenario it is known that blo ck A is on some blo ck x whichinturnstands on the table and that nothing is on top of blo ck A or blo ck B In the Fluent Calculus this incomplete knowledge can b e axiomatized as follows x z State S On A x On x Table z y z z On y A z z On y B z Put in words of state State S it is known that for some x both On A x and On x Table are true and p ossibly some other facts z hold to owith the restriction that z do es not include a uentoftheform On y A nor On y B of whichwe know they are false State up date axioms sp ecify how the states at two consecutive situations are related to each other The universal form of these axioms is s State Do A s State s where s states conditions on s or rather on the corresp onding state under which denes how the successor state State Do A s is obtained by mo difying the current state S tates For example let the eect of an action denoted by Move u v w bethatthe k w blo ck u is moved away from the top of blo ck v onto the top of blo c A suitable state up date axiom is Poss Move u v w s State Do Move u v w s On u v State s On u w That is if Move u v w is p ossible and p erformed in s then the new state plus On u v equals the old state plus On u w In other words the initial situation A A B C B C goal situation A A B C B C Figure A simple planning problem with incomplete information only negative eect of this action is On u v and the only p ositive eect is On u w The preconditions of our action Move u v w are that the blo cktobe relo cated u is currently on v and that b oth u and w are clear ie not obstructed byany other blo ck Formally Poss Move u v w s Holds On u v s x Holds On x us Holds On x w s where Holds f s is a macro which abbreviates z State sf z Recall from ab ove the partial initial sp ecication given byformula and supp ose blo ck A shall b e moved away from its current lo cation onto blo ck B Then the term State S in the instance fuA v x w B sS g of state up date axiom can b e replaced by a term which equals State S according to So doing yields after evaluating Poss Move A x B S x z State Do Move A x B S On A x On A x On x Table z On A B This formula can b e simplied to A B x z State Do Move A x B S On x Table z On In this way one obtains from an incomplete initial sp ecication a still partial description of the successor state which in particular includes the unaected uent On x Table This prop ertythus survived the computation of the eect of the action and so needs not b e carried over by separate application of an axiom Providing a solution to the inferential Frame Problem the merits of state up date axioms b ecome apparent as so on as larger reasoning problems are considered Take for example the planning problem sketched in Fig ure Of the starting situation it is known that eachblock A is on top i of the corresp onding blo ck B and that all blo cks A and C are clear i i i The goal is to reshue the conguration so that each blo ck A is on the i corresp onding C i We rst enco de this planning problem by means of the Situation Calculus formalism as describ ed by Let On u v s denote that blo ck u is on v in situation s then the partial knowledge of the initial situation can b e formalized as On A B S On A B S x On x A S On x A S On x C S On x C S The goal is to reach a situation S which satises On A C S On A C S the only Assuming that On is the only relevantuentand Move u v w relevant action a suitable eect sp ecication is given by the successor state axiom Poss a s On u w Do a s v a Move u v w On u w s v a Move u w v along with the precondition axiom Poss Move u v w s On u v s x On x u s On x w s Now a straightforward solution to the planning problem is to movein succession the blo cks A A away from their initial lo cation onto blo cks C C that is S Do Move A B C Do Move A B C S In order to formally verify this action sequence a solution let UNA be a suitable collection of axioms expressing uniqueness of names Then f gUNA j A pro of of this theorem requires at least instances of the successor state axiom As many as of these instances are used to conclude that some uentisnot changed bysome action The corresp onding Fluent Calculus formalization of the planning prob lem consists of the initial sp ecication z State S On A B On A B z x z z On x A z z On x A z z On x C z z On x C z and the goal sp ecication z State S On A C On A C z As ab ove let S b e the situation which corresp onds to the plan of moving in succession the blo cks A from B onto C Let b e the foundational i i i axioms of the Fluent Calculus see b elow then a pro of for the theorem f gj requires just instances of the state up date axiom one for each p erformed action The computational value of the Fluent Calculus is crucially dep endent on an ecient treatment of equality While the simple addition of equality axioms may constitute a considerable handicap for theorem proving a va riet y of ecient constraint solving
Recommended publications
  • Understanding Binomial Sequential Testing Table of Contents of Two START Sheets
    Selected Topics in Assurance Related Technologies START Volume 12, Number 2 Understanding Binomial Sequential Testing Table of Contents of two START sheets. In this first START Sheet, we start by exploring double sampling plans. From there, we proceed to • Introduction higher dimension sampling plans, namely sequential tests. • Double Sampling (Two Stage) Testing Procedures We illustrate their discussion via numerical and practical examples of sequential tests for attributes (pass/fail) data that • The Sequential Probability Ratio Test (SPRT) follow the Binomial distribution. Such plans can be used for • The Average Sample Number (ASN) Quality Control as well as for Life Testing problems. We • Conclusions conclude with a discussion of the ASN or “expected sample • For More Information number,” a performance measure widely used to assess such multi-stage sampling plans. In the second START Sheet, we • About the Author will discuss sequential testing plans for continuous data (vari- • Other START Sheets Available ables), following the same scheme used herein. Introduction Double Sampling (Two Stage) Testing Determining the sample size “n” required in testing and con- Procedures fidence interval (CI) derivation is of importance for practi- tioners, as evidenced by the many related queries that we In hypothesis testing, we often define a Null (H0) that receive at the RAC in this area. Therefore, we have expresses the desired value for the parameter under test (e.g., addressed this topic in a number of START sheets. For exam- acceptable quality). Then, we define the Alternative (H1) as ple, we discussed the problem of calculating the sample size the unacceptable value for such parameter.
    [Show full text]
  • Reading Inventory Technical Guide
    Technical Guide Using a Valid and Reliable Assessment of College and Career Readiness Across Grades K–12 Technical Guide Excepting those parts intended for classroom use, no part of this publication may be reproduced in whole or in part, or stored in a retrieval system, or transmitted in any form or by any means, electronic, mechanical, photocopying, recording, or otherwise, without written permission of the publisher. For information regarding permission, write to Scholastic Inc., 557 Broadway, New York, NY 10012. Scholastic Inc. grants teachers who have purchased SRI College & Career permission to reproduce from this book those pages intended for use in their classrooms. Notice of copyright must appear on all copies of copyrighted materials. Portions previously published in: Scholastic Reading Inventory Target Success With the Lexile Framework for Reading, copyright © 2005, 2003, 1999; Scholastic Reading Inventory Using the Lexile Framework, Technical Manual Forms A and B, copyright © 1999; Scholastic Reading Inventory Technical Guide, copyright © 2007, 2001, 1999; Lexiles: A System for Measuring Reader Ability and Text Difficulty, A Guide for Educators, copyright © 2008; iRead Screener Technical Guide by Richard K. Wagner, copyright © 2014; Scholastic Inc. Copyright © 2014, 2008, 2007, 1999 by Scholastic Inc. All rights reserved. Published by Scholastic Inc. ISBN-13: 978-0-545-79638-5 ISBN-10: 0-545-79638-5 SCHOLASTIC, READ 180, SCHOLASTIC READING COUNTS!, and associated logos are trademarks and/or registered trademarks of Scholastic Inc. LEXILE and LEXILE FRAMEWORK are registered trademarks of MetaMetrics, Inc. Other company names, brand names, and product names are the property and/or trademarks of their respective owners.
    [Show full text]
  • Reconciling Situation Calculus and Fluent Calculus
    Reconciling Situation Calculus and Fluent Calculus Stephan Schiffel and Michael Thielscher Department of Computer Science Dresden University of Technology stephan.schiffel,mit @inf.tu-dresden.de { } Abstract between domain descriptions in both calculi. Another ben- efit of a formal relation between the SC and the FC is the The Situation Calculus and the Fluent Calculus are successful possibility to compare extensions made separately for the action formalisms that share many concepts. But until now two calculi, such as concurrency. Furthermore it might even there is no formal relation between the two calculi that would allow to formally analyze the relationship between the two allow to translate current or future extensions made only for approaches as well as between the programming languages one of the calculi to the other. based on them, Golog and FLUX. Furthermore, such a formal Golog is a programming language for intelligent agents relation would allow to combine Golog and FLUX and to ana- that combines elements from classical programming (condi- lyze which of the underlying computation principles is better tionals, loops, etc.) with reasoning about actions. Primitive suited for different classes of programs. We develop a for- statements in Golog programs are actions to be performed mal translation between domain axiomatizations of the Situ- by the agent. Conditional statements in Golog are composed ation Calculus and the Fluent Calculus and present a Fluent of fluents. The execution of a Golog program requires to Calculus semantics for Golog programs. For domains with reason about the effects of the actions the agent performs, deterministic actions our approach allows an automatic trans- lation of Golog domain descriptions and execution of Golog in order to determine the values of fluents when evaluating programs with FLUX.
    [Show full text]
  • The Features-And-Fluents Semantics for the Fluent Calculus
    The Features-and-Fluents Semantics for the Fluent Calculus Michael Thielscher and Thomas Witkowski Department of Computer Science Dresden University of Technology, Germany Abstract fluent calculus, is expressive enough to be applicable to the full test suite of example reasoning problems in (Sandewall Based on an elaborate ontological taxonomy, the Features- 1994), let alone to be provably sound and complete wrt. one and-Fluents framework provides an independent action se- of the more expressive ontological classes in the taxonomy. mantics for assessing the range of applicability of action cal- culi. In this paper, we show how the fluent calculus can In this paper, we present a version of the fluent calculus be used to capture the full range of phenomena in K-IA, that is sufficiently expressive to capture K-IA, which is the the broadest ontological class that has been fully formalized broadest class that has been rigorously formalized and in- in (Sandewall 1994). To this end, we develop a significant tensively studied in (Sandewall 1994) and in which correct extension of the fluent calculus for modeling actions with du- knowledge and a fully inertial world is assumed. To this rations and with specific trajectories of changes. We present a end, we develop a significant extension of the basic fluent provably correct translation of scenario descriptions from the calculus by introducing an explicit model for the duration Features-and-Fluents semantics into fluent calculus axioma- of actions and for trajectories of changes. On this basis, we tizations. present a translation function that maps any K-IA scenario into a fluent calculus axiomatization, and we prove that the Introduction intended models of the former coincide with the classical models of the latter.
    [Show full text]
  • Fluent Tips & Tricks
    FluentFluent TipsTips && TricksTricks UGMUGM 20042004 Sutikno Wirogo Samir Rida 1/ 75 Outline List of Tips and Tricks collected from: Solution database available through the Online Technical Support (OTS) portal http://www.fluentusers.com Frequently Asked Questions Know-how of Fluent’s technical staff This presentation provides Tips and Tricks: For IO and Batch For Case Set-up and Mesh For Solving For Post-Processing For Reporting 2/ 75 This presentation provides Tips and Tricks: For IO and Batch For Case Set-up and Mesh For Solving For Post-Processing For Reporting 3/ 75 Miscellaneous on Parallel IO In parallel, the mesh is first read into the host and then distributed to the compute nodes If reading case into parallel solver takes unusually long time, do the following: • Merge as many zones as possible • Put the host and compute-node-0 on the same machine • Put the case and data files on a disk on the machine running the host and compute-node-0 processes Parallel Fluent will allocate buffers for exchanging messages while reading and building the grid • Default buffer size depends of the case that is being read For 4 million cell case on 4 CPUs, the buffer size will be 4M/4 = 1M • To query buffer size, use the following scheme command: (%query-parallel-io-buffers) • If the host machine does not have enough memory, using a large buffer will slow down the read case stage and thus can limit the maximum buffer size using: (%limit-parallel-io-buffer-size 0) ¾ Needs to be executed before reading the case file ¾ Will increase
    [Show full text]
  • Fluent Getting Started Guide
    ANSYS Fluent Getting Started Guide ANSYS, Inc. Release 19.1 Southpointe April 2018 2600 ANSYS Drive Canonsburg, PA 15317 ANSYS, Inc. and [email protected] ANSYS Europe, Ltd. are UL http://www.ansys.com registered ISO (T) 724-746-3304 9001: 2008 (F) 724-514-9494 companies. Copyright and Trademark Information © 2018 ANSYS, Inc. Unauthorized use, distribution or duplication is prohibited. ANSYS, ANSYS Workbench, AUTODYN, CFX, FLUENT and any and all ANSYS, Inc. brand, product, service and feature names, logos and slogans are registered trademarks or trademarks of ANSYS, Inc. or its subsidiaries located in the United States or other countries. ICEM CFD is a trademark used by ANSYS, Inc. under license. CFX is a trademark of Sony Corporation in Japan. All other brand, product, service and feature names or trademarks are the property of their respective owners. FLEXlm and FLEXnet are trademarks of Flexera Software LLC. Disclaimer Notice THIS ANSYS SOFTWARE PRODUCT AND PROGRAM DOCUMENTATION INCLUDE TRADE SECRETS AND ARE CONFID- ENTIAL AND PROPRIETARY PRODUCTS OF ANSYS, INC., ITS SUBSIDIARIES, OR LICENSORS. The software products and documentation are furnished by ANSYS, Inc., its subsidiaries, or affiliates under a software license agreement that contains provisions concerning non-disclosure, copying, length and nature of use, compliance with exporting laws, warranties, disclaimers, limitations of liability, and remedies, and other provisions. The software products and documentation may be used, disclosed, transferred, or copied only in accordance with the terms and conditions of that software license agreement. ANSYS, Inc. and ANSYS Europe, Ltd. are UL registered ISO 9001: 2008 companies. U.S. Government Rights For U.S.
    [Show full text]
  • The Calculus of Newton and Leibniz CURRENT READING: Katz §16 (Pp
    Worksheet 13 TITLE The Calculus of Newton and Leibniz CURRENT READING: Katz §16 (pp. 543-575) Boyer & Merzbach (pp 358-372, 382-389) SUMMARY We will consider the life and work of the co-inventors of the Calculus: Isaac Newton and Gottfried Leibniz. NEXT: Who Invented Calculus? Newton v. Leibniz: Math’s Most Famous Prioritätsstreit Isaac Newton (1642-1727) was born on Christmas Day, 1642 some 100 miles north of London in the town of Woolsthorpe. In 1661 he started to attend Trinity College, Cambridge and assisted Isaac Barrow in the editing of the latter’s Geometrical Lectures. For parts of 1665 and 1666, the college was closed due to The Plague and Newton went home and studied by himself, leading to what some observers have called “the most productive period of mathematical discover ever reported” (Boyer, A History of Mathematics, 430). During this period Newton made four monumental discoveries 1. the binomial theorem 2. the calculus 3. the law of gravitation 4. the nature of colors Newton is widely regarded as the most influential scientist of all-time even ahead of Albert Einstein, who demonstrated the flaws in Newtonian mechanics two centuries later. Newton’s epic work Philosophiæ Naturalis Principia Mathematica (Mathematical Principles of Natural Philosophy) more often known as the Principia was first published in 1687 and revolutionalized science itself. Infinite Series One of the key tools Newton used for many of his mathematical discoveries were power series. He was able to show that he could expand the expression (a bx) n for any n He was able to check his intuition that this result must be true by showing that the power series for (1+x)-1 could be used to compute a power series for log(1+x) which he then used to calculate the logarithms of several numbers close to 1 to over 50 decimal paces.
    [Show full text]
  • A Streaming Implementation of the Event Calculus
    TECHNICAL UNIVERSITY OF CRETE MASTER THESIS A Streaming Implementation of the Event Calculus Author: Supervisor: Alexandros MAVROMMATIS Prof. Minos GAROFALAKIS THESIS COMMITTEE Prof. Minos GAROFALAKIS (Technical University of Crete) Assoc. Prof. Michail G. LAGOUDAKIS (Technical University of Crete) Dr. Alexander ARTIKIS (University of Piraeus, N.C.S.R. Demokritos) Technical University of Crete School of Electronic & Computer Engineering in collaboration with the National Centre for Scientific Research “Demokritos” Institute of Informatics and Telecommunications April 2016 Abstract Events provide the fundamental abstraction for representing time-evolving information that may affect situations under certain circumstances. The research domain of Complex Event Recognition focuses on tracking and analysing streams of events, in order to detect event patterns of special significance. The event streams may originate from various sources, such as sensors, video tracking systems, computer networks, etc. Furthermore, the event stream velocity and volume pose significant challenges to event processing systems. We propose dRTEC, an event recognition system that employs the Event Cal- culus formalism and operates in multiple computer cores for scalable distributed event recognition. We evaluate dRTEC experimentally using two real world applications and we show that it is capable of real-time and efficient event recognition. PerÐlhyh Ta gegoνόta parèqoun thn jemeli¸dh afaÐresh gia thn αναπαράσtash miac qroνικά exe- liσσόμενης plhroforÐac, h opoÐa mporeÐ na επηρεάσει katastάσειc κάτw από orismènec συνθήκες. To pedÐo èreunac thc Anagn¸rishc Σύνθετwn Gegoνόtwn epikentr¸netai sthn parakoλούθηση kai ανάλυση ro¸n από gegoνόta, me stόqo ton entopiσμό proτύπων από gegoνόta idiaÐterhc shmasÐac. Oi roèc από gegoνόta μπορούν na proèrqontai από διάφορες phgèc, όπως aiσθητήρες, susτήματa parakoλούθησης me bÐnteo, dÐktua upologist¸n k.lp.
    [Show full text]
  • Comparison of American and Chinese College Students by Means of The
    Eastern Illinois University The Keep Masters Theses Student Theses & Publications 1973 Comparison of American and Chinese College Students by Means of the Holtzman Inkblot Technique Te Jung Chang Eastern Illinois University This research is a product of the graduate program in Psychology at Eastern Illinois University. Find out more about the program. Recommended Citation Chang, Te Jung, "Comparison of American and Chinese College Students by Means of the Holtzman Inkblot Technique" (1973). Masters Theses. 3809. https://thekeep.eiu.edu/theses/3809 This is brought to you for free and open access by the Student Theses & Publications at The Keep. It has been accepted for inclusion in Masters Theses by an authorized administrator of The Keep. For more information, please contact [email protected]. PAPER CERTIFICATE #2 TO: Graduate Degree Candidates who have written formal theses. SUBJECT: Permission to reproduce theses. The University Library is receiving a number of requests from other institutions asking permission to reproduce dissertations for inclusion in their library holdings. Although no copyright laws are involved, we feel that professional courtesy demands that permission be obtained from the author before we allow theses to be copied. Please sign one of the following statements: Booth Library of Eastern Illinois University has my permission to lend my thesis to a reputable college or university for the purpose of copying it for inclusion in that institution's library or research holdings. Date Author I respectfully request Booth Library
    [Show full text]
  • Introduction to the Fluent Calculus
    Linkoping Electronic Articles in Computer and Information Science Vol nr Intro duction To The Fluent Calculus Michael Thielscher Department of Computer Science Dresden UniversityofTechnology Dresden Germany Linkoping University Electronic Press Linkoping Sweden httpwwwepliuseeacis Revised version Revised version publishedonFebruary by Linkoping University Electronic Press Linkoping Sweden Original version was published on October Linkoping Electronic Articles in Computer and Information Science ISSN Series editor Erik Sandewal l c Michael Thielscher A Typeset by the author using L T X E Formattedusingetendu style Recommended citation Author Title Linkoping Electronic Articles in Computer and Information Science Vol nr http wwwepliuseeacisOctober The URL wil l also contain links to both the original version and the present revised version as wel l as to the authors home page The publishers wil l keep this article online on the Internet or its possible replacement network in the future for a periodofyears from the date of publication barring exceptionalcircumstances as describedseparately The online availability of the article implies apermanent permission for anyone to read the article online to print out single copies of it and to use it unchanged for any nonc ommercial research and educational purpose including making copies for classroom use This permission can not berevoked by subsequent transfers of copyright Al l other uses of the article are conditional on the consent of the copyright owner The publication of
    [Show full text]
  • Review of the July 2011 Draft of the Texas Mathematics Standards
    Review of the July 2011 Draft of the Texas Mathematics Standards Wilfried Schmid Professor of Mathematics, Harvard University In some ways, the current draft improves upon the “Commissioner’s Draft”, on which it is based. Many – but not all – cases of imprecise or mathematically questionable language have been dealt with. However, serious problems remain. In the elementary grades, the draft consistently underemphasizes computational facility. On the other hand, the major results of the high school and late middle school curriculum are generally presented only as results to be applied by students, but not meant to be understood. As the National Mathematics Panel has pointed out, conceptual understanding and computational practice develop in tandem. To ask for under- standing in the early grades without addressing computation is just as wrong as asking students to merely apply, but not truly understand the binomial theorem and other major theorems in high school. Even when the language of the draft is sufficiently precise, it often reads awkwardly. I would advise the authors to have the entire document examined by an individual who is not only mathematically competent, but also has stylistic flair. Several “model frameworks” exist that could be used as linguistic models. Computational facility in the elementary grades At each grade level, the standards are preceded by a statement of the relevant “Focal Points”, with wording that is often borrowed from the NCTM Focal Points. The authors would do well to actually follow the suggestions of the latter! Automatic recall of number facts serves as the foundation for computational facility. The draft standard 2N10, fluently apply basic fact strategies to add and subtract with sums to 20 and differences from 20, and its multiplication counterpart 3N20 send the wrong message.
    [Show full text]
  • A Calculus Oasis on the Sands of Trigonometry
    φ θ b 3 A Calculus Oasis on the sands of trigonometry A h Conal Boyce A Calculus Oasis on the sands of trigonometry with 86+ illustrations by the author Conal Boyce rev. 130612 Copyright 2013 by Conal Boyce All rights reserved. No part of this publication may be reproduced, stored in a retrieval system, or transmitted, in any form or by any means, electronic, mechanical, photocopying, recording, or otherwise, without the written prior permission of the author. Cover design and layout by CB By the same author: The Chemistry Redemption and the Next Copernican Shift Chinese As It Is: A 3D Sound Atlas with First 1000 Characters Kindred German, Exotic German: The Lexicon Split in Two ISBN 978-1-304-13029-7 www.lulu.com Printed in the United States of America In memory of Dr. Lorraine (Rani) Schwartz, Assistant Professor in the Department of Mathematics from 1960-1965, University of British Columbia Table of Contents v List of Figures . vii Prologue . 1 – Vintage Calculus versus Wonk Calculus. 3 – Assumed Audience . 6 – Calculus III (3D vector calculus) . 9 – A Quick Backward Glance at Precalculus and Related Topics . 11 – Keeping the Goal in Sight: the FTC . 14 I Slopes and Functions . 19 – The Concept of Slope . 19 – The Function Defined. 22 – The Difference Quotient (alias ‘Limit Definition of the Derivative’). 29 – Tangent Line Equations . 33 – The Slope of e . 33 II Limits . 35 – The Little-δ Little-ε Picture. 35 – Properties of Limits . 38 – Limits, Continuity, and Differentiability. 38 III The Fundamental Theorem of Calculus (FTC) . 41 – A Pictorial Approach (Mainly) to the FTC.
    [Show full text]