Propositional Logic

What is a Proposition? A proposition is the basic building block of logic. It is defined as a declarative sentence that is either True or False, but not both. The Truth Value of a proposition is True(denoted as T) if it is a true statement, and False(denoted as F) if it is a false statement. For Example,

  1. The sun rises in the East and sets in the West.
  2. 1 + 1 = 2
  3. ‘b’ is a vowel.

All of the above sentences are propositions, where the first two are Valid(True) and the third one is Invalid(False). Some sentences that do not have a truth value or may have more than one truth value are not propositions. For Example,

  1. What time is it?
  2. Go out and Play
  3. x + 1 = 2

The above sentences are not propositions as the first two do not have a truth value, and the third one may be true or false. To represent propositions, propositional variables are used. By Convention, these variables are represented by small alphabets such as [Tex]p,\:q,\:r,\:s   [/Tex]. The area of logic which deals with propositions is called propositional calculus or propositional logic. It also includes producing new propositions using existing ones. Propositions constructed using one or more propositions are called compound propositions. The propositions are combined together using Logical Connectives or Logical Operators.

Propositional Logic

Propositional Logic

Propositional logic is a branch of mathematics that studies the logical relationships between propositions (or statements, sentences, assertions) taken as a whole, and connected via logical connectives.

In this article, we have covered in detail about propositional logic and related topics.

Table of Content

  • What is Logic?
  • Propositional Logic
  • Truth Table
    • 1. Negation
    • 2. Conjunction
    • 3. Disjunction
    • 4. Exclusive Or
    • 5. Implication
    • 6. Biconditional or Double Implication

Similar Reads

What is Logic?

Logic is the basis of all mathematical reasoning and all automated reasoning. The rules of logic specify the meaning of mathematical statements. These rules help us understand and reason with statements such as –...

Propositional Logic

What is a Proposition? A proposition is the basic building block of logic. It is defined as a declarative sentence that is either True or False, but not both. The Truth Value of a proposition is True(denoted as T) if it is a true statement, and False(denoted as F) if it is a false statement. For Example,...

Truth Table

Since we need to know the truth value of a proposition in all possible scenarios, we consider all the possible combinations of the propositions which are joined together by Logical Connectives to form the given compound proposition. This compilation of all possible scenarios in a tabular format is called a truth table. Most Common Logical Connectives-...