There Exists An Integer That Is Not The Sum of Two Squares Importance of Mathematical Logic
There Exists An Integer That Is Not The Sum of Two Squares Importance of Mathematical Logic
Types of Propositions
In propositional logic, propositions are statements that
can be evaluated as true or false. They are the building
blocks of more complex logical statements. Here’s a
breakdown of the two main types of propositions:
Atomic Propositions
Compound Propositions
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.
For Example,
1. The sun rises in the East and sets in the West.
2. 1 + 1 = 2
3. ‘b’ is a vowel.
Above 3 sentences are propositions, where the first two
are Valid(True) and the third one is Invalid(False).
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 p,q,r,s p,q,r,s .
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
Truth Table of Propositional Logic
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-
1. Negation
If p p is a proposition, then the negation of p p is
denoted by ¬p ¬p , which when translated to simple
English means- “It is not the case that p” or simply
“not p“. The truth value of -p is the opposite of the
truth value of p. The truth table of -p is:
p ¬p
T F
F T
p∧
p q q
T T T
T F F
p∧
p q q
F T F
F F F
p∨
p q q
T T T
T F T
F T T
p∨
p q q
F F F
p q p⊕q
T T F
T F T
F T T
F F F
p q p⊕q
p→
p q q
T T T
T F F
p→
p q q
F T T
F F T
p↔
p q q
T T T
T F F
F T F
F F T