Logic

From Wikipedia, the free encyclopedia

Logic[1] is an interdisciplinary field which studies truth and reasoning. Informal logic seeks to characterize valid arguments informally, for instance by listing varieties of fallacies. Formal logic represents statements and argument patterns symbolically, using formal systems such as first order logic. Within formal logic, mathematical logic studies the mathematical characteristics of logical systems, while philosophical logic applies them to philosophical problems such as the nature of meaning, knowledge, and existence. Systems of formal logic are also applied in other fields including linguistics, cognitive science, and computer science.

Logic has been studied since Antiquity, early approaches including Aristotelian logic, stoic logic, Anviksiki, and the mohists. Modern formal logic has its roots in the work of late 19th century mathematicians such as Gottlob Frege.

Formal and informal logic[]

Logic can be studied formally or informally. A formal approach is one that abstracts away from content, looking for patterns that arise from form alone. For instance, the formal rule of conjunction introduction states that any two statements and together imply their conjunction . This rule is formal since the symbols and can stand in for any two statements, regardless of their content.

On an informal approach, inferences of this sort would have to be characterized using particular statements. Informal logic is often part of courses in critical thinking, while informal approaches such as dialectical logic and argumentation theory continue as areas of research.[2][3][4]

Subfields[]

Philosophical logic[]

Philosophical logic is the study of logic within philosophy. It includes applications to problems in epistemology, ethics, philosophy of mathematics, and natural language semantics.

Mathematical logic[]

Mathematical logic is the study of logic within mathematics. Major subareas include model theory, proof theory, set theory, and computability theory.[5][6]

Research in mathematical logic commonly addresses the mathematical properties of formal systems of logic. However, it can also include attempts to use logic to analyze mathematical reasoning or to establish logic-based foundations of mathematics.[7] The latter was a major concern in early 20th century mathematical logic, which pursued the program of logicism pioneered by philosopher-logicians such as Gottlob Frege and Bertrand Russell. Mathematical theories were supposed to be logical tautologies, and the programme was to show this by means of a reduction of mathematics to logic.[8] The various attempts to carry this out met with failure, from the crippling of Frege's project in his Grundgesetze by Russell's paradox, to the defeat of Hilbert's program by Gödel's incompleteness theorems.

Set theory originated in the study of the infinite by Georg Cantor, and it has been the source of many of the most challenging and important issues in mathematical logic, from Cantor's theorem, through the status of the Axiom of Choice and the question of the independence of the continuum hypothesis, to the modern debate on large cardinal axioms.

Recursion theory captures the idea of computation in logical and arithmetic terms; its most classical achievements are the undecidability of the Entscheidungsproblem by Alan Turing, and his presentation of the Church–Turing thesis.[9] Today recursion theory is mostly concerned with the more refined problem of complexity classes—when is a problem efficiently solvable?—and the classification of degrees of unsolvability.[10]

Computational logic[]

A simple toggling circuit is expressed using a logic gate and a synchronous register.

In computer science, logic is studied as part of the theory of computation. Key areas of logic that are relevant to computing include computability theory, modal logic, and category theory. Early computer machinery was based on ideas from logic such as the lambda calculus.[11][12][13][14][15][16] Computer scientists also apply concepts from logic to problems in computing and vice versa. For instance, modern artificial intelligence builds on logicians' work in argumentation theory, while automated theorem proving can assist logicians in finding and checking proofs. In logic programming languages such as Prolog, a program computes the consequences of logical axioms and rules to answer a query.

Formal semantics of natural language[]

Formal semantics is a subfield of both linguistics and philosophy which uses logic to analyze meaning in natural language. It is an empirical field which seeks to characterize the denotations of linguistic expressions and explain how those denotations are composed from the meanings of their parts. The field was developed by Richard Montague and Barbara Partee in the 1970s, and remains an active area of research. Central questions include scope, binding, and linguistic modality.[17][18][19][20]

Concepts[]

Argument terminology used in logic

Varieties of reasoning[]

Arguments are often divided into those that are deductive, inductive, and abductive. In the most prominent conception of logic, only deductive reasoning counts as logic in the strict sense.[i]

A deductive argument is one whose premises are intended to guarantee the truth of its conclusion. In other words, a deductive argument seeks to reach its conclusion by logical necessity. For instance, the following argument is deductive.

  • Deductive argument:
    1. Victoria is tall.
    2. Victoria has brown hair.
    3. Therefore, Victoria is tall and has brown hair.

Inductive arguments are those in which the premises are merely evidence for the conclusion.[21]

  • Inductive argument:
    1. Victoria is tall.
    2. Tall people are generally good at basketball.
    3. Therefore, Victoria is good at basketball.

Abductive reasoning involves reasoning to the most likely explanation.[22]

  • Abductive argument:
    1. Victoria is tall.
    2. Victoria has brown hair.
    3. Therefore, Victoria must have a tall or brown-haired ancestor .

Valid and sound arguments[]

A deductive argument is valid if it is impossible for its premises to be true while its conclusion is false. For example, the example of a deductive argument in the previous section is valid since it would be logically impossible for Victoria to be tall, to have brown hair, but not be tall and have brown hair. The other arguments in that section would not be valid if understood as deductive, since their conclusions could conceivably be false even if the premises are true.

A deductive argument is sound if it is valid and all of its premises are true. For instance, the first argument given above would be sound if Victoria is indeed tall and indeed has brown hair. The validity of an argument is determined solely by its logical form, while its soundness additionally depends on its content.[23]

Formal system[]

A formal system of logic consists of a language, a proof system, and a semantics. [24] A system's language and proof system are sometimes grouped together as the system's syntax_(logic), since they both concern the form rather than the content of the system's expressions.

Formal language[]

A language is a set of well formed formulas. For instance, in propositional logic, is a formula but is not. Languages are typically defined by providing an alphabet of basic expressions and recursive syntactic rules which build them into formulas.[25][26][27][24]

Proof system[]

A proof system is a collection of formal rules which define when a conclusion follows from given premises. For instance, the classical rule of conjunction introduction states that follows from the premises and . Rules in a proof systems are always defined in terms of formulas' syntactic form, never in terms of their meanings. Such rules can be applied sequentially, giving a mechanical procedure for generating conclusions from premises. There are a number of different types of proof systems including natural deduction and sequent calculi.[28][29][24]

Semantics[]

A semantics is a system for mapping expressions of a formal language to their denotations. In many systems of logic, denotations are truth values. For instance, the semantics for classical propositional logic assigns the formula the denotation "true" whenever is true and is too. Entailment is a semantic relation which holds between formulas when the first cannot be true without the second being true as well.[30][31]

Metalogic[]

Metalogic is the study of properties of formal systems. Two central metalogical properties are soundness and completeness. A system of logic is sound when its proof system cannot derive a conclusion from a set of premises unless it is semantically entailed by them. In other words, its proof system cannot lead to false conclusions, as defined by the semantics. A system is complete when its proof system can derive every conclusion that is semantically entailed by its premises. In other words, its proof system can lead to any true conclusion, as defined by the semantics. Thus, soundness and completeness together describe a system whose notions of validity and entailment line up perfectly.[32][33][34]

Other important metalogical properties include consistency, decidability, and expressive power[disambiguation needed].

Systems of formal logic[]

Propositional logic[]

Propositional logic comprises formal systems in which formulae are built from atomic propositions using logical connectives. For instance, propositional logic represents the conjunction of two atomic propositions and as the complex formula . Unlike predicate logic where terms and predicates are the smallest units, propositional logic takes full propositions with truth values as its most basic component.[35] Thus, propositional logics can only represent logical relationships that arise from the way complex propositions are built from simpler ones; it cannot represent inferences that results from the inner structure of a proposition.

Predicate logic[]

Gottlob Frege's Begriffschrift introduced the notion of quantifier in a graphical notation, which here represents the judgement that is true.

Predicate logic is the generic term for symbolic formal systems such as first-order logic, second-order logic, many-sorted logic, and infinitary logic. It provides an account of quantifiers general enough to express a wide set of arguments occurring in natural language. For example, Bertrand Russell's famous barber paradox, "there is a man who shaves all and only men who do not shave themselves" can be formalised by the sentence , using the non-logical predicate to indicate that x is a man, and the non-logical relation to indicate that x shaves y; all other symbols of the formulae are logical, expressing the universal and existential quantifiers, conjunction, implication, negation and biconditional.

The development of predicate logic is usually attributed to Gottlob Frege, who is also credited as one of the founders of analytic philosophy, but the formulation of predicate logic most often used today is the first-order logic presented in Principles of Mathematical Logic by David Hilbert and Wilhelm Ackermann in 1928. The analytical generality of predicate logic allowed the formalization of mathematics, drove the investigation of set theory, and allowed the development of Alfred Tarski's approach to model theory. It provides the foundation of modern mathematical logic.

Modal logic[]

Modal logic is the study of formal systems originally developed to represent statements about necessity and possibility. For instance the modal formula can be read as "possibly " while can be read as "necessarily ". Modal logics can be used to represent different phenomena depending on what flavor of necessity and possibility is under consideration. When is used to represent epistemic necessity, states that is known. When is used to represent deontic necessity, states that is a moral or legal obligation. Within philosophy, modal logics are widely used in formal epistemology, formal ethics, and metaphysics. Within linguistic semantics, systems based on modal logic are used to analyze linguistic modality in natural languages.[36][37][38]

The earliest formal system of modal logic was developed by Avicenna, who ultimately developed a theory of "temporally modalized" syllogistic.[39] While the study of necessity and possibility remained important to philosophers, little logical innovation happened until the landmark investigations of C. I. Lewis in 1918, who formulated a family of rival axiomatizations of the alethic modalities. His work unleashed a torrent of new work on the topic, expanding the kinds of modality treated to include deontic logic and epistemic logic. The seminal work of Arthur Prior applied the same formal language to treat temporal logic and paved the way for the marriage of the two subjects. Saul Kripke and Jaakko Hintikka built on this work to develop the frame semantics, which is now the standard semantics for modal logic. This graph-theoretic way of looking at modality has driven many applications in computational linguistics and computer science, such as dynamic logic.

Non-classical logic[]

Non-classical logics are systems that reject various rules of classical logic. They are motivated by the view that classical logic does not accurately represent the nature of truth and reasoning.[40]

One major non-classical paradigm is intuitionistic logic, which rejects the law of the excluded middle. Intuitionism was developed by the Dutch mathematicians L.E.J. Brouwer and Arend Heyting to underpin their constructive approach to mathematics, in which the existence of a mathematical object can only be proven by constructing it. Intuitionism was further pursued by Gerhard Gentzen, Kurt Gödel, Michael Dummett, among others. Intuitionistic logic is of great interest to computer scientists, as it is a constructive logic and sees many applications, such as extracting verified programs from proofs and influencing the design of programming languages through the formulae-as-types correspondence. It is closely related to nonclassical systems such as Gödel–Dummett logic and inquisitive logic.[41][42][43][44]

Multi-valued logics depart from classicality by rejecting the principle of bivalence which requires all propositions to be either true or false. For instance, Jan Łukasiewicz and Stephen Cole Kleene both proposed ternary logics which have a third truth value representing that a statement's truth value is indeterminate.[45][46][47] These logics have seen applications including to presupposition in linguistics. Fuzzy logics are multivalued logics that have an infinite number of "degrees of truth", represented by a real number between 0 and 1.[48]

Controversies[]

"Is Logic Empirical?"[]

What is the epistemological status of the laws of logic? What sort of argument is appropriate for criticizing purported principles of logic? In an influential paper entitled "Is Logic Empirical?"[49] Hilary Putnam, building on a suggestion of W. V. Quine, argued that in general the facts of propositional logic have a similar epistemological status as facts about the physical universe, for example as the laws of mechanics or of general relativity, and in particular that what physicists have learned about quantum mechanics provides a compelling case for abandoning certain familiar principles of classical logic: if we want to be realists about the physical phenomena described by quantum theory, then we should abandon the principle of distributivity, substituting for classical logic the quantum logic proposed by Garrett Birkhoff and John von Neumann.[50]

Another paper of the same name by Michael Dummett argues that Putnam's desire for realism mandates the law of distributivity.[51] Distributivity of logic is essential for the realist's understanding of how propositions are true of the world in just the same way as he has argued the principle of bivalence is. In this way, the question, "Is Logic Empirical?" can be seen to lead naturally into the fundamental controversy in metaphysics on realism versus anti-realism.

Tolerating the impossible[]

Georg Wilhelm Friedrich Hegel was deeply critical of any simplified notion of the law of non-contradiction. It was based on Gottfried Wilhelm Leibniz's idea that this law of logic also requires a sufficient ground to specify from what point of view (or time) one says that something cannot contradict itself. A building, for example, both moves and does not move; the ground for the first is our solar system and for the second the earth. In Hegelian dialectic, the law of non-contradiction, of identity, itself relies upon difference and so is not independently assertable.

Closely related to questions arising from the paradoxes of implication comes the suggestion that logic ought to tolerate inconsistency. Relevance logic and paraconsistent logic are the most important approaches here, though the concerns are different: a key consequence of classical logic and some of its rivals, such as intuitionistic logic, is that they respect the principle of explosion, which means that the logic collapses if it is capable of deriving a contradiction. Graham Priest, the main proponent of dialetheism, has argued for paraconsistency on the grounds that there are in fact, true contradictions.[52][clarification needed]

Conceptions of logic[]

Logic arose from a concern with correctness of argumentation. Modern logicians usually wish to ensure that logic studies just those arguments that arise from appropriately general forms of inference. For example, Thomas Hofweber writes in the Stanford Encyclopedia of Philosophy that logic "does not, however, cover good reasoning as a whole. That is the job of the theory of rationality. Rather it deals with inferences whose validity can be traced back to the formal features of the representations that are involved in that inference, be they linguistic, mental, or other representations."[53]

The idea that logic treats special forms of argument, deductive argument, rather than argument in general, has a history in logic that dates back at least to logicism in mathematics (19th and 20th centuries) and the advent of the influence of mathematical logic on philosophy. A consequence of taking logic to treat special kinds of argument is that it leads to identification of special kinds of truth, the logical truths (with logic equivalently being the study of logical truth), and excludes many of the original objects of study of logic that are treated as informal logic. Robert Brandom has argued against the idea that logic is the study of a special kind of logical truth, arguing that instead one can talk of the logic of material inference (in the terminology of Wilfred Sellars), with logic making explicit the commitments that were originally implicit in informal inference.[54][page needed]

Rejection of logical truth[]

The philosophical vein of various kinds of skepticism contains many kinds of doubt and rejection of the various bases on which logic rests, such as the idea of logical form, correct inference, or meaning, sometimes leading to the conclusion that there are no logical truths. This is in contrast with the usual views in philosophical skepticism, where logic directs skeptical enquiry to doubt received wisdoms, as in the work of Sextus Empiricus.

Friedrich Nietzsche provides a strong example of the rejection of the usual basis of logic: his radical rejection of idealization led him to reject truth as a "... mobile army of metaphors, metonyms, and anthropomorphisms—in short ... metaphors which are worn out and without sensuous power; coins which have lost their pictures and now matter only as metal, no longer as coins".[55] His rejection of truth did not lead him to reject the idea of either inference or logic completely but rather suggested that "logic [came] into existence in man's head [out] of illogic, whose realm originally must have been immense. Innumerable beings who made inferences in a way different from ours perished".[56] Thus there is the idea that logical inference has a use as a tool for human survival, but that its existence does not support the existence of truth, nor does it have a reality beyond the instrumental: "Logic, too, also rests on assumptions that do not correspond to anything in the real world".[57]

This position held by Nietzsche however, has come under extreme scrutiny for several reasons. Some philosophers, such as Jürgen Habermas, claim his position is self-refuting—and accuse Nietzsche of not even having a coherent perspective, let alone a theory of knowledge.[58] Georg Lukács, in his book The Destruction of Reason, asserts that, "Were we to study Nietzsche's statements in this area from a logico-philosophical angle, we would be confronted by a dizzy chaos of the most lurid assertions, arbitrary and violently incompatible."[59] Bertrand Russell described Nietzsche's irrational claims with "He is fond of expressing himself paradoxically and with a view to shocking conventional readers" in his book A History of Western Philosophy.[60]

History[]

Aristotle, 384–322 BCE.

Logic was developed independently in several cultures during antiquity. One major early contributor was Aristotle, who developed term logic in his Organon and Prior Analytics.[61][62] In this approach, judgements are broken down into propositions consisting of two terms that are related by one of a fixed number of relation. Inferences are expressed by means of syllogisms that consist of two propositions sharing a common term as premise, and a conclusion that is a proposition involving the two unrelated terms from the premises. Aristotle's monumental insight was the notion that arguments can be characterized in terms of their form. The later logician Łukasiewicz described this insight as "one of Aristotle's greatest inventions".[62] Aristotle's system of logic was also responsible for the introduction of hypothetical syllogism,[63] temporal modal logic,[64][65] and inductive logic,[66] as well as influential vocabulary such as terms, predicables, syllogisms and propositions. Aristotelian logic was highly regarded in classical and medieval times, both in Europe and the Middle East. It remained in wide use in the West until the early 19th century.[67] It has now been superseded by later work, though many of its key insights live on in modern systems of logic.

A depiction from the 15th century of the square of opposition, which expresses the fundamental dualities of syllogistic.

Ibn Sina (Avicenna) (980–1037 CE) was the founder of Avicennian logic, which replaced Aristotelian logic as the dominant system of logic in the Islamic world,[68] and also had an important influence on Western medieval writers such as Albertus Magnus[69] and William of Ockham.[70][71] Avicenna wrote on the hypothetical syllogism[72] and on the propositional calculus.[73] He developed an original "temporally modalized" syllogistic theory, involving temporal logic and modal logic.[39] He also made use of inductive logic, such as the methods of agreement, difference, and concomitant variation which are critical to the scientific method.[72] Fakhr al-Din al-Razi (b. 1149) criticised Aristotle's "first figure" and formulated an early system of inductive logic, foreshadowing the system of inductive logic developed by John Stuart Mill (1806–1873).[74]

In Europe during the later medieval period, major efforts were made to show that Aristotle's ideas were compatible with Christian faith. During the High Middle Ages, logic became a main focus of philosophers, who would engage in critical logical analyses of philosophical arguments, often using variations of the methodology of scholasticism. Initially, medieval Christian scholars drew on the classics that had been preserved in Latin through commentaries by such figures such as Boethius, later the work of Islamic philosophers such as Avicenna and Averroes were drawn on, which expanded the range of ancient works available to medieval Christian scholars since more Greek work was available to Muslim scholars that had been preserved in Latin commentaries. In 1323, William of Ockham's influential Summa Logicae was released. By the 18th century, the structured approach to arguments had degenerated and fallen out of favour, as depicted in Holberg's satirical play Erasmus Montanus. The Chinese logical philosopher Gongsun Long (c. 325–250 BCE) proposed the paradox "One and one cannot become two, since neither becomes two."[6][ii] In China, the tradition of scholarly investigation into logic, however, was repressed by the Qin dynasty following the legalist philosophy of Han Feizi.

In India, the Anviksiki school of logic was founded by Medhātithi (c. 6th century BCE).[75] Innovations in the scholastic school, called Nyaya, continued from ancient times into the early 18th century with the Navya-Nyāya school. By the 16th century, it developed theories resembling modern logic, such as Gottlob Frege's "distinction between sense and reference of proper names" and his "definition of number", as well as the theory of "restrictive conditions for universals" anticipating some of the developments in modern set theory.[iii] Since 1824, Indian logic attracted the attention of many Western scholars, and has had an influence on important 19th-century logicians such as Charles Babbage, Augustus De Morgan, and George Boole.[76] In the 20th century, Western philosophers like Stanislaw Schayer and Klaus Glashoff have explored Indian logic more extensively.

The syllogistic logic developed by Aristotle predominated in the West until the mid-19th century, when interest in the foundations of mathematics stimulated the development of symbolic logic (now called mathematical logic). In 1854, George Boole published The Laws of Thought,[77] introducing symbolic logic and the principles of what is now known as Boolean logic. In 1879, Gottlob Frege published Begriffsschrift, which inaugurated modern logic with the invention of quantifier notation, reconciling the Aristotelian and Stoic logics in a broader system, and solving such problems for which Aristotelian logic was impotent, such as the problem of multiple generality. From 1910 to 1913, Alfred North Whitehead and Bertrand Russell published Principia Mathematica[8] on the foundations of mathematics, attempting to derive mathematical truths from axioms and inference rules in symbolic logic. In 1931, Gödel raised serious problems with the foundationalist program and logic ceased to focus on such issues.

The development of logic since Frege, Russell, and Wittgenstein had a profound influence on the practice of philosophy and the perceived nature of philosophical problems (see analytic philosophy) and philosophy of mathematics. Logic, especially sentential logic, is implemented in computer logic circuits and is fundamental to computer science. Logic is commonly taught by university philosophy, sociology, advertising and literature departments, often as a compulsory discipline.

See also[]

  • Argument – Attempt to persuade or to determine the truth of a conclusion
  • Argumentation theory – Study of how conclusions are reached through logical reasoning; one of four rhetorical modes
  • Critical thinking – Analysis of facts to form a judgment
  • Digital electronics – Electronic circuits that utilize digital signals (also known as digital logic or logic gates)
  • Fallacies
  • List of fallacies – Types of reasoning that are logically incorrect
  • List of logicians – Wikipedia list article
  • List of logic journals – Wikipedia list article
  • List of logic symbols – Wikipedia list article
  • Logic puzzle – Puzzle deriving from the mathematics field of deduction
  • Mathematics – Field of study
  • Metalogic – Study of the properties of logical systems
  • Outline of logic – Overview of and topical guide to logic
  • Philosophy – Study of the truths and principles of being, knowledge, or conduct
  • Logos – Term in Western philosophy, psychology, rhetoric, and religion
  • Logical reasoning
  • Reason – Capacity for consciously making sense of things
  • Truth – Property of being in accord with fact or reality
  • Vector logic

References[]

Notes[]

  1. ^ On abductive reasoning, see:
    • Magnani, L. 2001. Abduction, Reason, and Science: Processes of Discovery and Explanation. New York: Kluwer Academic Plenum Publishers. xvii. ISBN 0-306-46514-0.
    • Josephson, John R., and Susan G. Josephson. 1994. Abductive Inference: Computation, Philosophy, Technology. New York: Cambridge University Press. viii. ISBN 0-521-43461-0.
    • Bunt, H. and W. Black. 2000. Abduction, Belief and Context in Dialogue: Studies in Computational Pragmatics, (Natural Language Processing 1). Amsterdam: John Benjamins. vi. ISBN 90-272-4983-0, 1-55619-794-2.
  2. ^ The four Catuṣkoṭi logical divisions are formally very close to the four opposed propositions of the Greek tetralemma, which in turn are analogous to the four truth values of modern relevance logic. (cf. Belnap, Nuel. 1977. "A useful four-valued logic." In Modern Uses of Multiple-Valued Logic, edited by Dunn and Eppstein. Boston: Reidel; Jayatilleke, K. N.. 1967. "The Logic of Four Alternatives." In Philosophy East and West. University of Hawaii Press.)
  3. ^ Chakrabarti, Kisor Kumar. 1976. "Some Comparisons Between Frege's Logic and Navya-Nyaya Logic." Philosophy and Phenomenological Research 36(4):554–63. doi:10.2307/2106873 JSTOR 2106873. "This paper consists of three parts. The first part deals with Frege's distinction between sense and reference of proper names and a similar distinction in Navya-Nyaya logic. In the second part we have compared Frege's definition of number to the Navya-Nyaya definition of number. In the third part we have shown how the study of the so-called 'restrictive conditions for universals' in Navya-Nyaya logic anticipated some of the developments of modern set theory."

Citations[]

  1. ^ from Greek: λογική, logikḗ, 'possessed of reason, intellectual, dialectical, argumentative', related to λόγος (logos), "word, thought, idea, argument, account, reason, or principle." (Liddell and Scott, 1999).
  2. ^ Rescher, Nicholas (1978). "Dialectics: A Controversy-Oriented Approach to the Theory of Knowledge". Informal Logic. 1 (#3). doi:10.22329/il.v1i3.2809.
  3. ^ Hetherington, Stephen (2006). "Nicholas Rescher: Philosophical Dialectics". Notre Dame Philosophical Reviews (2006.07.16).
  4. ^ Rescher, Nicholas (2009). Jacquette, Dale (ed.). Reason, Method, and Value: A Reader on the Philosophy of Nicholas Rescher. Ontos Verlag. ISBN 978-3-11-032905-6.
  5. ^ Hinman, Peter G. (2005). Fundamentals of mathematical logic. Wellesley, Mass.: A K Peters. ISBN 978-1-315-27553-6. OCLC 958798526.
  6. ^ Jump up to: a b "Supplement #3: Notes on Logic | Logic | Argument | Free 30-day Trial". Scribd. Retrieved 27 May 2020.
  7. ^ Stolyar, Abram A. (1983). Introduction to Elementary Mathematical Logic. Dover Publications. p. 3. ISBN 978-0-486-64561-2.
  8. ^ Jump up to: a b Whitehead, Alfred North; Russell, Bertrand (1967). Principia Mathematica to *56. Cambridge University Press. ISBN 978-0-521-62606-4.
  9. ^ Brookshear, J. Glenn (1989). "Computability: Foundations of Recursive Function Theory". Theory of computation: formal languages, automata, and complexity. Redwood City, Calif.: Benjamin/Cummings Pub. Co. ISBN 978-0-8053-0143-4.
  10. ^ Brookshear, J. Glenn (1989). "Complexity". Theory of computation: formal languages, automata, and complexity. Redwood City, Calif.: Benjamin/Cummings Pub. Co. ISBN 978-0-8053-0143-4.
  11. ^ Barr, Michael; Charles Wells (1998). Category Theory for Computing Science (PDF). Centre de Recherches Mathématiques.
  12. ^ Lewis, Harry R. (1981). Elements of the Theory of Computation. Prentice Hall.
  13. ^ Davis, Martin (11 May 1995). "Influences of Mathematical Logic on Computer Science". In Rolf Herken (ed.). The Universal Turing Machine. Springer Verlag. ISBN 9783211826379. Retrieved 26 December 2013.
  14. ^ DeLoach, Scott; Thomas Hartrum (June 2000). "A Theory Based Representation for Object-Oriented Domain Models". IEEE Transactions on Software Engineering. 25 (6): 500–517. doi:10.1109/32.852740.
  15. ^ Blackburn, Patrick; de Rijke, Maarten; Venema, Yde (2001). Modal Logic. Cambridge Tracts in Theoretical Computer Science. Cambridge University Press.
  16. ^ Hofstadter, Douglas R. (5 February 1999). Gödel, Escher, Bach: An Eternal Golden Braid. Basic Books. ISBN 978-0465026562.
  17. ^ Partee, Barbara (2016). "Formal Semantics". In Aloni, Maria; Dekker, Paul (eds.). Cambridge Handbook of Formal Semantics. Cambridge University Press. ISBN 978-1-107-02839-5.
  18. ^ Coppock, Elizabeth; Champollion, Lucas (2019). [eecoppock.info/semantics-boot-camp.pdf Invitation to formal semantics] Check |url= value (help) (PDF).
  19. ^ Irene Heim; Angelika Kratzer (1998). Semantics in generative grammar. Wiley-Blackwell. ISBN 978-0-631-19713-3.
  20. ^ Kroeger, Paul (2019). Analyzing Meaning. Language Science Press. ISBN 978-3-96110-136-8.
  21. ^ Hawthorne, James (2021). "Inductive Logic". In Zalta, Edward N. (ed.). The Stanford Encyclopedia of Philosophy. Metaphysics Research Lab, Stanford University.
  22. ^ Douven, Igor (2021). "Abduction". In Zalta, Edward N. (ed.). The Stanford Encyclopedia of Philosophy. Metaphysics Research Lab, Stanford University.
  23. ^ "Validity and Soundness". The Internet Encyclopedia of Philosophy. ISSN 2161-0002. Archived from the original on 27 May 2018. Retrieved 9 May 2020.
  24. ^ Jump up to: a b c Shapiro, Stewart; Kouri Kissel, Teresa (2021). "Classical Logic". In Zalta, Edward N. (ed.). The Stanford Encyclopedia of Philosophy. Metaphysics Research Lab, Stanford University.
  25. ^ Gamut, L.T.F. (1991). Logic, Language and Meaning Vol 1: Introduction to Logic. University of Chicago Press. pp. 26–27. ISBN 978-0226280851.
  26. ^ Enderton, Herbert (2001). A mathematical introduction to logic. Elsevier. Chapter 1. ISBN 978-0122384523.
  27. ^ Sider, Theodore (2010). Logic for Philosophy. Oxford University Press. pp. 30–31. ISBN 978-0199575589.
  28. ^ Sider, Theodore (2010). Logic for Philosophy. Oxford University Press. pp. 47–48. ISBN 978-0199575589.
  29. ^ Gamut, L.T.F. (1991). Logic, Language and Meaning Vol 1: Introduction to Logic. University of Chicago Press. pp. 114–155. ISBN 978-0226280851.
  30. ^ Sider, Theodore (2010). Logic for Philosophy. Oxford University Press. pp. 34–42. ISBN 978-0199575589.
  31. ^ Shapiro, Stewart; Kouri Kissel, Teresa (2021). "Classical Logic". In Zalta, Edward N. (ed.). The Stanford Encyclopedia of Philosophy. Metaphysics Research Lab, Stanford University.
  32. ^ Gamut, L.T.F. (1991). Logic, Language and Meaning Vol 1: Introduction to Logic. University of Chicago Press. pp. 148–150. ISBN 978-0226280851.
  33. ^ Enderton, Herbert (2001). A mathematical introduction to logic. Elsevier. Chapter 2.5. ISBN 978-0122384523.
  34. ^ van Dalen, Dirk (1994). Logic and Structure. Springer. Chapter 1.5. ISBN 0-387-57839-0.
  35. ^ Brody, Boruch A. (2006). Encyclopedia of philosophy. 5. Donald M. Borchert (2nd ed.). Detroit: Thomson Gale/Macmillan Reference USA. pp. 535–536. ISBN 0-02-865780-2. OCLC 61151356. The two most important types of logical calculi are propositional (or sentential calaculi and functional (or predicate) calculi. A propositional calculus is a system containing propositional variables and connectives (some also contain propositional constants) but not individual or functional variables or constants. In the extended propositional calculus, quantifiers whose operator variables are propositional variables are added.
  36. ^ Sider, Theodore (2010). Logic for Philosophy. Oxford University Press. Chapter 2.3. ISBN 978-0199575589.
  37. ^ Gamut, L.T.F. (1991). Logic, Language and Meaning Vol 1: Introduction to Logic. University of Chicago Press. 2.3. ISBN 978-0226280851.
  38. ^ Blackburn, Patrick; de Rijke, Maarten; Venema, Yde (2001). Modal Logic. Cambridge Tracts in Theoretical Computer Science. Cambridge University Press.
  39. ^ Jump up to: a b "History of logic: Arabic logic". Encyclopædia Britannica. Archived from the original on 12 October 2007.
  40. ^ Sider, Theodore (2010). Logic for Philosophy. Oxford University Press. Chapter 3. ISBN 978-0199575589.
  41. ^ Sider, Theodore (2010). Logic for Philosophy. Oxford University Press. Chapter 3.5. ISBN 978-0199575589.
  42. ^ Bezhanishvili, Nick; de Jongh, Dick (2009). Intuitionistic Logic (PDF).
  43. ^ Moschovakis, Joan (2018). "Intuitionistic Logic". In Zalta, Edward N. (ed.). The Stanford Encyclopedia of Philosophy. Metaphysics Research Lab, Stanford University.
  44. ^ Ciardelli, I. (2009). "Inquisitive semantics and intermediate logics" (PDF). Master Thesis, ILLC University of Amsterdam.
  45. ^ Sider, Theodore (2010). Logic for Philosophy. Oxford University Press. Chapter 3.4. ISBN 978-0199575589.
  46. ^ Gamut, L.T.F. (1991). Logic, Language and Meaning Vol 1: Introduction to Logic. University of Chicago Press. 5.5. ISBN 978-0226280851.
  47. ^ Zegarelli, Mark (2010), Logic For Dummies, John Wiley & Sons, p. 30, ISBN 978-1-118-05307-2
  48. ^ Hájek, Petr (2006). "Fuzzy Logic". In Zalta, Edward N. (ed.). Stanford Encyclopedia of Philosophy. Metaphysics Research Lab, Stanford University.
  49. ^ Putnam, H. (1969). "Is Logic Empirical?". Boston Studies in the Philosophy of Science. 5: 216–241. doi:10.1007/978-94-010-3381-7_5. ISBN 978-94-010-3383-1.
  50. ^ Birkhoff, G.; von Neumann, J. (1936). "The Logic of Quantum Mechanics". Annals of Mathematics. 37 (4): 823–843. doi:10.2307/1968621. JSTOR 1968621.
  51. ^ Dummett, M. (1978). "Is Logic Empirical?". Truth and Other Enigmas. ISBN 978-0-674-91076-8.
  52. ^ Priest, Graham (2008). "Dialetheism". In Zalta, Edward N. (ed.). Stanford Encyclopedia of Philosophy. Metaphysics Research Lab, Stanford University.
  53. ^ Hofweber, T. (2004). "Logic and Ontology". In Zalta, Edward N (ed.). Stanford Encyclopedia of Philosophy. Metaphysics Research Lab, Stanford University.
  54. ^ Brandom, Robert (2000). Articulating Reasons. Cambridge, MA: Harvard University Press. ISBN 978-0-674-00158-9.
  55. ^ Nietzsche, 1873, On Truth and Lies in a Nonmoral Sense.
  56. ^ Nietzsche, 1882, The Gay Science.
  57. ^ Nietzsche, 1878, Human, All Too Human
  58. ^ Babette Babich, Habermas, Nietzsche, and Critical Theory
  59. ^ Georg Lukács. "The Destruction of Reason by Georg Lukács 1952". Marxists.org. Retrieved 16 June 2013.
  60. ^ Russell, Bertrand (1945), A History of Western Philosophy And Its Connection with Political and Social Circumstances from the Earliest Times to the Present Day (PDF), Simon and Schuster, p. 762, archived from the original on 28 May 2014
  61. ^ E.g., Kline (1972, p. 53) wrote "A major achievement of Aristotle was the founding of the science of logic".
  62. ^ Jump up to: a b Łukasiewicz, Jan (1957). Aristotle's syllogistic from the standpoint of modern formal logic (2nd ed.). Oxford University Press. p. 7. ISBN 978-0-19-824144-7.
  63. ^ Jonathan Lear (1986). "Aristotle and Logical Theory". Cambridge University Press. p. 34. ISBN 0-521-31178-0
  64. ^ Simo Knuuttila (1981). "Reforging the great chain of being: studies of the history of modal theories". Springer Science & Business. p. 71. ISBN 90-277-1125-9
  65. ^ Michael Fisher, Dov M. Gabbay, Lluís Vila (2005). "Handbook of temporal reasoning in artificial intelligence". Elsevier. p. 119. ISBN 0-444-51493-7
  66. ^ Harold Joseph Berman (1983). "Law and revolution: the formation of the Western legal tradition". Harvard University Press. p. 133. ISBN 0-674-51776-8
  67. ^ "Aristotle Archived 7 June 2010 at the Wayback Machine", MTU Department of Chemistry.
  68. ^ Dag Nikolaus Hasse (19 September 2008). "Influence of Arabic and Islamic Philosophy on the Latin West". Stanford Encyclopedia of Philosophy. Retrieved 13 October 2009.
  69. ^ Richard F. Washell (1973), "Logic, Language, and Albert the Great", Journal of the History of Ideas 34 (3), pp. 445–450 [445].
  70. ^ Kneale p. 229
  71. ^ Kneale: p. 266; Ockham: Summa Logicae i. 14; Avicenna: Avicennae Opera Venice 1508 f87rb
  72. ^ Jump up to: a b Goodman, Lenn Evan (2003), Islamic Humanism, p. 155, Oxford University Press, ISBN 0-19-513580-6.
  73. ^ Goodman, Lenn Evan (1992); Avicenna, p. 188, Routledge, ISBN 0-415-01929-X.
  74. ^ Muhammad Iqbal, The Reconstruction of Religious Thought in Islam, "The Spirit of Muslim Culture" (cf. [1] and [2])
  75. ^ Vidyabhusana, S. C. 1971. A History of Indian Logic: Ancient, Mediaeval, and Modern Schools. pp. 17–21.
  76. ^ Jonardon Ganeri (2001). Indian logic: a reader. Routledge. pp. vii, 5, 7. ISBN 978-0-7007-1306-6.
  77. ^ Boole, George. 1854. An Investigation of the Laws of Thought on Which are Founded the Mathematical Theories of Logic and Probabilities.

Cite error: A list-defined reference named "Bergmann, Merrie 2009" is not used in the content (see the help page).
Cite error: A list-defined reference named "Brenner2008" is not used in the content (see the help page).
Cite error: A list-defined reference named "Hamilton" is not used in the content (see the help page).
Cite error: A list-defined reference named "Introduction to Mathematical Logic" is not used in the content (see the help page).
Cite error: A list-defined reference named "Introduction to Mathematical Logic5" is not used in the content (see the help page).
Cite error: A list-defined reference named "philosophical" is not used in the content (see the help page).
Cite error: A list-defined reference named "Prior Analytics" is not used in the content (see the help page).
Cite error: A list-defined reference named "The Basic Works" is not used in the content (see the help page).
Cite error: A list-defined reference named "The Cambridge Companion to Aristotle" is not used in the content (see the help page).

Bibliography[]

  • Barwise, J. (1982). Handbook of Mathematical Logic. Elsevier. ISBN 978-0-08-093364-1.
  • Belnap, N. (1977). "A useful four-valued logic". In Dunn & Eppstein, Modern uses of multiple-valued logic. Reidel: Boston.
  • Bocheński, J.M. (1959). A précis of mathematical logic. Translated from the French and German editions by Otto Bird. D. Reidel, Dordrecht, South Holland.
  • Bocheński, J.M. (1970). A history of formal logic. 2nd Edition. Translated and edited from the German edition by Ivo Thomas. Chelsea Publishing, New York.
  • Brookshear, J. Glenn (1989). Theory of computation: formal languages, automata, and complexity. Redwood City, Calif.: Benjamin/Cummings Pub. Co. ISBN 978-0-8053-0143-4.
  • Cohen, R.S, and Wartofsky, M.W. (1974). Logical and Epistemological Studies in Contemporary Physics. Boston Studies in the Philosophy of Science. D. Reidel Publishing Company: Dordrecht, Netherlands. ISBN 90-277-0377-9.
  • Finkelstein, D. (1969). "Matter, Space, and Logic". in R.S. Cohen and M.W. Wartofsky (eds. 1974).
  • Gabbay, D.M., and Guenthner, F. (eds., 2001–2005). Handbook of Philosophical Logic. 13 vols., 2nd edition. Kluwer Publishers: Dordrecht.
  • Haack, Susan (1996). Deviant Logic, Fuzzy Logic: Beyond the Formalism, University of Chicago Press.
  • Harper, Robert (2001). "Logic". Online Etymology Dictionary. Retrieved 8 May 2009.
  • Hilbert, D., and Ackermann, W, (1928). Grundzüge der theoretischen Logik (Principles of Mathematical Logic). Springer-Verlag. OCLC 2085765
  • Hodges, W. (2001). Logic. An introduction to Elementary Logic, Penguin Books.
  • Hofweber, T. (2004), Logic and Ontology. Stanford Encyclopedia of Philosophy. Edward N. Zalta (ed.).
  • Hughes, R.I.G. (1993, ed.). A Philosophical Companion to First-Order Logic. Hackett Publishing.
  • Kline, Morris (1972). Mathematical Thought From Ancient to Modern Times. Oxford University Press. ISBN 978-0-19-506135-2.
  • Kneale, William, and Kneale, Martha, (1962). The Development of Logic. Oxford University Press, London, UK.
  • Liddell, Henry George; Scott, Robert. "Logikos". A Greek-English Lexicon. Perseus Project. Retrieved 8 May 2009.
  • Mendelson, Elliott, (1964). Introduction to Mathematical Logic. Wadsworth & Brooks/Cole Advanced Books & Software: Monterey, Calif. OCLC 13580200
  • Smith, B. (1989). "Logic and the Sachverhalt". The Monist 72(1): 52–69.
  • Whitehead, Alfred North and Bertrand Russell (1910). Principia Mathematica. Cambridge University Press: Cambridge, England. OCLC 1041146

External links[]

Retrieved from ""