Difference between revisions of "Propositional calculus"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(Created page with "'''Propositional calculus''' (also called '''propositional logic''', '''sentential calculus''', '''sentential logic''', or sometimes '''zeroth-order logic''') is the branch of...")
 
 
Line 1: Line 1:
'''Propositional calculus''' (also called '''propositional logic''', '''sentential calculus''', '''sentential logic''', or sometimes '''zeroth-order logic''') is the branch of [[mathematical logic]] concerned with the study of propositions (whether they are true or false) that are formed by other propositions with the use of logical connectives, and how their value depends on the truth value of their components.
+
'''Propositional calculus''' (also called '''propositional logic''', '''sentential calculus''', '''sentential logic''', or sometimes '''zeroth-order logic''') is the branch of [[mathematical logic]] concerned with the study of propositions (whether they are true or false) that are formed by other propositions with the use of [[Logical connective|logical connectives]], and how their value depends on the truth value of their components.
  
 
== Description ==
 
== Description ==
Line 43: Line 43:
 
* [[Jean Buridan]]
 
* [[Jean Buridan]]
 
* [[Laws of Form]]
 
* [[Laws of Form]]
 +
* [[Logical connective]]
 
* [[Logical graph]]
 
* [[Logical graph]]
 
* [[Logical NOR]]
 
* [[Logical NOR]]

Latest revision as of 14:37, 25 August 2016

Propositional calculus (also called propositional logic, sentential calculus, sentential logic, or sometimes zeroth-order logic) is the branch of mathematical logic concerned with the study of propositions (whether they are true or false) that are formed by other propositions with the use of logical connectives, and how their value depends on the truth value of their components.

Description

Logical connectives are found in natural languages. In English for example, some examples are "and" (conjunction), "or" (disjunction), "not” (negation) and "if" (but only when used to denote material conditional).

The following is an example of a very simple inference within the scope of propositional logic:

  • Premise 1: If it's raining then it's cloudy.
  • Premise 2: It's raining.
  • Conclusion: It's cloudy.

Both premises and the conclusion are propositions. The premises are taken for granted and then with the application of modus ponens (an inference rule) the conclusion follows.

See also

Higher logical levels

Related topics

External links