Propositional-Logic-Lesson-Arniaz-Regular-class
Propositional-Logic-Lesson-Arniaz-Regular-class
A, -A
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 . 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
1. Negation
If is a proposition, then the negation of is denoted by ¬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:T
p ¬p
T F
F T
Example, Negation of “It is raining today”, is “It is not the case that is raining
today” or simply “It is not raining today”.
2. Conjunction
For any two propositions p and q , their conjunction is denoted by p^q,
which means “p and q“. The conjunction p^q is True when both p and q are
True, otherwise False. The truth table of is:
p∧
P q q
T T T
T F F
F T F
F F F
p∨
P q q
T T T
T F T
F T T
F F F
TP q p⊕q
T T F
T F T
F T T
F F F
T T T
T F F
F T T
F F T
One might wonder that why is true when is false. This is because the
implication guarantees that when and are true then the implication is true.
But the implication does not guarantee anything when the premise is false.
There is no way of knowing whether or not the implication is false since did
not happen. This situation is similar to the “Innocent until proven Guilty”
stance, which means that the implication is considered true until proven
false. Since we cannot call the implication false when is false, our only
alternative is to call it true.
“If p, then “q”p is sufficient for q””q when p””a necessary condition for p is
q””p only if q””q unless ≠p””q follows from p”
P q p↔q
T T T
T F F
F T F
F F T
Conclusion
Propositional logic is a fundamental branch of mathematical logic that deals
with propositions (statements that are either true or false) and their
relationships. It uses logical connectives such as AND (∧), OR (∨), NOT (¬),
IMPLIES (→), and IF AND ONLY IF (↔) to form compound propositions. The
truth or falsity of these compound propositions can be determined using truth
tables. Propositional logic provides a foundation for more complex logical
systems and is essential in various fields, including computer science,
mathematics, and philosophy.
FAQs on Propositional Logic
The basic logical connectives are AND ( ∧), OR (∨), NOT (¬), IMPLIES (→),
What are the basic logical connectives in propositional logic?