Rational Nonmonotonic Reasoning

Size: px
Start display at page:

Download "Rational Nonmonotonic Reasoning"

Transcription

1 CARL M. KADE Rational Nonmonotonic Reasoning Department of Computer Science, University of illinois, Urbana, L U.S.A. Abstract. Nonmonotonic reasoning is a pattern of reasoning that allows an agent to make retract (tentative) conclusions from inconclusive evidence. This paper gives a possible-worlds interpretation of the nonmonotonic reasoning problem based on stard decision theory the emerging probability logic. The system's central principle is that a tentative conclusion is a decision to make a bet, not an assertion of fact The system is rational, as sound as the proof theory of its underlying probability logic. 1 ntroduction Background The ability to make a tentative conclusion from inconclusive evidence then retract that conclusion if discrediting evidence is later acquired is characteristic of intelligence. Many theories of nonmonotonic reasoning, default reasoning, inductive logic try to model this behavior. But, because these theories do not fully consider the consequences context of adopting a conclusion, they can behave irrationally. As the expression "Don't bet your life on it" illustrates, hasty conclusions can be disastrous. Decision theory the emerging probability logic offer a straightforward possible-worlds interpretation of idealized nonmonotonic reasoning that adapts to the context of the reasoning problem. 1.1 The Bird Example The bird example demonstrates nonmonotonic reasoning. The nonmonotonic reasoner is told: "Tweety is a bird." t is asked: "Can Tweety fly?" According to the literature, it answers: "Yes, Tweety can fly." Now it is given another fact: "Tweety is a Penguin." Now, how should it answer: "Can Tweety Fly?" According to the literature, it answers: "No, Tweety can't fly." The addition of new facts caused the nonmonotonic reasoner to retract a conclusion. n conventional logic, new facts never cause an agent to retract a conclusion; thus, conclusions grow monotonically with information. Consequently, conventional logic must be more conservative in making conclusions than nonmonotonic reasoning. 1.2 Current Nonmonotonic Reasoning Systems Logic probability are two popular approaches to nonmonotonic reasoning Logic-Based Systems Conceptually, a logic-based nonmonotonic reasoner makes its conclusions in two steps. First, from its defaults knowledge it creates deductively-closed belief sets called extensions (Ginsberg, 1987). n the Tweety example, with default bird(x) fly(x) the knowledge that bird(tweety) penguin(x) -,fly(x),it creates thesingle extension{bird(tweety), penguin(x) -,fly(x),fly(tweety)}. The second part of making conclusions is the application of an acceptance rule. The rule is a procedure that tells the nonmonotonic reasoner what conclusions to draw from the extensions. When a nonmonotonic system creates a single extension, the acceptance rule is simple: accept (or conclude) a sentences if it is in the (deductive closure of the) extension. 197

2 Continuing the example, if the system is told that penguin (Tweety ), the default rule cannot fire because its consequent contradicts the fact--, fly(tweety) (from penguin (Tweety) penguin (x) _, --,fly (x )). Thus, it now concludes that Tweety cannot fly because it now has the single extension: {bird(tweety), penguin(x) -7 -,fly(x), -,fly(tweety)}. The acceptance rules are more interesting when defaults conflict. For example, suppose the reasoner knows that Quaker(Nixon) Republican(Nixon) that it has defaults Quaker(x) -7 pacifi.st(x) Republican(x) _,..., pacifist(x) (Reiter, Criscuolo, 1981). Now, rather than one extension there are two (Moore, 1985): {Quaker(Nixon ), Republican (Nixon), pacifist(nixon )} {Quaker(Nixon ), Republican(Nixon ), --, pacifist(nixon )}. Reiter's system accepts a sentence (tentatively concludes that it is so) if the sentence is true in any extension (Reiter, 1980). Consequently, it accepts the sentence pacijist(nixon) the sentence..., pacijist(nixon). McDermott (1982) calls this acceptance rule brave. Circumscription offers a different acceptance rule: it accepts a sentence if the sentence is true in every extension. Thus, circumscription makes no conclusion about pacifist(nixon) no conclusion about..., pacijist(nixon). McDennott calls this acceptance rule cautious. These two acceptance rules will be called modal. f the set of extensions is treated as the set of possible worlds in an S5 modal structure, Reiter's acceptance rule corresponds closely to the model operator o (possibility) circumscription's rule corresponds closely to the 0 (necessity) operator (Dowty, Wall, Peters, 1981). Many systems forgo the modal approach by evaluating all sentences in a particular extension. The extension can be chosen arbitrarily (Doyle, 1983), according to some hierarchy of defaults (or priorities of circumscription (McCarthy, 1980; Lifschitz, 1987)), by choosing the most probable extension (Pearl, 1987), or by some other method. n these pick-an-extension systems the truth value of a complex sentence is a function of the truth values of the literals that make up that sentence. This is not true in the modal systems. For example, Reiter's modal system does not accept the sentence pacifist(nixon) 1\..., pacifist(nixon), but it does accept the literal pacifist(nixon) the literal..., pacifi.st(nixon). Likewise, circumscription accepts pacifist(nixon) v --, paclfzst(nixon ), but not pacifi.st(nixon ), not-, pacifist(nixon ) Probability Based Systems Like logic-based systems, probability-based nonmonotonic reasoning systems (conceptually) make conclusions in two steps. First, they assign some degree of belief to a sentence. The degree might be a probability measure, a certainty factor, a Zadeh possibility degree, or a Dempster-Shafer interval. Second, using the degree of belief, an acceptance rule decides whether to make the sentence a conclusion. (Some A systems (Rich, 1983; Ginsberg, 1984; Farreny & Prade, 1986; Dubois & Prade, 1988) ignore the acceptance step). The most obvious acceptance rule is: AcceptS if, only if, P(S) > 1-, for some small e. P(S) is the probability of sentences. The rule says: if a sentence is certain enough, say 99.99% certain, conclude that it is so. 1.3 Scope The body of this paper concerns the desired properties of a nonmonotonic reasoning system the specification of such a system. Before starting, it is appropriate to discuss what will will not be done. First, this paper will take no st in the long-running debate as to the practicality of probabilities:., 198

3 The information necessary to assign numerical probabilities is not ordinarily available. Therefore, a formalism that required numerical probabilities would be epistemologically inadequate. (McCarthy & Hayes,J969) And on the other h:... many extensions of logic, such as' default logic' are better understood in a probabilistic framework. (Cheeseman, 1985) Second, this paper will present a fonnal account of nonmonotonic reasoning. ts approach may superficially appear less fonnal than approaches that invent a new fonnal system provide proofs of its properties. The approach taken here unifies (Ginsberg, 1987) nonmonotonic reasoning with a previously developed fonnal system. This approach may legitimately rely on others to develop the formal properties of the formal system. Third, this paper will not prove that this nonmonotonic system is correct or optimal because there is no stard to which it can be compared. All that will be argued is that the system offers useful insight into interesting problems, that it make only reasonable assumptions, that it is internally consistent. Now that the general scope of the desired nonmonotonic system is delimited, its particular properties are specified. 2 Desired Properties The desired properties of soundness rationality are described justified in tum. 2.1 Soundness One test of a nonmonotonic system's soundness is Kyburg' s lottery paradox (Kyburg, 1970). The paradox shows that nonmonotonic systems that allow chaining (that is, introduction, modus ponens, so on) across extensions (for example (Ginsberg, 1985; Yager, 1987)) are unsound; that is, they allow inconsistent conclusions. Kyburg's example was this: suppose there is a lottery with 1 00 tickets. A reasoning system knows that exactly one ticket will win. Suppose it has a default that says that (unless it knows to the contrary) it should assume that loser(ticket_#1). Similarly, suppose it has a default that says loser(ticket_#2) so on for all the tickets. These defaults the fact that exactly one ticket will win lead to extensions. n each extension a different ticket wins. f the system is brave with respect to the literals, its set of conclusions will be loser(ticket _# 1 ), loser(ticket _#2),..., loser( ticket_# And if chaining is allowed across extensions, then by introduction it will conclude that loser(ticket_#) A loser(ticket_#2) A A loser(ticket_#oooo). That is, it will conclude that no ticket will win. This conclusion contradicts its knowledge that one ticket will win. Two alternatives to chaining across extensions were mentioned earlier: pick -an-extension systems, which chain within a single extension, modal systems, which use many extensions, but allow no chaining. As a third alternative, a system may be particularly cautious about accepting literals; it may accept only the deductive closure of the literals true in every extension. n the lottery example, because no literal is true in every extension, such a system would accept nothing; thus it avoids all the problems ( benefits) of nonmonotonic reasoning. 2.2 Rationality The other property to consider is rationality. Rationality is best understood with an example Russian Roulette Example Consider this problem in nonmonotonic reasoning: 199

4 A revolver is loaded with 1 bullet (it has 5 empty chambers), the cylinder is spun. With these stakes: f correct, the system wins $1. f wrong, the system loses $1. would a nonmonotonic system take the bet that the gun will not fire? The answer is yes; most systems would take the bet, because the gun is unlikely to fire. Now consider a second scenario:. bullot, t11 qliltdlr.,. Again the revolver is loaded with exactly 1 bullet the cylinder is spun. With these new stakes: f correct, the system wins $1. f wrong, the system loses its life. would a nonmonotonic system take the bet that the gun will not fire? Most nonmonotonic systems would take the bet -- because, the gun is still unlikely to fire. Obviously something is wrong with this reasoning; in these two scenarios the uncertainty is the same, yet it is not rationa/ 1 to draw the same conclusion. How is the Russian roulette problem solved? Decision theory gives the answer: compare the probability of the sentence to the breakeven probability detennined by the payoff. n the first scenario, the breakeven probability is 11(1 + 1) = 0.5, because P(gun_will_notJire ll_bullet spun) is greater than 0.5, the system should conclude that the gun will not fire. ln the second scenario the breakeven probability is lim 1 = 1. ;-.-l+ The system should ignore a better-than-even probability refuse to bet its life on the proposition that the gun will not fire. 1 Though the exact meaning of the tenn rational is the subject of debate, most authors agree that a rational agent maximizes its expected utility (Savage, 1954; Ferguson, 1967) avoids Dutch books (Kyburg & Smokier 1964 ). 200

5 2.2.2 The Need for Payoff Probability The example shows that rational nonmonotonic systems must consider payoff act accordingly. Systems that fail to consider payoff will in general miss opportunities (the first scenario) or suffer disastrous consequences (the second). How should payoff be measured? f it is assumed there is a total preference ordering among payoffs that the preference ordering of bets is based on expected payoff, utility theory is the answer (Ferguson, 1967; Savage, 1954). Furthennore, if these axioms of utility theory are accepted, it follows that a rational nonmonotonic system must be probabilistic, for without probability, rational choices cannot be detennined. Decision theory allows us to have a nonmonotonic reasoner that automatically adjusts its degree of valor. Depending on the circumstances, it can be cautious like a circumscription system, brave like Reiter's system, or somewhere in between. Consideration of payoff is opposed by some. Pearl (1987) asserts that in day-to-day life the overhead of considering payoff overwhelms the benefit of such deliberations. Others disagree (Levi 1980). n an idealized system there is no debate -- computation is free optimal perfonnance is expected -- so payoff must be considered. 3 Specification Given these desired properties, a description of a rational nonmonotonic system is now straightforward. The nonmonotonic system is based on decision theory probability. t is modal does not allow chaining. 3.1 Probability The first step is the specification of a language, model theory, semantics. One possibility is Nilsson's probabilistic logic (Nilsson, 1986). The intuition behind probabilistic logic is that a particular sentence in a particular world/extension is either true or false. But, because agents do not know which world they are in, they must look at the set of worlds consistent with their knowledge. Agents find the probability of a sentence by summing the probability of each world in which the sentence is true. f the set of literals is finite, the set of all possible worlds their probabilities is expressible as a finite joint probability density. For example the prior density for the bird example might be Can Fly Can't Fly Not a Penguin Not a Bird A Penguin 0 0 Not a Penguin A Bird A Penguin Although probabilistic logic gives the desired model theory, ' it lacks expressiveness, so Frisch & Haddawy's modal probability logic (Frisch & Haddawy, forthcoming), an extended probability logic, is used, making it possible to say things such as P (gun_ will_not Jire _ bullet spun) > 0.5 in the object language. Because the nonmonotonic reasoning system is embedded in a probability logic, it is as sound ( complete) as that probability logic. A proof theory for the propositional probability logic is trivial: simply enumerate the finite possible-worlds add their probabilities. This proof theory is sufficient for the examples considered in this paper. A proof theory for predicate probability logic is still emerging. 201

6 3.2 Acceptance The next step is the specification of the acceptance rule. A sentence S with respect to some evidence e a breakeven probability b is accepted exactly if P(Sie) >b. This rule comes from decision theory. The key to this system, therefore, is that a tentative conclusion is an assertion about the desirability of a bet, not a direct assertion about a sentence. For example, where other systems might conclude fly (Tweety ), this system concludes P ifly(tweety) 1 bird (Tweety )) > 0.6. f later it learns that penguin (Tweety ), it concludes -., P(fly(Tweety) bird(tweety)&penguin(tweety)) > Chaining to take The final part of the specification is a prohibition against chaining conclusions. The system is not allowed deduce P(loser(ticket_#J) _ticket_lottery) >a P(loser(ticket_#2) lloooo_ticket_lottery) > a P(loser(ticket_#l)" loser(ticket_#2) _ticket_lottery) >a. The prohibition is justified because loser(ticket_#1) loser(ticket_#2) might seldom be true in the same world, so, any chaining crosses extensions/worlds. Actually, no explicit prohibition is needed because the semantics (from probability logic) already prohibit chaining across worlds. Also, because sentences such as P(loser(ticket_#l)" loser(ticket_ #2) 110QOO_ticket_lottery) >a, can be evaluated directly, no chaining needed. 3.4 Tweety Revisited Here is how this system renders the bird example. Suppose 1) that the prior joint probability density is Not a Penguin A Penguin 0 Not a Penguin A Penguin 0 2) that the payoff is Can Fly The system says can_jly(tweety). f right, it wins $1.00. f wrong, it loses $1.50. Can't Fly Not a Bird A Bird (the breakeven probabilities are , respectively. The system says -, can_jly(tweety). f right, it wins $1.50. f wrong, it loses $ ) that the reasoner is told bird(tweety). The probabilities calculated from the density are: P(can_jly(Tweety) bird(tweety) = =

7 P(-, canjly(tweety) bird(tweety)) = "" Because 0.82 is greater that 0.6, the system concludes P(can_fly(Tweety) bird(tweety)) > 0.6; because 0.18 is not greater than 0.4 it also concludes -, P(-, can_fly(tweety) bird(tweety)) > 0.4. Or in English: given that Tweety is a bird, it is rational to bet Tweety can fly ( not to bet that Tweety cannot fly). Now suppose that the system is told that Tweety is a penguin. From the probability density the system computes that P(can_fly(Tweety) bird(tweety) 1\ penguin(tweety)) = P(-, can_fly(tweety) bird(tweety) 1\ penguin(tweety)) = t concludes = 1. -, P(can_fly(Tweety) bird(tweety) 1\ penguin(tweety)) > 0.6 P (-, can _fly (Tweety) bird (Tweety) 1\ penguin (Tweety)) > 0.4. That is, given what it knows, it bets that Tweety cannot fly ( it does not bet that Tweety can fly). So the system hles the bird example properly. 4 Conclusion A nonmonotonic reasoning system should be sound rational. The Russian roulette problem shows the dangers of irrational reasoning. A system that does not evaluate probabilities consider payoff may miss opportunities stumble into disasters. With decision theory, a system is automatically as courageous as circumstances warrant. n the extremes, it can be as cautious as a circumscription system or as brave as Reiter's system. Probability logic gives a decision-theory-based nonmonotonic reasoning system a rich possible-worlds semantics. The form of the conclusions is or P(S e) > b -, P (S e) > b, where S is the sentence in question, e is the current knowledge (evidence), b is the break.even probability determined from the payoff. The system has all the desired properties (if the proof theory of its probability logic is sound), so provides insight into nonmonotonic reasoning, an important facet of intelligent behavior. Acknowledgments This work was supported in part by the Office ofn a val Research under grantnooo K Thanks also to Larry Rendell, Peter Cheeseman, Marianne Winslett for their valuable comments on an early version of this paper. 203

8 REFERENCES Cheeseman, P. (1985). n defense of probability. n Proc./JCAJ-85. Dowty, D.R., Wall, R.E., & Peters, S. (1981). ntroduction to Montague Semantics. Dordrecht, Holl: Deidel Publishing. Doyle, J. (1983). A truth maintenance system. Artificial ntelligence, 12, Dubois, D. &Prade, H. (1988). Default reasoning possibilitytheory.artificiallntelligence, 35, Farreny, H. & Prade, H. (1986). Default inexact reasoning with possibility degrees. Tran. on Systems, Man, Cybernetics, 16, no. 2., Ferguson, T.S. (1967). Mathematical Statistics: A Decision Theoretic Approach. New York: Academic Press. Frisch, A.M. & Haddawy, P. (forthcoming). Probabilistic as a modal operator. Proc. of the Fourth Workshop on Uncertainty in Artificial ntelligence. Ginsberg, M.L. (1984). Non-monotonic reasoning usj.ng Dempster's rule. n Proc. AAA-84 (pp ). Ginsberg, M.L. (1985). Does probability have a place in non-monotonic reasoning? n Proc. /JCA-85 (pp ). Ginsberg, M.L. (1987). ntroduction of Readings in Nonmonotonic Reasoning, Los Altos, CA: Morgan Kaufmann Publishers. Kyburg, H.E. & Smolder, H.E. (1964). ntroduction of Studies in Subjective Probability. New York: John Wiley & Sons. Kyburg, H.E. (1970). Conjuctivitis. n M. Swain (Ed.), nduction, Acceptance, Rational Belief. Reidel. Levi,. (1980). The Enterprise of Knowledge. Cambridge, MA: MT Press. Lifschitz, V. (1987). Pointwise Circumscription (Technical Report). Stanford, CA: Stanford, University. Reprinted in M.L. Ginsberg (Ed.), Readings in Nonmonotonic Reasoning. Los Altos, CA: Morgan Kaufmann Publishers. McCarthy, J. & Hayes, P. (1969). Some philosophical problems from the stpoint of artificial intelligence. Machine ntelligence 4. Reprinted in B. Webber & N. Nilsson (Ed.), Readings in Artificial ntelligence. Tioga, McCarthy, J. (1980). Circumscription-- A fonn of non-monotonic reasoning. Artificial ntelligence, 13, McDermott, D. (1982). Non-monotonic logic. Journal ACM, 29, Moore, R.C. (1985). Semantical considerations on nonmonotonic logic. Artificial ntelligence, 25, Nilsson, N. (1986). Probabilistic logic. Artificial ntelligence, 28. Pearl, J. (1987). Distributed revision of composite beliefs. Artificial/ ntelligence, 33, Reiter, R. & Criscuolo, G. (1981). On interacting defaults. Proc. /JCA-81 (pp ). Reiter, R. ( 1980). A Logic for Default Reasoning. Artificial ntelligence, 13, Rich, E. (1983). Default reasoning as likelihood reasoning. Proc. AAA-83 (pp ). Savage, L.J. (1954). The Foundations of Statistics. John Wiley & Sons. Yager, R.R. (1987). Using approximate reasoning to represent default knowledge. Artificial ntelligence, 31,

Limitations of Skeptical Default Reasoning. Department of Computer Science University of Manchester, Manchester M13 9PL, UK jens@cs.man.ac.

Limitations of Skeptical Default Reasoning. Department of Computer Science University of Manchester, Manchester M13 9PL, UK jens@cs.man.ac. 150 Limitations of Skeptical Default Reasoning J ens Doerpmund Department of Computer Science University of Manchester, Manchester M13 9PL, UK jens@cs.man.ac.uk Abstract Poole has shown that nonmonotonic

More information

Pascal is here expressing a kind of skepticism about the ability of human reason to deliver an answer to this question.

Pascal is here expressing a kind of skepticism about the ability of human reason to deliver an answer to this question. Pascal s wager So far we have discussed a number of arguments for or against the existence of God. In the reading for today, Pascal asks not Does God exist? but Should we believe in God? What is distinctive

More information

When Betting Odds and Credences Come Apart: More Worries for Dutch Book Arguments

When Betting Odds and Credences Come Apart: More Worries for Dutch Book Arguments When Betting Odds and Credences Come Apart: More Worries for Dutch Book Arguments Darren BRADLEY and Hannes LEITGEB If an agent believes that the probability of E being true is 1/2, should she accept a

More information

Here are Rabinowicz s two theses:

Here are Rabinowicz s two theses: DELIBERATION DOES CROWD OUT PREDICTION Isaac Levi John Dewey Professor of Philosophy Emeritus Columbia University, New York, NY 10027 levi@columbia.edu Wlodek Rabinowicz (2002) has challenged the thesis

More information

SEARCHING AND KNOWLEDGE REPRESENTATION. Angel Garrido

SEARCHING AND KNOWLEDGE REPRESENTATION. Angel Garrido Acta Universitatis Apulensis ISSN: 1582-5329 No. 30/2012 pp. 147-152 SEARCHING AND KNOWLEDGE REPRESENTATION Angel Garrido ABSTRACT. The procedures of searching of solutions of problems, in Artificial Intelligence

More information

Lecture 8 The Subjective Theory of Betting on Theories

Lecture 8 The Subjective Theory of Betting on Theories Lecture 8 The Subjective Theory of Betting on Theories Patrick Maher Philosophy 517 Spring 2007 Introduction The subjective theory of probability holds that the laws of probability are laws that rational

More information

A Few Basics of Probability

A Few Basics of Probability A Few Basics of Probability Philosophy 57 Spring, 2004 1 Introduction This handout distinguishes between inductive and deductive logic, and then introduces probability, a concept essential to the study

More information

Degrees of Truth: the formal logic of classical and quantum probabilities as well as fuzzy sets.

Degrees of Truth: the formal logic of classical and quantum probabilities as well as fuzzy sets. Degrees of Truth: the formal logic of classical and quantum probabilities as well as fuzzy sets. Logic is the study of reasoning. A language of propositions is fundamental to this study as well as true

More information

WHAT ARE MATHEMATICAL PROOFS AND WHY THEY ARE IMPORTANT?

WHAT ARE MATHEMATICAL PROOFS AND WHY THEY ARE IMPORTANT? WHAT ARE MATHEMATICAL PROOFS AND WHY THEY ARE IMPORTANT? introduction Many students seem to have trouble with the notion of a mathematical proof. People that come to a course like Math 216, who certainly

More information

CHAPTER 7 GENERAL PROOF SYSTEMS

CHAPTER 7 GENERAL PROOF SYSTEMS CHAPTER 7 GENERAL PROOF SYSTEMS 1 Introduction Proof systems are built to prove statements. They can be thought as an inference machine with special statements, called provable statements, or sometimes

More information

1. Probabilities lie between 0 and 1 inclusive. 2. Certainty implies unity probability. 3. Probabilities of exclusive events add. 4. Bayes s rule.

1. Probabilities lie between 0 and 1 inclusive. 2. Certainty implies unity probability. 3. Probabilities of exclusive events add. 4. Bayes s rule. Probabilities as betting odds and the Dutch book Carlton M. Caves 2000 June 24 Substantially modified 2001 September 6 Minor modifications 2001 November 30 Material on the lottery-ticket approach added

More information

Review. Bayesianism and Reliability. Today s Class

Review. Bayesianism and Reliability. Today s Class Review Bayesianism and Reliability Models and Simulations in Philosophy April 14th, 2014 Last Class: Difference between individual and social epistemology Why simulations are particularly useful for social

More information

The epistemic structure of de Finetti s betting problem

The epistemic structure of de Finetti s betting problem The epistemic structure of de Finetti s betting problem Tommaso Flaminio 1 and Hykel Hosni 2 1 IIIA - CSIC Campus de la Univ. Autònoma de Barcelona s/n 08193 Bellaterra, Spain. Email: tommaso@iiia.csic.es

More information

Belief and Degrees of Belief

Belief and Degrees of Belief Belief and Degrees of Belief Franz Huber Formal Epistemology Research Group Zukunftskolleg and Department of Philosophy University of Konstanz, Germany Contents 1 Introduction 2 2 The Objects of Belief

More information

Ph.D. Research Proposal

Ph.D. Research Proposal Ph.D. Research Proposal Doctoral Program in Information Science and Technology

More information

Lecture 13 of 41. More Propositional and Predicate Logic

Lecture 13 of 41. More Propositional and Predicate Logic Lecture 13 of 41 More Propositional and Predicate Logic Monday, 20 September 2004 William H. Hsu, KSU http://www.kddresearch.org http://www.cis.ksu.edu/~bhsu Reading: Sections 8.1-8.3, Russell and Norvig

More information

Subjective Probability and Lower and Upper Prevision: a New Understanding

Subjective Probability and Lower and Upper Prevision: a New Understanding Subjective Probability and Lower and Upper Prevision: a New Understanding G. SHAFER Rutgers Business School Newark & New Brunswick, NJ, USA P. R. GILLETT Rutgers Business School Newark & New Brunswick,

More information

Why Things Go Wrong: A Formal Theory of Causal Reasoning

Why Things Go Wrong: A Formal Theory of Causal Reasoning From: AAAI-88 Proceedings. Copyright 1988, AAAI (www.aaai.org). All rights reserved. Why Things Go Wrong: A Formal Theory of Causal Reasoning Leora Morgenstern and Lynn Andrea Stein Department of Computer

More information

Predicate logic Proofs Artificial intelligence. Predicate logic. SET07106 Mathematics for Software Engineering

Predicate logic Proofs Artificial intelligence. Predicate logic. SET07106 Mathematics for Software Engineering Predicate logic SET07106 Mathematics for Software Engineering School of Computing Edinburgh Napier University Module Leader: Uta Priss 2010 Copyright Edinburgh Napier University Predicate logic Slide 1/24

More information

Probability and statistics; Rehearsal for pattern recognition

Probability and statistics; Rehearsal for pattern recognition Probability and statistics; Rehearsal for pattern recognition Václav Hlaváč Czech Technical University in Prague Faculty of Electrical Engineering, Department of Cybernetics Center for Machine Perception

More information

General Philosophy. Dr Peter Millican, Hertford College. Lecture 3: Induction

General Philosophy. Dr Peter Millican, Hertford College. Lecture 3: Induction General Philosophy Dr Peter Millican, Hertford College Lecture 3: Induction Hume s s Fork 2 Enquiry IV starts with a vital distinction between types of proposition: Relations of ideas can be known a priori

More information

! Insurance and Gambling

! Insurance and Gambling 2009-8-18 0 Insurance and Gambling Eric Hehner Gambling works as follows. You pay some money to the house. Then a random event is observed; it may be the roll of some dice, the draw of some cards, or the

More information

Belief and Degrees of Belief

Belief and Degrees of Belief Belief and Degrees of Belief Franz Huber, California Institute of Technology Draft June 12, 2006 Contents 1 Introduction 2 2 The Objects of Belief 3 3 Theories of Degrees of Belief 4 3.1 Subjective Probabilities.......................

More information

Question 1 Formatted: Formatted: Formatted: Formatted:

Question 1 Formatted: Formatted: Formatted: Formatted: In many situations in life, we are presented with opportunities to evaluate probabilities of events occurring and make judgments and decisions from this information. In this paper, we will explore four

More information

Iterated Dynamic Belief Revision. Sonja Smets, University of Groningen. website: http://www.vub.ac.be/clwf/ss

Iterated Dynamic Belief Revision. Sonja Smets, University of Groningen. website: http://www.vub.ac.be/clwf/ss LSE-Groningen Workshop I 1 Iterated Dynamic Belief Revision Sonja Smets, University of Groningen website: http://www.vub.ac.be/clwf/ss Joint work with Alexandru Baltag, COMLAB, Oxford University LSE-Groningen

More information

COMPUTATIONAL METHODS FOR A MATHEMATICAL THEORY OF EVIDENCE

COMPUTATIONAL METHODS FOR A MATHEMATICAL THEORY OF EVIDENCE COMPUTATIONAL METHODS FOR A MATHEMATICAL THEORY OF EVIDENCE Jeffrey A. Barnett USC/lnformation Sciences Institute ABSTRACT: Many knowledge-based expert systems employ numerical schemes to represent evidence,

More information

Appendix B Data Quality Dimensions

Appendix B Data Quality Dimensions Appendix B Data Quality Dimensions Purpose Dimensions of data quality are fundamental to understanding how to improve data. This appendix summarizes, in chronological order of publication, three foundational

More information

THE CENTRAL LIMIT THEOREM TORONTO

THE CENTRAL LIMIT THEOREM TORONTO THE CENTRAL LIMIT THEOREM DANIEL RÜDT UNIVERSITY OF TORONTO MARCH, 2010 Contents 1 Introduction 1 2 Mathematical Background 3 3 The Central Limit Theorem 4 4 Examples 4 4.1 Roulette......................................

More information

The Random-World Approach to Alternative Belief

The Random-World Approach to Alternative Belief From Statistical Knowledge Bases to Degrees of Belief Fahiem Bacchus Computer Science Dept. University ofwaterloo Waterloo, Ontario Canada, N2L 3G1 fbacchus@logos.uwaterloo.ca Joseph Y. Halpern IBM Almaden

More information

Data Validation with OWL Integrity Constraints

Data Validation with OWL Integrity Constraints Data Validation with OWL Integrity Constraints (Extended Abstract) Evren Sirin Clark & Parsia, LLC, Washington, DC, USA evren@clarkparsia.com Abstract. Data validation is an important part of data integration

More information

IS YOUR DATA WAREHOUSE SUCCESSFUL? Developing a Data Warehouse Process that responds to the needs of the Enterprise.

IS YOUR DATA WAREHOUSE SUCCESSFUL? Developing a Data Warehouse Process that responds to the needs of the Enterprise. IS YOUR DATA WAREHOUSE SUCCESSFUL? Developing a Data Warehouse Process that responds to the needs of the Enterprise. Peter R. Welbrock Smith-Hanley Consulting Group Philadelphia, PA ABSTRACT Developing

More information

better off than the subjective Bayesian or vice versa

better off than the subjective Bayesian or vice versa 359 Choosing Among Interpretations of Probability Henry E. Kyburg, Jr. Philosophy and Computer Science University of Rochester Rochester, NY 14627, USA Choh Man Teng Computer Science and Engineering University

More information

Decision Theory. 36.1 Rational prospecting

Decision Theory. 36.1 Rational prospecting 36 Decision Theory Decision theory is trivial, apart from computational details (just like playing chess!). You have a choice of various actions, a. The world may be in one of many states x; which one

More information

Description. Time and place. Office, phones, etc. Spring Semester, 2005 Instructor: J. Horty. PHIL 858: Revising and Combining Beliefs

Description. Time and place. Office, phones, etc. Spring Semester, 2005 Instructor: J. Horty. PHIL 858: Revising and Combining Beliefs Spring Semester, 2005 Instructor: J. Horty PHIL 858: Revising and Combining Beliefs Description This seminar focuses on the related problems of belief revision (revising beliefs with new, possibly conflicting

More information

Mathematical Induction

Mathematical Induction Mathematical Induction In logic, we often want to prove that every member of an infinite set has some feature. E.g., we would like to show: N 1 : is a number 1 : has the feature Φ ( x)(n 1 x! 1 x) How

More information

arxiv:1112.0829v1 [math.pr] 5 Dec 2011

arxiv:1112.0829v1 [math.pr] 5 Dec 2011 How Not to Win a Million Dollars: A Counterexample to a Conjecture of L. Breiman Thomas P. Hayes arxiv:1112.0829v1 [math.pr] 5 Dec 2011 Abstract Consider a gambling game in which we are allowed to repeatedly

More information

Game Theory 1. Introduction

Game Theory 1. Introduction Game Theory 1. Introduction Dmitry Potapov CERN What is Game Theory? Game theory is about interactions among agents that are self-interested I ll use agent and player synonymously Self-interested: Each

More information

Economics 1011a: Intermediate Microeconomics

Economics 1011a: Intermediate Microeconomics Lecture 12: More Uncertainty Economics 1011a: Intermediate Microeconomics Lecture 12: More on Uncertainty Thursday, October 23, 2008 Last class we introduced choice under uncertainty. Today we will explore

More information

Discrete Mathematics and Probability Theory Fall 2009 Satish Rao, David Tse Note 2

Discrete Mathematics and Probability Theory Fall 2009 Satish Rao, David Tse Note 2 CS 70 Discrete Mathematics and Probability Theory Fall 2009 Satish Rao, David Tse Note 2 Proofs Intuitively, the concept of proof should already be familiar We all like to assert things, and few of us

More information

3. Mathematical Induction

3. Mathematical Induction 3. MATHEMATICAL INDUCTION 83 3. Mathematical Induction 3.1. First Principle of Mathematical Induction. Let P (n) be a predicate with domain of discourse (over) the natural numbers N = {0, 1,,...}. If (1)

More information

Removing Partial Inconsistency in Valuation- Based Systems*

Removing Partial Inconsistency in Valuation- Based Systems* Removing Partial Inconsistency in Valuation- Based Systems* Luis M. de Campos and Serafín Moral Departamento de Ciencias de la Computación e I.A., Universidad de Granada, 18071 Granada, Spain This paper

More information

The Classes P and NP

The Classes P and NP The Classes P and NP We now shift gears slightly and restrict our attention to the examination of two families of problems which are very important to computer scientists. These families constitute the

More information

MA651 Topology. Lecture 6. Separation Axioms.

MA651 Topology. Lecture 6. Separation Axioms. MA651 Topology. Lecture 6. Separation Axioms. This text is based on the following books: Fundamental concepts of topology by Peter O Neil Elements of Mathematics: General Topology by Nicolas Bourbaki Counterexamples

More information

Artificial Intelligence

Artificial Intelligence Artificial Intelligence ICS461 Fall 2010 1 Lecture #12B More Representations Outline Logics Rules Frames Nancy E. Reed nreed@hawaii.edu 2 Representation Agents deal with knowledge (data) Facts (believe

More information

each college c i C has a capacity q i - the maximum number of students it will admit

each college c i C has a capacity q i - the maximum number of students it will admit n colleges in a set C, m applicants in a set A, where m is much larger than n. each college c i C has a capacity q i - the maximum number of students it will admit each college c i has a strict order i

More information

FINANCIAL ECONOMICS OPTION PRICING

FINANCIAL ECONOMICS OPTION PRICING OPTION PRICING Options are contingency contracts that specify payoffs if stock prices reach specified levels. A call option is the right to buy a stock at a specified price, X, called the strike price.

More information

Section 7C: The Law of Large Numbers

Section 7C: The Law of Large Numbers Section 7C: The Law of Large Numbers Example. You flip a coin 00 times. Suppose the coin is fair. How many times would you expect to get heads? tails? One would expect a fair coin to come up heads half

More information

The Cable Guy Paradox

The Cable Guy Paradox The Cable Guy Paradox Alan Hájek Analysis, Vol 65. No. 4, April 2005 The Cable Guy is coming. You have to be home in order for him to install your new cable service, but to your chagrin he cannot tell

More information

CHAPTER 3. Methods of Proofs. 1. Logical Arguments and Formal Proofs

CHAPTER 3. Methods of Proofs. 1. Logical Arguments and Formal Proofs CHAPTER 3 Methods of Proofs 1. Logical Arguments and Formal Proofs 1.1. Basic Terminology. An axiom is a statement that is given to be true. A rule of inference is a logical rule that is used to deduce

More information

Decision Making under Uncertainty

Decision Making under Uncertainty 6.825 Techniques in Artificial Intelligence Decision Making under Uncertainty How to make one decision in the face of uncertainty Lecture 19 1 In the next two lectures, we ll look at the question of how

More information

Logic and Reasoning Practice Final Exam Spring 2015. Section Number

Logic and Reasoning Practice Final Exam Spring 2015. Section Number Logic and Reasoning Practice Final Exam Spring 2015 Name Section Number The final examination is worth 100 points. 1. (5 points) What is an argument? Explain what is meant when one says that logic is the

More information

Phantom bonuses. November 22, 2004

Phantom bonuses. November 22, 2004 Phantom bonuses November 22, 2004 1 Introduction The game is defined by a list of payouts u 1, u 2,..., u l, and a list of probabilities p 1, p 2,..., p l, p i = 1. We allow u i to be rational numbers,

More information

6.254 : Game Theory with Engineering Applications Lecture 2: Strategic Form Games

6.254 : Game Theory with Engineering Applications Lecture 2: Strategic Form Games 6.254 : Game Theory with Engineering Applications Lecture 2: Strategic Form Games Asu Ozdaglar MIT February 4, 2009 1 Introduction Outline Decisions, utility maximization Strategic form games Best responses

More information

MONEY MANAGEMENT. Guy Bower delves into a topic every trader should endeavour to master - money management.

MONEY MANAGEMENT. Guy Bower delves into a topic every trader should endeavour to master - money management. MONEY MANAGEMENT Guy Bower delves into a topic every trader should endeavour to master - money management. Many of us have read Jack Schwager s Market Wizards books at least once. As you may recall it

More information

Scientific Reasoning: A Solution to the Problem of Induction

Scientific Reasoning: A Solution to the Problem of Induction International Journal of Basic & Applied Sciences IJBAS-IJENS Vol:10 No:03 49 Scientific Reasoning: A Solution to the Problem of Induction Wilayat Khan and Habib Ullah COMSATS Institute of Information

More information

Artificial Intelligence in Knowledge-based Technologies and Systems

Artificial Intelligence in Knowledge-based Technologies and Systems Computer Science and Information Technology 4(1): 27-32, 2016 DOI: 10.13189/csit.2016.040105 http://www.hrpub.org Artificial Intelligence in Knowledge-based Technologies and Systems Viktor Krasnoproshin

More information

Rules, RIF and RuleML

Rules, RIF and RuleML Rules, RIF and RuleML Rule Knowledge l Rules generalize facts by making them conditional on other facts (often via chaining through further rules) l Rules generalize taxonomies via multiple premises, n-ary

More information

Gambling Systems and Multiplication-Invariant Measures

Gambling Systems and Multiplication-Invariant Measures Gambling Systems and Multiplication-Invariant Measures by Jeffrey S. Rosenthal* and Peter O. Schwartz** (May 28, 997.. Introduction. This short paper describes a surprising connection between two previously

More information

I d Rather Stay Stupid: The Advantage of Having Low Utility

I d Rather Stay Stupid: The Advantage of Having Low Utility I d Rather Stay Stupid: The Advantage of Having Low Utility Lior Seeman Department of Computer Science Cornell University lseeman@cs.cornell.edu Abstract Motivated by cost of computation in game theory,

More information

Things That Might Not Have Been Michael Nelson University of California at Riverside mnelson@ucr.edu

Things That Might Not Have Been Michael Nelson University of California at Riverside mnelson@ucr.edu Things That Might Not Have Been Michael Nelson University of California at Riverside mnelson@ucr.edu Quantified Modal Logic (QML), to echo Arthur Prior, is haunted by the myth of necessary existence. Features

More information

Statistics 100A Homework 4 Solutions

Statistics 100A Homework 4 Solutions Chapter 4 Statistics 00A Homework 4 Solutions Ryan Rosario 39. A ball is drawn from an urn containing 3 white and 3 black balls. After the ball is drawn, it is then replaced and another ball is drawn.

More information

The compositional semantics of same

The compositional semantics of same The compositional semantics of same Mike Solomon Amherst College Abstract Barker (2007) proposes the first strictly compositional semantic analysis of internal same. I show that Barker s analysis fails

More information

On the Paradox of the Question

On the Paradox of the Question On the Paradox of the Question Theodore Sider Analysis 57 (1997): 97 101 Ned Markosian (1997) tells a story in which philosophers have an opportunity to ask an angel a single question. In order to circumvent

More information

Phil 420: Metaphysics Spring 2008. [Handout 4] Hilary Putnam: Why There Isn t A Ready-Made World

Phil 420: Metaphysics Spring 2008. [Handout 4] Hilary Putnam: Why There Isn t A Ready-Made World 1 Putnam s Main Theses: 1. There is no ready-made world. Phil 420: Metaphysics Spring 2008 [Handout 4] Hilary Putnam: Why There Isn t A Ready-Made World * [A ready-made world]: The world itself has to

More information

Theory of Automated Reasoning An Introduction. Antti-Juhani Kaijanaho

Theory of Automated Reasoning An Introduction. Antti-Juhani Kaijanaho Theory of Automated Reasoning An Introduction Antti-Juhani Kaijanaho Intended as compulsory reading for the Spring 2004 course on Automated Reasononing at Department of Mathematical Information Technology,

More information

INCIDENCE-BETWEENNESS GEOMETRY

INCIDENCE-BETWEENNESS GEOMETRY INCIDENCE-BETWEENNESS GEOMETRY MATH 410, CSUSM. SPRING 2008. PROFESSOR AITKEN This document covers the geometry that can be developed with just the axioms related to incidence and betweenness. The full

More information

Theorem (informal statement): There are no extendible methods in David Chalmers s sense unless P = NP.

Theorem (informal statement): There are no extendible methods in David Chalmers s sense unless P = NP. Theorem (informal statement): There are no extendible methods in David Chalmers s sense unless P = NP. Explication: In his paper, The Singularity: A philosophical analysis, David Chalmers defines an extendible

More information

No-Betting Pareto Dominance

No-Betting Pareto Dominance No-Betting Pareto Dominance Itzhak Gilboa, Larry Samuelson and David Schmeidler HEC Paris/Tel Aviv Yale Interdisciplinary Center Herzlyia/Tel Aviv/Ohio State May, 2014 I. Introduction I.1 Trade Suppose

More information

stefanwintein-at-gmail-dot-com Adress: Personalia 6-6-1979, Middelburg, Netherlands.

stefanwintein-at-gmail-dot-com Adress: Personalia 6-6-1979, Middelburg, Netherlands. Stefan Wintein Curriculum vitae Contact Information Mobile: +31641470624 E-mail: stefanwintein-at-gmail-dot-com Adress: van Enckevoirtlaan 87, 3052KR, Rotterdam. Webpage: stefanwintein.webklik.nl Personalia

More information

x a x 2 (1 + x 2 ) n.

x a x 2 (1 + x 2 ) n. Limits and continuity Suppose that we have a function f : R R. Let a R. We say that f(x) tends to the limit l as x tends to a; lim f(x) = l ; x a if, given any real number ɛ > 0, there exists a real number

More information

Find an expected value involving two events. Find an expected value involving multiple events. Use expected value to make investment decisions.

Find an expected value involving two events. Find an expected value involving multiple events. Use expected value to make investment decisions. 374 Chapter 8 The Mathematics of Likelihood 8.3 Expected Value Find an expected value involving two events. Find an expected value involving multiple events. Use expected value to make investment decisions.

More information

Which Semantics for Neighbourhood Semantics?

Which Semantics for Neighbourhood Semantics? Which Semantics for Neighbourhood Semantics? Carlos Areces INRIA Nancy, Grand Est, France Diego Figueira INRIA, LSV, ENS Cachan, France Abstract In this article we discuss two alternative proposals for

More information

AMS 5 CHANCE VARIABILITY

AMS 5 CHANCE VARIABILITY AMS 5 CHANCE VARIABILITY The Law of Averages When tossing a fair coin the chances of tails and heads are the same: 50% and 50%. So if the coin is tossed a large number of times, the number of heads and

More information

Handout #1: Mathematical Reasoning

Handout #1: Mathematical Reasoning Math 101 Rumbos Spring 2010 1 Handout #1: Mathematical Reasoning 1 Propositional Logic A proposition is a mathematical statement that it is either true or false; that is, a statement whose certainty or

More information

EFFICIENT KNOWLEDGE BASE MANAGEMENT IN DCSP

EFFICIENT KNOWLEDGE BASE MANAGEMENT IN DCSP EFFICIENT KNOWLEDGE BASE MANAGEMENT IN DCSP Hong Jiang Mathematics & Computer Science Department, Benedict College, USA jiangh@benedict.edu ABSTRACT DCSP (Distributed Constraint Satisfaction Problem) has

More information

Does rationality consist in responding correctly to reasons? John Broome Journal of Moral Philosophy, 4 (2007), pp. 349 74.

Does rationality consist in responding correctly to reasons? John Broome Journal of Moral Philosophy, 4 (2007), pp. 349 74. Does rationality consist in responding correctly to reasons? John Broome Journal of Moral Philosophy, 4 (2007), pp. 349 74. 1. Rationality and responding to reasons Some philosophers think that rationality

More information

INTRODUCTORY SET THEORY

INTRODUCTORY SET THEORY M.Sc. program in mathematics INTRODUCTORY SET THEORY Katalin Károlyi Department of Applied Analysis, Eötvös Loránd University H-1088 Budapest, Múzeum krt. 6-8. CONTENTS 1. SETS Set, equal sets, subset,

More information

A Survey of Belief Revision on Reputation Management. Yao Yanjun a73482

A Survey of Belief Revision on Reputation Management. Yao Yanjun a73482 A Survey of Belief Revision on Reputation Management Yao Yanjun a73482 Agenda Introduction The AGM Belief Revision Framework expansion revision contraction The Probability Algorithms A Model in a Multi-agent

More information

Extending the Role of Causality in Probabilistic Modeling

Extending the Role of Causality in Probabilistic Modeling Extending the Role of Causality in Probabilistic Modeling Joost Vennekens, Marc Denecker, Maurice Bruynooghe {joost, marcd, maurice}@cs.kuleuven.be K.U. Leuven, Belgium Causality Causality is central concept

More information

Some Research Problems in Uncertainty Theory

Some Research Problems in Uncertainty Theory Journal of Uncertain Systems Vol.3, No.1, pp.3-10, 2009 Online at: www.jus.org.uk Some Research Problems in Uncertainty Theory aoding Liu Uncertainty Theory Laboratory, Department of Mathematical Sciences

More information

Chapter 14 Managing Operational Risks with Bayesian Networks

Chapter 14 Managing Operational Risks with Bayesian Networks Chapter 14 Managing Operational Risks with Bayesian Networks Carol Alexander This chapter introduces Bayesian belief and decision networks as quantitative management tools for operational risks. Bayesian

More information

A Dutch Book for Group Decision-Making?

A Dutch Book for Group Decision-Making? A Dutch Book for Group Decision-Making? Forthcoming in Benedikt Löwe, Eric Pacuit, Jan-Willem Romeijn (eds.) Foundations of the Formal Sciences VI--Reasoning about Probabilities and Probabilistic Reasoning.

More information

Incorporating Evidence in Bayesian networks with the Select Operator

Incorporating Evidence in Bayesian networks with the Select Operator Incorporating Evidence in Bayesian networks with the Select Operator C.J. Butz and F. Fang Department of Computer Science, University of Regina Regina, Saskatchewan, Canada SAS 0A2 {butz, fang11fa}@cs.uregina.ca

More information

Betting interpretations of probability

Betting interpretations of probability Betting interpretations of probability Glenn Shafer June 21, 2010 Third Workshop on Game-Theoretic Probability and Related Topics Royal Holloway, University of London 1 Outline 1. Probability began with

More information

Self-locating belief and the Sleeping Beauty problem

Self-locating belief and the Sleeping Beauty problem Self-locating belief and the Sleeping Beauty problem Adam Elga Analysis, 60(2): 143-147, 2000. In addition to being uncertain about what the world is like, one can also be uncertain about one s own spatial

More information

Correspondence analysis for strong three-valued logic

Correspondence analysis for strong three-valued logic Correspondence analysis for strong three-valued logic A. Tamminga abstract. I apply Kooi and Tamminga s (2012) idea of correspondence analysis for many-valued logics to strong three-valued logic (K 3 ).

More information

A THEORETICAL ANALYSIS OF THE MECHANISMS OF COMPETITION IN THE GAMBLING MARKET

A THEORETICAL ANALYSIS OF THE MECHANISMS OF COMPETITION IN THE GAMBLING MARKET A THEORETICAL ANALYSIS OF THE MECHANISMS OF COMPETITION IN THE GAMBLING MARKET RORY MCSTAY Senior Freshman In this essay, Rory McStay describes the the effects of information asymmetries in the gambling

More information

Measuring Assurance Case Confidence using Baconian Probabilities

Measuring Assurance Case Confidence using Baconian Probabilities Measuring Assurance Case Confidence using Baconian Probabilities Charles B. Weinstock, John B. Goodenough, Ari Z. Klein Software Engineering Institute Carnegie Mellon University Pittsburgh, PA, USA weinstock

More information

Quine on truth by convention

Quine on truth by convention Quine on truth by convention March 8, 2005 1 Linguistic explanations of necessity and the a priori.............. 1 2 Relative and absolute truth by definition.................... 2 3 Is logic true by convention?...........................

More information

Trust but Verify: Authorization for Web Services. The University of Vermont

Trust but Verify: Authorization for Web Services. The University of Vermont Trust but Verify: Authorization for Web Services Christian Skalka X. Sean Wang The University of Vermont Trust but Verify (TbV) Reliable, practical authorization for web service invocation. Securing complex

More information

Notes. futures market does not by itself have any effect on the spot market. It affects current price only to the extent that

Notes. futures market does not by itself have any effect on the spot market. It affects current price only to the extent that In Defense of Destabilizing Speculation * by Milton Friedman In Essays in Economics and Econometrics, edited by Ralph W. Pfouts, pp. 133-141. Chapel Hill: University of North Carolina Press, 1960. University

More information

Measuring the strategic value of Customer Data Integration

Measuring the strategic value of Customer Data Integration An Experian white paper August 2008 The economics There is little doubt that customer-centricity has become a strategic battlefront in business. This momentum continues to grow as the timescales from innovation

More information

Probability and Expected Value

Probability and Expected Value Probability and Expected Value This handout provides an introduction to probability and expected value. Some of you may already be familiar with some of these topics. Probability and expected value are

More information

Software Verification and System Assurance

Software Verification and System Assurance Software Verification and System Assurance John Rushby Based on joint work with Bev Littlewood (City University UK) Computer Science Laboratory SRI International Menlo Park CA USA John Rushby, SR I Verification

More information

A simple algorithm with no simple verication

A simple algorithm with no simple verication A simple algorithm with no simple verication Laszlo Csirmaz Central European University Abstract The correctness of a simple sorting algorithm is resented, which algorithm is \evidently wrong" at the rst

More information

How To Know If A Public Relations Practitioner Is Lying

How To Know If A Public Relations Practitioner Is Lying Teaching Public Relations Published by the Public Relations Division of the Association for Education in Journalism and Mass Communication. Edited by Professor Todd Hunt, Rutgers University No. 33, November

More information

DEDUCTIVE & INDUCTIVE REASONING

DEDUCTIVE & INDUCTIVE REASONING DEDUCTIVE & INDUCTIVE REASONING Expectations 1. Take notes on inductive and deductive reasoning. 2. This is an information based presentation -- I simply want you to be able to apply this information to

More information

An example of a computable

An example of a computable An example of a computable absolutely normal number Verónica Becher Santiago Figueira Abstract The first example of an absolutely normal number was given by Sierpinski in 96, twenty years before the concept

More information

white paper Challenges to Target Funds James Breen, President, Horizon Fiduciary Services

white paper Challenges to Target Funds James Breen, President, Horizon Fiduciary Services Challenges to Target Funds James Breen, President, Horizon Fiduciary Services Since their invention in the early 1990 s Target Date Funds have become a very popular investment vehicle, particularly with

More information

Moral Hazard. Itay Goldstein. Wharton School, University of Pennsylvania

Moral Hazard. Itay Goldstein. Wharton School, University of Pennsylvania Moral Hazard Itay Goldstein Wharton School, University of Pennsylvania 1 Principal-Agent Problem Basic problem in corporate finance: separation of ownership and control: o The owners of the firm are typically

More information