DIZNR INTERNATIONAL

Day 04Part16(B) – Propositional logic in discrete mathematics – Statements and arguments concept.

Day 04Part16(B) – Propositional logic in discrete mathematics – Statements and arguments concept.

https://www.gyanodhan.com/video/7B4.%20GATE%20CSEIT/Discrete%20Mathematics%201/467.%20Day%2004Part16%28B%29%20-%20Propositional%20logic%20in%20discrete%20mathematics%20-%20Statements%20and%20arguments%20concept.mp4

 Propositional Logic in Discrete Mathematics – Statements & Arguments

Propositional Logic is a branch of Discrete Mathematics that deals with statements (propositions) and their logical relationships. It helps in mathematical reasoning, computer science, and logic circuits.

 1. What is a Proposition?

A proposition is a declarative sentence that is either true (T) or false (F) but not both.

Examples:
 “2 + 2 = 4” (True)
 “The sky is green.” (False)

Not a Proposition:
 “What is your name?” (Not declarative)
 “x + 5 = 10” (Depends on x’s value)

 2. Logical Connectives in Propositional Logic

We combine propositions using logical connectives:

Symbol Name Example Meaning
¬P Negation ¬(P: “It is raining”) → “It is NOT raining” Reverses the truth value
P ∧ Q Conjunction “I study AND I pass” Both must be true
P ∨ Q Disjunction “I study OR I pass” At least one must be true
P → Q Implication “If I study, then I pass” If P is true, then Q must be true
P Q Biconditional “I pass if and only if I study” Both must have the same truth value

 3. Arguments in Propositional Logic

An argument is a sequence of statements (propositions) where some statements (premises) lead to a conclusion.

Example:
 Premise 1: If it rains, the ground is wet → (P → Q)
 Premise 2: It is raining → (P is True)
 Conclusion: The ground is wet → (Q is True)

This is a valid argument (Modus Ponens rule).

 4. Types of Logical Arguments

Modus Ponens (Direct Reasoning)

Modus Tollens (Indirect Reasoning)

Hypothetical Syllogism

Disjunctive Syllogism

 5. Valid vs. Invalid Arguments

Valid Argument: The conclusion follows logically from the premises.
Invalid Argument (Fallacy): The conclusion does not logically follow.

Example of an Invalid Argument (Fallacy)
 Premise: “If you are in India, you are in Asia.” (True)
 Premise: “You are in Asia.” (True)
Wrong Conclusion: “You are in India.” (Not necessarily true)

Fallacy Name: Affirming the Consequent

 6. Truth Tables for Arguments

We can verify logical validity using truth tables.

Example: Truth Table for P → Q

P Q P → Q
T T T
T F F
F T T
F F T

Only false when P is True and Q is False.

 7. Applications of Propositional Logic

Mathematical Proofs
Artificial Intelligence & Expert Systems
Programming (Conditional Statements)
Logic Circuits (AND, OR, NOT gates)
Cybersecurity (Logical Access Controls)

Would you like some practice questions with solutions to strengthen your understanding?

Day 04Part16(B) – Propositional logic in discrete mathematics – Statements and arguments concept.

UNIT – I–DISCRETE MATHEMATICS – SMT1304

Propositional Logic | Discrete Mathematics

Here’s a clear and complete explanation of:


Day 04 Part 16(B) – Propositional Logic in Discrete Mathematics

Topic: Statements and Arguments – Concept & Explanation


1. What is Propositional Logic?

Propositional logic (also known as statement logic) deals with propositions (statements) and their logical relationships.

Examples of valid propositions:

Not a proposition:


2. Statement Logic – Basic Connectives

Symbol Name Meaning Example
¬P Negation “not P” ¬(It is raining)
P ∧ Q Conjunction “P and Q” It is hot ∧ humid
P ∨ Q Disjunction “P or Q” I study ∨ I play
P → Q Implication “If P, then Q” If I study → I pass
P Q Bi-implication “P if and only if Q” P Q

3. What is an Argument in Logic?

An argument is a set of premises (statements) that lead to a conclusion.

Example Argument:

Premise 1: If it rains, the ground gets wet. (P → Q)
Premise 2: It is raining. (P)

Conclusion: The ground gets wet. (Q)

This is a valid argument using Modus Ponens.


4. Common Inference Rules (Argument Patterns)

Name Form Meaning
Modus Ponens P → Q, P ⟹ Q If P implies Q and P is true, Q is true
Modus Tollens P → Q, ¬Q ⟹ ¬P If P implies Q and Q is false, P is false
Disjunctive Syllogism P ∨ Q, ¬P ⟹ Q Either P or Q is true, and P is false, so Q is true
Hypothetical Syllogism P → Q, Q → R ⟹ P → R Chain rule of implication

5. How to Check Argument Validity?

An argument is valid if:

It is invalid if:

You can check validity using:


6. Truth Table for Implication (P → Q)

P Q P → Q
T T T
T F F
F T T
F F T

Implication is only false when P is true and Q is false.


Summary Points:


Would you like:

Let me know how you’d like to continue your learning!

Day 04Part16(B) – Propositional logic in discrete mathematics – Statements and arguments concept.

Lecture 1: Propositional Logic