0% found this document useful (0 votes)
9 views10 pages

Mat 210 Groupreport

The document discusses the application of logic in real life, emphasizing its role in structured reasoning and critical thinking. It covers fundamental concepts such as propositions, logical operations, and rules of inference, along with practical examples and truth table validations. The conclusion highlights the importance of logic in constructing valid arguments and its relevance in technological and analytical advancements.

Uploaded by

muhdarif050707
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views10 pages

Mat 210 Groupreport

The document discusses the application of logic in real life, emphasizing its role in structured reasoning and critical thinking. It covers fundamental concepts such as propositions, logical operations, and rules of inference, along with practical examples and truth table validations. The conclusion highlights the importance of logic in constructing valid arguments and its relevance in technological and analytical advancements.

Uploaded by

muhdarif050707
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 10

TOPIC: APPLICATION OF LOGIC IN REAL LIFE

GROUP MEMBERS:

NAME STUDENT ID GROUP

MUHAMMAD ARIF BIN NORDIN CDCS1103D

SYAHRUL NAIM BIN SYAHRUL REDZUAN 2023604488 CDCS1103D

MUHAMAD HARIS BIN SAMSUDDIN 2023865896 CDCS1103D

LECTURER NAME: SITI SALIHAH BINTI SHAFFIE

DATE OF COMPLETION:
TABLE OF CONTENT

1.0 INTRODUCTION ................................................................................................ 2


2.0 DESCRIPTION ................................................................................................... 3
3.0 EXAMPLES ........................................................................................................ 5
4.0 CONCLUSION .................................................................................................... 9
5.0 REFERENCE ...................................................................................................... 9

1
1.0 INTRODUCTION

The fundamentals of logic form the foundation for structured reasoning and critical
thinking in mathematics or computer science. Logic is the study of principles and methods used to
evaluate the validity and truth of statements or arguments. It provides a systematic framework for
analysing propositions, relationships between them, and the rules governing their manipulation.

Logic involves propositions, which are statements that can be classified as either true or
false. Fundamental logical operations include conjunction, disjunction, negation and implication.
These operations, combined with truth tables, help define the truth values of complex statements
based on simpler ones. Logic also introduces concepts such as logical equivalence, where two
expressions yield the same truth values under all conditions, and validity, which ensures that a
conclusion logically follows from given premises.

The study of logic is essential for developing formal systems of reasoning, constructing
sound arguments, and solving problems systematically. It underpins advanced topics like predicate
logic, proof theory, and computational logic, all of which are indispensable for disciplines
requiring precision and clarity.

2
2.0 DESCRIPTION

The concepts of logic are the foundational elements that enable systematic reasoning and
analysis of statements and arguments. These concepts include propositions, logical operations,
truth tables, equivalence and validity, each playing a critical role in understanding and applying
logical principles.

Logical Operations

Logical operations define relationships between propositions, allowing complex statements to


be analysed systematically. The primary operations are:

LOGICAL OPERATION SYMBOL EXAMPLE DESCRIPTION


Conjunction ∧ P∧Q Represents AND
Disjunction ∨ P∨Q Represents OR
Negation ¬ ¬P Represents NOT
Implication → P→Q Represents IF-THEN
Biconditional ↔ P↔Q Represents IF AND ONLY IF

Rules of Inference

Rules of inference are logical principles that guide the derivation of conclusions from
premises. They serve as the foundation for constructing valid arguments and proofs in logic.
Each rule represents a valid pattern of reasoning that ensures the conclusion is true if the
premises are true.

3
4
3.0 EXAMPLES

Solution:

Primitive propositions

• P: Mary visits Thailand


• Q: Lisa visits Vietnam
• R: Sandra visits Malaysia
• S: Mia visits Laos

Premise

• P∧Q
• P→(¬Q∨¬R)
• S→R

5
1. Find the conclusion for the sequence of propositions above using rules of inference.

1. P∧Q (Premise 1)
2. P→(¬Q∨¬R) (Premise 2)
3. S→R (Premise 3)
4. P (Premise 1, Simplification)
5. ¬Q∨¬R (Premise 2 & 4, Modus ponens)
6. Q (Premise 1, Simplification)
7. ¬R (5 & 6, Disjunctive syllogism)
8. ¬S (Premise 3 & 7 Modus tollens)

2. Validate the conclusion concluded in (1) using truth table.

P Q R S P∧Q
T T T T T
T T T F T
T T F T T
T T F F T
T F T T F
T F T F F
T F F T F
T F F F F
F T T T F
F T T F F
F T F T F
F T F F F
F F T T F
F F T F F
F F F T F
F F F F F

6
¬Q ¬R ¬Q∨¬R P→(¬Q∨¬R) S→R ¬S
F F F F T F
F F F F T T
F T T T F F
F T T T T T
T F T T T F
T F T T T T
T T T T F F
T T T T T T
F F F T T F
F F F T T T
F T T T F F
F T T T T T
T F T T T F
T F T T T T
T T T T F F
T T T T T T

(P∧Q) ∧ (P→(¬Q∨¬R)) (P∧Q) ∧ (P→(¬Q∨¬R)) ∧(S→R) (P∧Q) ∧ (P→(¬Q∨¬R))


∧(S→R) → ¬S
F F T
F F T
T F T
T T T
F F T
F F T
F F T
F F T
F F T
F F T
F F T
F F T
F F T
F F T
F F T
F F T

The last column only contains T’s. Therefore, (P∧Q) ∧ (P→(¬Q∨¬R)) ∧(S→R)
logically implies ¬S.
∴ Valid

7
3. Find the truth value for each primitive propositions.

1. Condition: Mary visits Thailand and Lisa visits Vietnam


Proposition: P∧Q

This means P is True and Q is True.

2. Condition: If Mary visits Thailand, then Lisa can’t visit Vietnam or


Sandra can’t visit Malaysia

Proposition: P→(¬Q∨¬R)

Since P is True and Q is True, this implies must be True. Since Q is


already True, the only way this implication holds is if R is False.

3. Condition: If Mia visits Laos, then Sandra visits Malaysia.


Proposition: S→R

From the second condition, we already know R is False, so S must also be


False.

∴ P is True, Q is True, R is False, S is False.

8
4.0 CONCLUSION

The chapter on the fundamentals of logic in discrete mathematics introduces the core concepts
of propositional and predicate logic, essential for mathematical reasoning and computational
theory. It covers logical connectives, truth tables and formal proof techniques, emphasizing
their importance in constructing valid arguments and solving problems. In this project, we
successfully applied principles of logic to solve real-world scenarios, demonstrating the
validity of arguments through deductive reasoning and truth tables. This project not only
deepened our understanding of theoretical concepts but also emphasized their practical
applications, showcasing how logic serves as a cornerstone for technological and analytical
advancements.

5.0 REFERENCE

Neso Academy. (2018, May 20). Propositional Logic – Logical Equivalences [Video].
YouTube. https://www.youtube.com/watch?v=tDH67yRNXzI

TutorialsPoint. (n.d.). Discrete mathematics - Propositional logic. TutorialsPoint.


https://www.tutorialspoint.com/discrete_mathematics/discrete_mathematics_propositional_lo
gic.htm

GeeksforGeeks. (n.d.). Propositional logic. GeeksforGeeks.


https://www.geeksforgeeks.org/proposition-logic

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy