A Computationally Generated Ontological Argument Based on Spinoza s The Ethics: Part 2

Size: px
Start display at page:

Download "A Computationally Generated Ontological Argument Based on Spinoza s The Ethics: Part 2"

Transcription

1 A Computationally Generated Ontological Argument Based on Spinoza s The Ethics: Part 2 Jack K. Horner PO Box 266, Los Alamos NM jhorner@cybermesa.com ICAI 2014 Abstract The comments accompanying Proposition (Prop.) 11 ( God... necessarily exists ) in Part I of Spinoza s The Ethics contain sketches of at least three distinct ontological arguments. The first of these is suspiciously short. But worse is true: even the proposition "God exists" (GE), an implication of Prop. 11, cannot be derived from the definitions and axioms of Part I (the "DAPI") of The Ethics; thus, Prop. 11 cannot be derived from the DAPI, either. In a companion paper, I describe an automated first-order model-generator for the DAPI of The Ethics and use it to prove that Prop. 11 is independent of those definitions and axioms. In this paper, I augment the DAPI with some auxiliary assumptions that I believe Spinoza would accept and which sustain an automated derivation of (GE). The analysis demonstrates how an automated deduction system can augment traditional methods of textual exegesis. Keywords: automated deduction, textual exegesis, Spinoza 1.0 Introduction There are two objectives of this paper. The first is to explore some aspects of the validity, that is, whether there is a derivation that follows by inference rules alone from the premises of an argument of interest, of one of Spinoza's arguments for Prop. 11 ([1]). The second is to demonstrate how an automated deduction system can augment traditional methods of textual exegesis. I take no position on whether any proposition in [1] is true. Ontological arguments are arguments for the claim that (GE) God exists based on premises which purport to derive from some source other than observation of the world ([11]), that is, from reason alone. They have a long history in the philosophical literature, extending to at least Anselm ([12]). The comments accompanying Prop. 11 ( God, or substance, consisting of infinite attributes, of which each expresses eternal and infinite essentiality, necessarily exists ) in Part I of Spinoza s The Ethics ([1]) contain sketches of at least three distinct ontological arguments. The first argument sketch of Proposition 11 in [1] (p. 51) is remarkably short. If we deny Proposition 11, Spinoza asserts, then we are claiming that God does not exist. But to deny God's existence, he continues, is to deny that God's

2 essence involves God's existence. That, however, is absurd, ([1], p. 48), he argues, by virtue of Prop. 7 ("Existence belongs to the nature of substances"). I argue in a companion paper that no derivation of Prop. 11 from the DAPI can succeed, because (GE), which is an implication of Prop. 11, cannot be derived from the DAPI. Here, I augment the DAPI with some plausible propositions I believe Spinoza would have accepted, and use that combination to derive (GE). 2.0 Method The method used in this paper to investigate the first argument sketch of Prop. 11 of [1] relies heavily on an automated deduction system (ADS, [2]). It is in some ways similar to the method of [3], which is likely to be the first published use of [2] in "conventional" philosophical literature. [2] and its predecessors have been widely used in mathematical logic applications (see, for example, [8], [9]) for at least two decades. prover9 ([2]) is a software first-order automated deduction framework that searches for derivations of given propositions, given a set of propositions. The script shown in Section 3.0 was executed on a Dell Inspiron 545 with an Intel Core2 Quad CPU Q GHz) and 8.00 GB RAM, running under the Windows Vista Home Premium /Cygwin operating environment. 3.0 Results Figure 1 shows the prover9 script used to derive (GE) from the DAPI conjoined with some plausible auxiliary assumptions formulas(assumptions). % DEFINITIONS % Definition of self-caused. SelfCaused(x) <-> ( EssenceInvExistence(x) & NatureConcOnlyByExistence(x) ) # label("definition I: self-caused"). % Definite of "finite after its kind". FiniteAfterItsKind(x) <-> ( CanBeLimitedBy(x,y) & SameKind(x,y) ) # label("definition II: finite after its kind"). % Definition of substance. Substance(x) <-> InItself(x) & CanBeConceivedThruItself(x) # label("definition III: substance"). % Definition of attribute. Attribute(x) <-> IntPercAsConstEssSub(x) # label("definition IV: attribute"). % Definition of mode. Mode(x) <-> ( ( Modification(x,y) & Substance(y) ) ( ExistsIn(x,y) & ConceivedThru(x,y)) ) # label("definition V: mode").

3 % Definition of God. God(x) <-> ( Being(x) & AbsolutelyInfinite(x) ) # label("definition VI: God"). % Definition of absolutely infinite. AbsolutelyInfinite(x) <-> ( Substance(x) & ConstInInfAttributes(x) & ( AttributeOf(y,x) -> ( ExpressesEternalEssentiality(y) & ExpressesInfiniteEssentiality(y) ) ) ) # label("definition VI: absolutely infinite"). % Definition of free. Free(x) <-> ( ExistsOnlyByNecessityOfOwnNature(x) & ( ActionOf(y,x) -> DeterminedBy(y,x) ) ) # label("definition VII: free"). % Definition of necessary. Necessary(x) <-> ( ( ExternalTo(y,x) & DeterminedByFixedMethod(x,y) & DeterminedByDefiniteMethod(x,y) ) & ( IsMethod(Action(y) IsMethodExistence(y) ) ) ) # label("definition VII: necessary"). % Definition of eternity. Eternity(x) <-> ExistConcFollowFromDefEternal(x) # label("definition VIII: eternity"). % AXIOMS % Axiom I. Everything which exists, exists either in itself % or in something else. Exists(x) <-> ( ExistsIn(x,x) (ExistsIn(x,y) & (x!= y) ) ) # label("axiom I"). % Axiom II. That which cannot be conceived through itself must % be conceived through something else. -( ConceivedThru(x,x) ) -> (ConceivedThru(x,y) & (x!= y) ) # label("axiom II"). % Axiom III. From a given definite cause an effect necessarily % follows; and, on the other hand, if no definite % cause be granted, it is impossible that an effect % can follow. DefiniteCause(x) -> ( EffectNecessarilyFollowsFrom(y,x) & ( -DefiniteCause(x) -> -EffectNecessarilyFollowsFrom(y,x) ) ) # label("axiom III"). % Axiom IV. The knowledge of an effect depends on and involves % the knowledge of a cause. KnowledgeOf(x,y) <-> IsACause(x,y) # label("axiom IV: The knowledge of an effect depends on and involves the knowledge of a cause"). % Axiom V. Things which have othing in common cannot be understood, % the one by the means of the other % the one by means of the other; the conception of one % does not involve the conception of the other. HaveNothingInCommon(x,y) -> ( (-CanBeUnderstoodInTermsOf(x,y) ) & (-CanBeUnderstoodInTermsOf(y,x) ) & ( -ConceptionInvolve(x,y) ) & (-ConceptionInvolves(y,x) ) ) # label("axiom V: Things which have nothing in common cannot be understood, the one by means of the other."). % Axiom VI. A true idea must correspond with its idea or object. TrueIdea(x) -> ( CorrespondWith(x,y) & ( IdeateOf(y,x) ObjectOf(y,x) ) ) # label("axiomvi").

4 % Axiom VII. If a thing can be conceived as non-existing, its % essence does not involve its existence. CanBeConceivedAsNonExisting(x) -> -EssenceInvExistence(x) # label("axiom VII"). % AUXILIARY ASSUMPTIONS (JKH added). Substance(x) -> Being(x) # label("auxiliary assumption 1: if x is a substance, x is a being"). (InItself(x) & CanBeConceivedThruItself(x)) -> (Modfication(y,x) -> PriorTo(x,y)) # label("auxiliary assumption 2: if x is in itself and can be conceived through itself, then if y is a modification of x, x is prior to y"). KnowledgeOf(x,y) -> CanBeUnderstoodInTermsOf(y,x) # label("auxiliary assumption 3: if x is knowledge of y, then y can be understood in terms of x"). InItself(x) -> SelfCaused(x) # label("auxiliary assumption 4: if x is in itself, x is self-caused"). HasInfiniteAttributes(x) -> EssenceInvExistence(x) # label("auxiliary assumption 5: if x has infinite attributes, x has the property that x's essence involves x's existence"). AbsolutelyInfinite(x) -> HasInfiniteAttributes(x) # label("auxiliary assumption 6: If x is absolutely infinite, then x has infinite attributes"). Being(x) -> HasEssence(x) # label("auxiliary assumption 7: If x has being, then x has essence"). (EssenceInvExistence(x) & HasEssence(x)) -> Exists(x) # label("auxiliary assumption 8: if the essence of x involves the existence of x and x has essence, then x exists"). end_of_list. formulas(goals). % Propositions XI. God exists. God(x) -> Exists(x) # label("proposition XI. God exists"). end_of_list. Figure 1. prover9 ([2]) script for generating a derivation of (GE) from the DAPI conjoined with some plausible auxiliary assumptions. For a detailed description of the prove9 syntax and semantics, see [2]. Figure 2 shows the derivation obtained by executing the script shown in Figure 1. ============================== Prover9 ===============================

5 Prover9 (32) version A, February Process 1080 was started by Owner on Owner-PC, Tue Dec 3 09:49: The command was "../bin/prover9". ============================== end of head ===========================... ============================== PROOF ================================= % Proof 1 at 0.06 (+ 0.01) seconds. % Length of proof is 27. % Level of proof is SelfCaused(x) <-> EssenceInvExistence(x) & NatureConcOnlyByExistence(x) # label("definition I: self-caused") # label(non_clause). [assumption]. 3 Substance(x) <-> InItself(x) & CanBeConceivedThruItself(x) # label("definition III: substance") # label(non_clause). [assumption]. 6 God(x) <-> Being(x) & AbsolutelyInfinite(x) # label("definition VI: God") # label(non_clause). [assumption]. 7 AbsolutelyInfinite(x) <-> Substance(x) & ConstInInfAttributes(x) & (AttributeOf(y,x) -> ExpressesEternalEssentiality(y) & ExpressesInfiniteEssentiality(y)) # label("definition VI: absolutely infinite") # label(non_clause). [assumption]. 21 InItself(x) -> SelfCaused(x) # label("auxiliary assumption 4: if x is in itself, x is selfcaused") # label(non_clause). [assumption]. 24 Being(x) -> HasEssence(x) # label("auxiliary assumption 7: If x has being, then x has essence") # label(non_clause). [assumption]. 25 EssenceInvExistence(x) & HasEssence(x) -> Exists(x) # label("auxiliary assumption 8: if the essence of x involves the existence of x and x has essence, then x exists") # label(non_clause). [assumption]. 26 God(x) -> Exists(x) # label("proposition XI. God exists") # label(non_clause) # label(goal). [goal]. 28 -SelfCaused(x) EssenceInvExistence(x) # label("definition I: self-caused"). [clausify(1)]. 30 -InItself(x) SelfCaused(x) # label("auxiliary assumption 4: if x is in itself, x is selfcaused"). [clausify(21)]. 35 -Substance(x) InItself(x) # label("definition III: substance"). [clausify(3)]. 40 -AbsolutelyInfinite(x) Substance(x) # label("definition VI: absolutely infinite"). [clausify(7)]. 64 -God(x) Being(x) # label("definition VI: God"). [clausify(6)]. 65 -God(x) AbsolutelyInfinite(x) # label("definition VI: God"). [clausify(6)]. 66 God(c1) # label("proposition XI. God exists"). [deny(26)]. 72 -AbsolutelyInfinite(x) InItself(x). [resolve(40,b,35,a)]. 80 AbsolutelyInfinite(c1). [resolve(66,a,65,a)]. 97 -InItself(x) EssenceInvExistence(x). [resolve(30,b,28,a)]. 113 InItself(c1). [resolve(80,a,72,a)] Being(x) HasEssence(x) # label("auxiliary assumption 7: If x has being, then x has essence"). [clausify(24)]. 129 Being(c1). [resolve(66,a,64,a)] EssenceInvExistence(x) -HasEssence(x) Exists(x) # label("auxiliary assumption 8: if the essence of x involves the existence of x and x has essence, then x exists"). [clausify(25)]. 138 EssenceInvExistence(c1). [resolve(113,a,97,a)] Exists(c1) # label("proposition XI. God exists"). [deny(26)]. 188 HasEssence(c1). [resolve(129,a,127,a)] HasEssence(c1) Exists(c1). [resolve(138,a,136,a)]. 192 $F. [copy(191),unit_del(a,188),unit_del(b,153)]. ============================== end of proof ========================== Figure 2. prover9 derivation of (GE) from the script shown in Figure 3. For further detail on the syntax and semantics of prover9, see [2]. The derivation shown in Figure 2 uses only three of the auxiliary assumptions of the script shown in Figure 1 (the other auxiliary assumptions are used in the derivation of

6 propositions not essential to the purposes of this paper): Auxiliary assumption 4: If x is in itself, x is self-caused Auxiliary assumption 7: If x is a being, then x has essence Auxiliary assumption 8: If the essence of x involves the existence of x and x has essence, then x exists. It is difficult to imagine any serious objection to any of these assumptions within the context of Spinoza's philosophy (in that context, they are arguably definitional), and I believe Spinoza would have accepted them. 4.0 Discussion and conclusions Sections 2.0 and 3.0 motivate at least two observations: 1. A companion paper shows that (GE) cannot be derived from the DAPI. Figure 2 shows that (GE) can be derived from the DAPI conjoined with a few plausible assumptions. 2. As [3] notes, an ADS can be a useful tool for augmentation of traditional methods of exegis. An ADS is not a panacea, of course. Indeed, there is no guarantee that an ADS will produce results of interest in a time we care to wait. That said, an ADS is often astonishingly good at providing insights that may not otherwise be obvious. 5.0 Acknowledgements This work benefited from discussions with Ed Zalta, Paul Oppenheimer, Paul Spade, Tom Oberdan, and Joe Van Zandt. For any infelicities that remain, I am solely responsible. 6.0 References [1] Spinoza. The Ethics (published posthumously, 1677). In Benedict de Spinoza. On the Improvement of the Understanding, The Ethics, Correspondence. Unabridged trans. by RHM Elwes (1883). Dover reprint, [2] McCune WW. prover9 and mace4. February [3] Oppenheimer P and E Zalta. A computationally-discovered simplification of the ontological argument. Australasian Journal of Philosophy 89/2 (2011), [4] Horner JK. spinoza_ethics, an automated deduction system for Part I of Spinoza's The Ethics Available from the author on request. [5] Chang CC and HJ Keisler. Model Theory. North-Holland [6] Kant. The Critique of Pure Reason. Trans. by N Kemp Smith. St. Martin's [7] Church A. Introduction to Mathematical Logic. Part I. Princeton [8] Journal of Automated Reasoning. Springer. [9] Horner JK. An automated deduction of implication-type-restricted Foulis-Holland theorems from orthomodular quantum logic. In eight parts. Proceedings of the 2013 International Conference on Artificial Intelligence. Las Vegas NV, July CSREA Press pp [10] Clarke AC. Rendezvous with Rama. Spectra

7 [11] Oppy G. Ontological Arguments. Stanford Encyclopedia of Philosophy [12] Anselm. Prosologion. Circa Trans. by SN Deane. In St. Anselm: Basic Writings. Second Edition. Open Court [13] Horn A. On sentences which are true of direct unions of algebras. Journal of Symbolic Logic 16 (1951), [14] Hennessy JL and DA Patterson. Computer Architecture: A Quantitative Approach. Fourth Edition. Morgan Kaufmann. 2007

In Part I of the ETHICS, Spinoza presents his central

In Part I of the ETHICS, Spinoza presents his central TWO PROBLEMS WITH SPINOZA S ARGUMENT FOR SUBSTANCE MONISM LAURA ANGELINA DELGADO * In Part I of the ETHICS, Spinoza presents his central metaphysical thesis that there is only one substance in the universe.

More information

5 A Modal Version of the

5 A Modal Version of the 5 A Modal Version of the Ontological Argument E. J. L O W E Moreland, J. P.; Sweis, Khaldoun A.; Meister, Chad V., Jul 01, 2013, Debating Christian Theism The original version of the ontological argument

More information

Module 5. Knowledge Representation and Logic (Propositional Logic) Version 2 CSE IIT, Kharagpur

Module 5. Knowledge Representation and Logic (Propositional Logic) Version 2 CSE IIT, Kharagpur Module 5 Knowledge Representation and Logic (Propositional Logic) Lesson 12 Propositional Logic inference rules 5.5 Rules of Inference Here are some examples of sound rules of inference. Each can be shown

More information

Spinoza and the Axiomatic Method. Ever since Euclid first laid out his geometry in the Elements, his axiomatic approach to

Spinoza and the Axiomatic Method. Ever since Euclid first laid out his geometry in the Elements, his axiomatic approach to Haruyama 1 Justin Haruyama Bryan Smith HON 213 17 April 2008 Spinoza and the Axiomatic Method Ever since Euclid first laid out his geometry in the Elements, his axiomatic approach to geometry has been

More information

Philosophy 203 History of Modern Western Philosophy. Russell Marcus Hamilton College Spring 2016

Philosophy 203 History of Modern Western Philosophy. Russell Marcus Hamilton College Spring 2016 Philosophy 203 History of Modern Western Philosophy Russell Marcus Hamilton College Spring 2016 Class #7 Finishing the Meditations Marcus, Modern Philosophy, Slide 1 Business # Today An exercise with your

More information

Logical Omniscience in the Many Agent Case

Logical Omniscience in the Many Agent Case Logical Omniscience in the Many Agent Case Rohit Parikh City University of New York July 25, 2007 Abstract: The problem of logical omniscience arises at two levels. One is the individual level, where an

More information

Table of x III. Modern Modal Ontological Arguments Norman Malcolm s argument Charles Hartshorne s argument A fly in the ointment? 86

Table of x III. Modern Modal Ontological Arguments Norman Malcolm s argument Charles Hartshorne s argument A fly in the ointment? 86 Table of Preface page xvii divinity I. God, god, and God 3 1. Existence and essence questions 3 2. Names in questions of existence and belief 4 3. Etymology and semantics 6 4. The core attitudinal conception

More information

Baruch Spinoza. Demonstrated in Geometric Order AND. III. Of the Origin and Nature of the Affects. IV. Of Human Bondage, or the Power of the Affects.

Baruch Spinoza. Demonstrated in Geometric Order AND. III. Of the Origin and Nature of the Affects. IV. Of Human Bondage, or the Power of the Affects. Title Page: Spinoza's Ethics / Elwes Translation Baruch Spinoza Ethics Demonstrated in Geometric Order DIVIDED INTO FIVE PARTS, I. Of God. WHICH TREAT AND II. Of the Nature and Origin of the Mind. III.

More information

Spinoza, Ethics 1 of 85 THE ETHICS. by Benedict de Spinoza (Ethica Ordine Geometrico Demonstrata) Translated from the Latin by R. H. M.

Spinoza, Ethics 1 of 85 THE ETHICS. by Benedict de Spinoza (Ethica Ordine Geometrico Demonstrata) Translated from the Latin by R. H. M. Spinoza, Ethics 1 of 85 THE ETHICS by Benedict de Spinoza (Ethica Ordine Geometrico Demonstrata) Translated from the Latin by R. H. M. Elwes PART I: CONCERNING GOD DEFINITIONS (1) By that which is self-caused

More information

Broad on Theological Arguments. I. The Ontological Argument

Broad on Theological Arguments. I. The Ontological Argument Broad on God Broad on Theological Arguments I. The Ontological Argument Sample Ontological Argument: Suppose that God is the most perfect or most excellent being. Consider two things: (1)An entity that

More information

On the epistemological status of mathematical objects in Plato s philosophical system

On the epistemological status of mathematical objects in Plato s philosophical system On the epistemological status of mathematical objects in Plato s philosophical system Floris T. van Vugt University College Utrecht University, The Netherlands October 22, 2003 Abstract The main question

More information

Predicate logic. Miguel Palomino Dpto. Sistemas Informáticos y Computación (UCM) Madrid Spain

Predicate logic. Miguel Palomino Dpto. Sistemas Informáticos y Computación (UCM) Madrid Spain Predicate logic Miguel Palomino Dpto. Sistemas Informáticos y Computación (UCM) 28040 Madrid Spain Synonyms. First-order logic. Question 1. Describe this discipline/sub-discipline, and some of its more

More information

Introduction to Philosophy

Introduction to Philosophy Introduction to Philosophy PHIL 2000--Call # 41480 Kent Baldner Teaching Assistant: Mitchell Winget Discussion sections ( Labs ) meet on Wednesdays, starting next Wednesday, Sept. 5 th. 10:00-10:50, 1115

More information

All They Know: A Study in Multi-Agent Autoepistemic Reasoning

All They Know: A Study in Multi-Agent Autoepistemic Reasoning All They Know: A Study in Multi-Agent Autoepistemic Reasoning PRELIMINARY REPORT Gerhard Lakemeyer Institute of Computer Science III University of Bonn Romerstr. 164 5300 Bonn 1, Germany gerhard@cs.uni-bonn.de

More information

DESCARTES ONTOLOGICAL PROOF: AN INTERPRETATION AND DEFENSE

DESCARTES ONTOLOGICAL PROOF: AN INTERPRETATION AND DEFENSE DESCARTES ONTOLOGICAL PROOF: AN INTERPRETATION AND DEFENSE STANISŁAW JUDYCKI University of Gdańsk Abstract. It is widely assumed among contemporary philosophers that Descartes version of ontological proof,

More information

Spinoza s Modal-Ontological Argument for Monism

Spinoza s Modal-Ontological Argument for Monism Spinoza s Modal-Ontological Argument for Monism One of Spinoza s clearest expressions of his monism is Ethics I P14, and its corollary 1. 1 The proposition reads: Except God, no substance can be or be

More information

The Ethics. Part I and II. Benedictus de Spinoza ************* Introduction

The Ethics. Part I and II. Benedictus de Spinoza ************* Introduction The Ethics Part I and II Benedictus de Spinoza ************* Introduction During the 17th Century, when this text was written, there was a lively debate between rationalists/empiricists and dualists/monists.

More information

Artificial Intelligence: Valid Arguments and Proof Systems. Prof. Deepak Khemani. Department of Computer Science and Engineering

Artificial Intelligence: Valid Arguments and Proof Systems. Prof. Deepak Khemani. Department of Computer Science and Engineering Artificial Intelligence: Valid Arguments and Proof Systems Prof. Deepak Khemani Department of Computer Science and Engineering Indian Institute of Technology, Madras Module 02 Lecture - 03 So in the last

More information

1. Lukasiewicz s Logic

1. Lukasiewicz s Logic Bulletin of the Section of Logic Volume 29/3 (2000), pp. 115 124 Dale Jacquette AN INTERNAL DETERMINACY METATHEOREM FOR LUKASIEWICZ S AUSSAGENKALKÜLS Abstract An internal determinacy metatheorem is proved

More information

Concerning God Baruch Spinoza

Concerning God Baruch Spinoza Concerning God Baruch Spinoza Definitions. I. BY that which is self-caused, I mean that of which the essence involves existence, or that of which the nature is only conceivable as existent. II. A thing

More information

SUPPOSITIONAL REASONING AND PERCEPTUAL JUSTIFICATION

SUPPOSITIONAL REASONING AND PERCEPTUAL JUSTIFICATION SUPPOSITIONAL REASONING AND PERCEPTUAL JUSTIFICATION Stewart COHEN ABSTRACT: James Van Cleve raises some objections to my attempt to solve the bootstrapping problem for what I call basic justification

More information

Computational Metaphysics

Computational Metaphysics Computational Metaphysics John Rushby Computer Science Laboratory SRI International Menlo Park CA USA John Rushby, SR I Computational Metaphysics 1 Metaphysics The word comes from Andronicus of Rhodes,

More information

The Philosophical Review, Vol. 88, No. 2. (Apr., 1979), pp

The Philosophical Review, Vol. 88, No. 2. (Apr., 1979), pp Spinoza's "Ontological" Argument Don Garrett The Philosophical Review, Vol. 88, No. 2. (Apr., 1979), pp. 198-223. Stable URL: http://links.jstor.org/sici?sici=0031-8108%28197904%2988%3a2%3c198%3as%22a%3e2.0.co%3b2-6

More information

Negative Introspection Is Mysterious

Negative Introspection Is Mysterious Negative Introspection Is Mysterious Abstract. The paper provides a short argument that negative introspection cannot be algorithmic. This result with respect to a principle of belief fits to what we know

More information

From Necessary Truth to Necessary Existence

From Necessary Truth to Necessary Existence Prequel for Section 4.2 of Defending the Correspondence Theory Published by PJP VII, 1 From Necessary Truth to Necessary Existence Abstract I introduce new details in an argument for necessarily existing

More information

Substance and attributes in Spinoza's philosophy.

Substance and attributes in Spinoza's philosophy. University of Massachusetts Amherst ScholarWorks@UMass Amherst Doctoral Dissertations 1896 - February 2014 Dissertations and Theses 1-1-1977 Substance and attributes in Spinoza's philosophy. Linda, Trompetter

More information

Sufficient Reason and Infinite Regress: Causal Consistency in Descartes and Spinoza. Ryan Steed

Sufficient Reason and Infinite Regress: Causal Consistency in Descartes and Spinoza. Ryan Steed Sufficient Reason and Infinite Regress: Causal Consistency in Descartes and Spinoza Ryan Steed PHIL 2112 Professor Rebecca Car October 15, 2018 Steed 2 While both Baruch Spinoza and René Descartes espouse

More information

CONTENTS A SYSTEM OF LOGIC

CONTENTS A SYSTEM OF LOGIC EDITOR'S INTRODUCTION NOTE ON THE TEXT. SELECTED BIBLIOGRAPHY XV xlix I /' ~, r ' o>

More information

DEPARTMENT OF PHILOSOPHY FALL 2013 COURSE DESCRIPTIONS

DEPARTMENT OF PHILOSOPHY FALL 2013 COURSE DESCRIPTIONS DEPARTMENT OF PHILOSOPHY FALL 2013 COURSE DESCRIPTIONS PHIL 2300-004 Beginning Philosophy 11:00-12:20 TR MCOM 00075 Dr. Francesca DiPoppa This class will offer an overview of important questions and topics

More information

The Ontological Argument for the existence of God. Pedro M. Guimarães Ferreira S.J. PUC-Rio Boston College, July 13th. 2011

The Ontological Argument for the existence of God. Pedro M. Guimarães Ferreira S.J. PUC-Rio Boston College, July 13th. 2011 The Ontological Argument for the existence of God Pedro M. Guimarães Ferreira S.J. PUC-Rio Boston College, July 13th. 2011 The ontological argument (henceforth, O.A.) for the existence of God has a long

More information

Introduction. I. Proof of the Minor Premise ( All reality is completely intelligible )

Introduction. I. Proof of the Minor Premise ( All reality is completely intelligible ) Philosophical Proof of God: Derived from Principles in Bernard Lonergan s Insight May 2014 Robert J. Spitzer, S.J., Ph.D. Magis Center of Reason and Faith Lonergan s proof may be stated as follows: Introduction

More information

Aquinas s Third Way Keith Burgess-Jackson 24 September 2017

Aquinas s Third Way Keith Burgess-Jackson 24 September 2017 Aquinas s Third Way Keith Burgess-Jackson 24 September 2017 Cosmology, a branch of astronomy (or astrophysics), is The study of the origin and structure of the universe. 1 Thus, a thing is cosmological

More information

Alvin Plantinga addresses the classic ontological argument in two

Alvin Plantinga addresses the classic ontological argument in two Aporia vol. 16 no. 1 2006 Sympathy for the Fool TYREL MEARS Alvin Plantinga addresses the classic ontological argument in two books published in 1974: The Nature of Necessity and God, Freedom, and Evil.

More information

Circumscribing Inconsistency

Circumscribing Inconsistency Circumscribing Inconsistency Philippe Besnard IRISA Campus de Beaulieu F-35042 Rennes Cedex Torsten H. Schaub* Institut fur Informatik Universitat Potsdam, Postfach 60 15 53 D-14415 Potsdam Abstract We

More information

Molnar on Truthmakers for Negative Truths

Molnar on Truthmakers for Negative Truths Molnar on Truthmakers for Negative Truths Nils Kürbis Dept of Philosophy, King s College London Penultimate draft, forthcoming in Metaphysica. The final publication is available at www.reference-global.com

More information

2.1 Review. 2.2 Inference and justifications

2.1 Review. 2.2 Inference and justifications Applied Logic Lecture 2: Evidence Semantics for Intuitionistic Propositional Logic Formal logic and evidence CS 4860 Fall 2012 Tuesday, August 28, 2012 2.1 Review The purpose of logic is to make reasoning

More information

Philosophy 203 History of Modern Western Philosophy. Russell Marcus Hamilton College Spring 2010

Philosophy 203 History of Modern Western Philosophy. Russell Marcus Hamilton College Spring 2010 Philosophy 203 History of Modern Western Philosophy Russell Marcus Hamilton College Spring 2010 Class 3 - Meditations Two and Three too much material, but we ll do what we can Marcus, Modern Philosophy,

More information

Why There s Nothing You Can Say to Change My Mind: The Principle of Non-Contradiction in Aristotle s Metaphysics

Why There s Nothing You Can Say to Change My Mind: The Principle of Non-Contradiction in Aristotle s Metaphysics Davis 1 Why There s Nothing You Can Say to Change My Mind: The Principle of Non-Contradiction in Aristotle s Metaphysics William Davis Red River Undergraduate Philosophy Conference North Dakota State University

More information

Vol 2 Bk 7 Outline p 486 BOOK VII. Substance, Essence and Definition CONTENTS. Book VII

Vol 2 Bk 7 Outline p 486 BOOK VII. Substance, Essence and Definition CONTENTS. Book VII Vol 2 Bk 7 Outline p 486 BOOK VII Substance, Essence and Definition CONTENTS Book VII Lesson 1. The Primacy of Substance. Its Priority to Accidents Lesson 2. Substance as Form, as Matter, and as Body.

More information

Ayer and Quine on the a priori

Ayer and Quine on the a priori Ayer and Quine on the a priori November 23, 2004 1 The problem of a priori knowledge Ayer s book is a defense of a thoroughgoing empiricism, not only about what is required for a belief to be justified

More information

Illustrating Deduction. A Didactic Sequence for Secondary School

Illustrating Deduction. A Didactic Sequence for Secondary School Illustrating Deduction. A Didactic Sequence for Secondary School Francisco Saurí Universitat de València. Dpt. de Lògica i Filosofia de la Ciència Cuerpo de Profesores de Secundaria. IES Vilamarxant (España)

More information

Two Kinds of Ends in Themselves in Kant s Moral Theory

Two Kinds of Ends in Themselves in Kant s Moral Theory Western University Scholarship@Western 2015 Undergraduate Awards The Undergraduate Awards 2015 Two Kinds of Ends in Themselves in Kant s Moral Theory David Hakim Western University, davidhakim266@gmail.com

More information

[3.] Bertrand Russell. 1

[3.] Bertrand Russell. 1 [3.] Bertrand Russell. 1 [3.1.] Biographical Background. 1872: born in the city of Trellech, in the county of Monmouthshire, now part of Wales 2 One of his grandfathers was Lord John Russell, who twice

More information

Haberdashers Aske s Boys School

Haberdashers Aske s Boys School 1 Haberdashers Aske s Boys School Occasional Papers Series in the Humanities Occasional Paper Number Sixteen Are All Humans Persons? Ashna Ahmad Haberdashers Aske s Girls School March 2018 2 Haberdashers

More information

The Ontological Argument

The Ontological Argument The Ontological Argument Arguments for God s Existence One of the classic questions of philosophy and philosophical argument is: s there a God? Of course there are and have been many different definitions

More information

Problems of Philosophy

Problems of Philosophy Problems of Philosophy Dr Desh Raj Sirswal, Assistant Professor(Philosophy), P.G. Govt. College for Girls, Sector-11, Chandigarh http://drsirswal.webs.com Introduction Instead of being treated as a single,

More information

The cosmological argument (continued)

The cosmological argument (continued) The cosmological argument (continued) Remember that last time we arrived at the following interpretation of Aquinas second way: Aquinas 2nd way 1. At least one thing has been caused to come into existence.

More information

Comments on Truth at A World for Modal Propositions

Comments on Truth at A World for Modal Propositions Comments on Truth at A World for Modal Propositions Christopher Menzel Texas A&M University March 16, 2008 Since Arthur Prior first made us aware of the issue, a lot of philosophical thought has gone into

More information

Conditionals II: no truth conditions?

Conditionals II: no truth conditions? Conditionals II: no truth conditions? UC Berkeley, Philosophy 142, Spring 2016 John MacFarlane 1 Arguments for the material conditional analysis As Edgington [1] notes, there are some powerful reasons

More information

Truth At a World for Modal Propositions

Truth At a World for Modal Propositions Truth At a World for Modal Propositions 1 Introduction Existentialism is a thesis that concerns the ontological status of individual essences and singular propositions. Let us define an individual essence

More information

What one needs to know to prepare for'spinoza's method is to be found in the treatise, On the Improvement

What one needs to know to prepare for'spinoza's method is to be found in the treatise, On the Improvement SPINOZA'S METHOD Donald Mangum The primary aim of this paper will be to provide the reader of Spinoza with a certain approach to the Ethics. The approach is designed to prevent what I believe to be certain

More information

Man and the Presence of Evil in Christian and Platonic Doctrine by Philip Sherrard

Man and the Presence of Evil in Christian and Platonic Doctrine by Philip Sherrard Man and the Presence of Evil in Christian and Platonic Doctrine by Philip Sherrard Source: Studies in Comparative Religion, Vol. 2, No.1. World Wisdom, Inc. www.studiesincomparativereligion.com OF the

More information

Aquinas' Third Way Modalized

Aquinas' Third Way Modalized Philosophy of Religion Aquinas' Third Way Modalized Robert E. Maydole Davidson College bomaydole@davidson.edu ABSTRACT: The Third Way is the most interesting and insightful of Aquinas' five arguments for

More information

Constructive Logic, Truth and Warranted Assertibility

Constructive Logic, Truth and Warranted Assertibility Constructive Logic, Truth and Warranted Assertibility Greg Restall Department of Philosophy Macquarie University Version of May 20, 2000....................................................................

More information

Etchemendy, Tarski, and Logical Consequence 1 Jared Bates, University of Missouri Southwest Philosophy Review 15 (1999):

Etchemendy, Tarski, and Logical Consequence 1 Jared Bates, University of Missouri Southwest Philosophy Review 15 (1999): Etchemendy, Tarski, and Logical Consequence 1 Jared Bates, University of Missouri Southwest Philosophy Review 15 (1999): 47 54. Abstract: John Etchemendy (1990) has argued that Tarski's definition of logical

More information

IDHEF Chapter 2 Why Should Anyone Believe Anything At All?

IDHEF Chapter 2 Why Should Anyone Believe Anything At All? IDHEF Chapter 2 Why Should Anyone Believe Anything At All? -You might have heard someone say, It doesn t really matter what you believe, as long as you believe something. While many people think this is

More information

How Gödelian Ontological Arguments Fail

How Gödelian Ontological Arguments Fail How Gödelian Ontological Arguments Fail Matthew W. Parker Abstract. Ontological arguments like those of Gödel (1995) and Pruss (2009; 2012) rely on premises that initially seem plausible, but on closer

More information

Chapter Summaries: Three Types of Religious Philosophy by Clark, Chapter 1

Chapter Summaries: Three Types of Religious Philosophy by Clark, Chapter 1 Chapter Summaries: Three Types of Religious Philosophy by Clark, Chapter 1 In chapter 1, Clark begins by stating that this book will really not provide a definition of religion as such, except that it

More information

On the hard problem of consciousness: Why is physics not enough?

On the hard problem of consciousness: Why is physics not enough? On the hard problem of consciousness: Why is physics not enough? Hrvoje Nikolić Theoretical Physics Division, Rudjer Bošković Institute, P.O.B. 180, HR-10002 Zagreb, Croatia e-mail: hnikolic@irb.hr Abstract

More information

KANT S EXPLANATION OF THE NECESSITY OF GEOMETRICAL TRUTHS. John Watling

KANT S EXPLANATION OF THE NECESSITY OF GEOMETRICAL TRUTHS. John Watling KANT S EXPLANATION OF THE NECESSITY OF GEOMETRICAL TRUTHS John Watling Kant was an idealist. His idealism was in some ways, it is true, less extreme than that of Berkeley. He distinguished his own by calling

More information

A Judgmental Formulation of Modal Logic

A Judgmental Formulation of Modal Logic A Judgmental Formulation of Modal Logic Sungwoo Park Pohang University of Science and Technology South Korea Estonian Theory Days Jan 30, 2009 Outline Study of logic Model theory vs Proof theory Classical

More information

Deflationary Nominalism s Commitment to Meinongianism

Deflationary Nominalism s Commitment to Meinongianism Res Cogitans Volume 7 Issue 1 Article 8 6-24-2016 Deflationary Nominalism s Commitment to Meinongianism Anthony Nguyen Reed College Follow this and additional works at: http://commons.pacificu.edu/rescogitans

More information

Imprint THE RELATION BETWEEN CONCEPTION AND CAUSATION IN SPINOZA S METAPHYSICS. John Morrison. volume 13, no. 3. february 2013

Imprint THE RELATION BETWEEN CONCEPTION AND CAUSATION IN SPINOZA S METAPHYSICS. John Morrison. volume 13, no. 3. february 2013 Philosophers Imprint volume 13, no. 3 THE RELATION BETWEEN february 2013 CONCEPTION AND CAUSATION IN SPINOZA S METAPHYSICS John Morrison Barnard College, Columbia University 2013, John Morrison This work

More information

Håkan Salwén. Hume s Law: An Essay on Moral Reasoning Lorraine Besser-Jones Volume 31, Number 1, (2005) 177-180. Your use of the HUME STUDIES archive indicates your acceptance of HUME STUDIES Terms and

More information

Theories of propositions

Theories of propositions Theories of propositions phil 93515 Jeff Speaks January 16, 2007 1 Commitment to propositions.......................... 1 2 A Fregean theory of reference.......................... 2 3 Three theories of

More information

Is the Existence of the Best Possible World Logically Impossible?

Is the Existence of the Best Possible World Logically Impossible? Is the Existence of the Best Possible World Logically Impossible? Anders Kraal ABSTRACT: Since the 1960s an increasing number of philosophers have endorsed the thesis that there can be no such thing as

More information

SOME PROBLEMS IN REPRESENTATION OF KNOWLEDGE IN FORMAL LANGUAGES

SOME PROBLEMS IN REPRESENTATION OF KNOWLEDGE IN FORMAL LANGUAGES STUDIES IN LOGIC, GRAMMAR AND RHETORIC 30(43) 2012 University of Bialystok SOME PROBLEMS IN REPRESENTATION OF KNOWLEDGE IN FORMAL LANGUAGES Abstract. In the article we discuss the basic difficulties which

More information

Epistemic Consequentialism, Truth Fairies and Worse Fairies

Epistemic Consequentialism, Truth Fairies and Worse Fairies Philosophia (2017) 45:987 993 DOI 10.1007/s11406-017-9833-0 Epistemic Consequentialism, Truth Fairies and Worse Fairies James Andow 1 Received: 7 October 2015 / Accepted: 27 March 2017 / Published online:

More information

III Knowledge is true belief based on argument. Plato, Theaetetus, 201 c-d Is Justified True Belief Knowledge? Edmund Gettier

III Knowledge is true belief based on argument. Plato, Theaetetus, 201 c-d Is Justified True Belief Knowledge? Edmund Gettier III Knowledge is true belief based on argument. Plato, Theaetetus, 201 c-d Is Justified True Belief Knowledge? Edmund Gettier In Theaetetus Plato introduced the definition of knowledge which is often translated

More information

What kind of Intensional Logic do we really want/need?

What kind of Intensional Logic do we really want/need? What kind of Intensional Logic do we really want/need? Toward a Modal Metaphysics Dana S. Scott University Professor Emeritus Carnegie Mellon University Visiting Scholar University of California, Berkeley

More information

1/9. The First Analogy

1/9. The First Analogy 1/9 The First Analogy So far we have looked at the mathematical principles but now we are going to turn to the dynamical principles, of which there are two sorts, the Analogies of Experience and the Postulates

More information

Philosophy 125 Day 21: Overview

Philosophy 125 Day 21: Overview Branden Fitelson Philosophy 125 Lecture 1 Philosophy 125 Day 21: Overview 1st Papers/SQ s to be returned this week (stay tuned... ) Vanessa s handout on Realism about propositions to be posted Second papers/s.q.

More information

WHAT DOES KRIPKE MEAN BY A PRIORI?

WHAT DOES KRIPKE MEAN BY A PRIORI? Diametros nr 28 (czerwiec 2011): 1-7 WHAT DOES KRIPKE MEAN BY A PRIORI? Pierre Baumann In Naming and Necessity (1980), Kripke stressed the importance of distinguishing three different pairs of notions:

More information

Does Deduction really rest on a more secure epistemological footing than Induction?

Does Deduction really rest on a more secure epistemological footing than Induction? Does Deduction really rest on a more secure epistemological footing than Induction? We argue that, if deduction is taken to at least include classical logic (CL, henceforth), justifying CL - and thus deduction

More information

St. Anselm s versions of the ontological argument

St. Anselm s versions of the ontological argument St. Anselm s versions of the ontological argument Descartes is not the first philosopher to state this argument. The honor of being the first to present this argument fully and clearly belongs to Saint

More information

PHI2391: Logical Empiricism I 8.0

PHI2391: Logical Empiricism I 8.0 1 2 3 4 5 PHI2391: Logical Empiricism I 8.0 Hume and Kant! Remember Hume s question:! Are we rationally justified in inferring causes from experimental observations?! Kant s answer: we can give a transcendental

More information

1/12. The A Paralogisms

1/12. The A Paralogisms 1/12 The A Paralogisms The character of the Paralogisms is described early in the chapter. Kant describes them as being syllogisms which contain no empirical premises and states that in them we conclude

More information

PHIL 155: The Scientific Method, Part 1: Naïve Inductivism. January 14, 2013

PHIL 155: The Scientific Method, Part 1: Naïve Inductivism. January 14, 2013 PHIL 155: The Scientific Method, Part 1: Naïve Inductivism January 14, 2013 Outline 1 Science in Action: An Example 2 Naïve Inductivism 3 Hempel s Model of Scientific Investigation Semmelweis Investigations

More information

HUME'S THEORY. THE question which I am about to discuss is this. Under what circumstances

HUME'S THEORY. THE question which I am about to discuss is this. Under what circumstances Chapter V HUME'S THEORY THE question which I am about to discuss is this. Under what circumstances (if any) does a man, when he believes a proposition, not merely believe it but also absolutely know that

More information

In Search of the Ontological Argument. Richard Oxenberg

In Search of the Ontological Argument. Richard Oxenberg 1 In Search of the Ontological Argument Richard Oxenberg Abstract We can attend to the logic of Anselm's ontological argument, and amuse ourselves for a few hours unraveling its convoluted word-play, or

More information

Selections from Aristotle s Prior Analytics 41a21 41b5

Selections from Aristotle s Prior Analytics 41a21 41b5 Lesson Seventeen The Conditional Syllogism Selections from Aristotle s Prior Analytics 41a21 41b5 It is clear then that the ostensive syllogisms are effected by means of the aforesaid figures; these considerations

More information

On Priest on nonmonotonic and inductive logic

On Priest on nonmonotonic and inductive logic On Priest on nonmonotonic and inductive logic Greg Restall School of Historical and Philosophical Studies The University of Melbourne Parkville, 3010, Australia restall@unimelb.edu.au http://consequently.org/

More information

SPINOZA S VERSION OF THE PSR: A Critique of Michael Della Rocca s Interpretation of Spinoza

SPINOZA S VERSION OF THE PSR: A Critique of Michael Della Rocca s Interpretation of Spinoza SPINOZA S VERSION OF THE PSR: A Critique of Michael Della Rocca s Interpretation of Spinoza by Erich Schaeffer A thesis submitted to the Department of Philosophy In conformity with the requirements for

More information

Semantic Foundations for Deductive Methods

Semantic Foundations for Deductive Methods Semantic Foundations for Deductive Methods delineating the scope of deductive reason Roger Bishop Jones Abstract. The scope of deductive reason is considered. First a connection is discussed between the

More information

Class 2 - The Ontological Argument

Class 2 - The Ontological Argument Philosophy 208: The Language Revolution Fall 2011 Hamilton College Russell Marcus Class 2 - The Ontological Argument I. Why the Ontological Argument Soon we will start on the language revolution proper.

More information

Philosophy of Mathematics Kant

Philosophy of Mathematics Kant Philosophy of Mathematics Kant Owen Griffiths oeg21@cam.ac.uk St John s College, Cambridge 20/10/15 Immanuel Kant Born in 1724 in Königsberg, Prussia. Enrolled at the University of Königsberg in 1740 and

More information

1/5. The Critique of Theology

1/5. The Critique of Theology 1/5 The Critique of Theology The argument of the Transcendental Dialectic has demonstrated that there is no science of rational psychology and that the province of any rational cosmology is strictly limited.

More information

Avicenna, Proof of the Necessary of Existence

Avicenna, Proof of the Necessary of Existence Why is there something rather than nothing? Leibniz Avicenna, Proof of the Necessary of Existence Avicenna offers a proof for the existence of God based on the nature of possibility and necessity. First,

More information

Robert Kiely Office Hours: Monday 4:15 6:00; Wednesday 1-3; Thursday 2-3

Robert Kiely Office Hours: Monday 4:15 6:00; Wednesday 1-3; Thursday 2-3 A History of Philosophy: Nature, Certainty, and the Self Fall, 2014 Robert Kiely oldstuff@imsa.edu Office Hours: Monday 4:15 6:00; Wednesday 1-3; Thursday 2-3 Description How do we know what we know? Epistemology,

More information

PROBLEMS OF THE LOGIC OF SCIENTIFIC KNOWLEDGE

PROBLEMS OF THE LOGIC OF SCIENTIFIC KNOWLEDGE PROBLEMS OF THE LOGIC OF SCIENTIFIC KNOWLEDGE SYNTHESE LIBRARY MONOGRAPHS ON EPISTEMOLOGY, LOGIC, METHODOLOGY, PHILOSOPHY OF SCIENCE, SOCIOLOGY OF SCIENCE AND OF KNOWLEDGE, AND ON THE MATHEMATICAL METHODS

More information

Logic and Existence. Steve Kuhn Department of Philosophy Georgetown University

Logic and Existence. Steve Kuhn Department of Philosophy Georgetown University Logic and Existence Steve Kuhn Department of Philosophy Georgetown University Can existence be proved by analysis and logic? Are there merely possible objects? Is existence a predicate? Could there be

More information

Necessity and Truth Makers

Necessity and Truth Makers JAN WOLEŃSKI Instytut Filozofii Uniwersytetu Jagiellońskiego ul. Gołębia 24 31-007 Kraków Poland Email: jan.wolenski@uj.edu.pl Web: http://www.filozofia.uj.edu.pl/jan-wolenski Keywords: Barry Smith, logic,

More information

Theory of Knowledge. 5. That which can be asserted without evidence can be dismissed without evidence. (Christopher Hitchens). Do you agree?

Theory of Knowledge. 5. That which can be asserted without evidence can be dismissed without evidence. (Christopher Hitchens). Do you agree? Theory of Knowledge 5. That which can be asserted without evidence can be dismissed without evidence. (Christopher Hitchens). Do you agree? Candidate Name: Syed Tousif Ahmed Candidate Number: 006644 009

More information

The Modal Ontological Argument

The Modal Ontological Argument Mind (1984) Vol. XCIII, 336-350 The Modal Ontological Argument R. KANE We know more today about the second, or so-called 'modal', version of St. Anselm's ontological argument than we did when Charles Hartshorne

More information

Paley s Inductive Inference to Design

Paley s Inductive Inference to Design PHILOSOPHIA CHRISTI VOL. 7, NO. 2 COPYRIGHT 2005 Paley s Inductive Inference to Design A Response to Graham Oppy JONAH N. SCHUPBACH Department of Philosophy Western Michigan University Kalamazoo, Michigan

More information

Fatalism and Truth at a Time Chad Marxen

Fatalism and Truth at a Time Chad Marxen Stance Volume 6 2013 29 Fatalism and Truth at a Time Chad Marxen Abstract: In this paper, I will examine an argument for fatalism. I will offer a formalized version of the argument and analyze one of the

More information

Philosophy 1100: Introduction to Ethics. Critical Thinking Lecture 1. Background Material for the Exercise on Validity

Philosophy 1100: Introduction to Ethics. Critical Thinking Lecture 1. Background Material for the Exercise on Validity Philosophy 1100: Introduction to Ethics Critical Thinking Lecture 1 Background Material for the Exercise on Validity Reasons, Arguments, and the Concept of Validity 1. The Concept of Validity Consider

More information

On A New Cosmological Argument

On A New Cosmological Argument On A New Cosmological Argument Richard Gale and Alexander Pruss A New Cosmological Argument, Religious Studies 35, 1999, pp.461 76 present a cosmological argument which they claim is an improvement over

More information

Robert Kiely Office Hours: Tuesday 1-3, Wednesday 1-3, and by appointment

Robert Kiely Office Hours: Tuesday 1-3, Wednesday 1-3, and by appointment A History of Philosophy: Nature, Certainty, and the Self Fall, 2018 Robert Kiely oldstuff@imsa.edu Office Hours: Tuesday 1-3, Wednesday 1-3, and by appointment Description How do we know what we know?

More information

This is a repository copy of Does = 5? : In Defense of a Near Absurdity.

This is a repository copy of Does = 5? : In Defense of a Near Absurdity. This is a repository copy of Does 2 + 3 = 5? : In Defense of a Near Absurdity. White Rose Research Online URL for this paper: http://eprints.whiterose.ac.uk/127022/ Version: Accepted Version Article: Leng,

More information