Propositional Logic
Propositional Logic
Propositional Logic
Basic Concepts of
Propositional Logic
1.Propositions:
A proposition is a declarative statement
that is either true or false. For example:
" "The sky is blue." (True)
" "It is raining." (False)
2. Logical Connectives:
3. Truth Tables:
1. Commutativity:
"PAQ=Q^P
"PVQ=Q VP
2. Associativity:
3. Distributivity:
4. Identity:
"PAtrue P
"PVfalse =P
5. Domination:
"PVtrue =true
" PAfalse =false
6. Double Negation:
"-(-P) =P
7. ldempotence:
"PAPEP
"PVP=P
Applications of Propositional
Logic in AI
1. Knowledge Representation:
2. Automated Reasoning:
4. Decision Making:
In decision-making processes,
propositional logic helps Al systems
evaluate various options and determine
the best course of action. Logical rules
can encode decision criteria, and truth
tables can be used to assess the
outcomes of different choices.