logic

18
Logic By David And Garry Do Now: Pay attention to what we are about to say and don’t interrupt until we are finished explaining.

Upload: zanna

Post on 06-Jan-2016

31 views

Category:

Documents


0 download

DESCRIPTION

Logic. By David And Garry Do Now: Pay attention to what we are about to say and don’t interrupt until we are finished explaining. The  conjunction and  disjunction Signs. A conjunction is true only when both premises are true. A disjunction is true when at least one premise is true. - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Logic

LogicBy David And Garry

Do Now: Pay attention to what we are about to say and don’t interrupt until we are finished explaining.

Page 2: Logic

The conjunction and disjunction Signs

Page 3: Logic

P Q P Q P Q

T T

T F

F T

F F

Page 4: Logic

• A conjunction is true only when both premises are true.

• A disjunction is true when at least one premise is true.

Page 5: Logic

The ~negation Sign

Page 6: Logic

P Q ˜p ˜q

T t

T F

F T

f F

Page 7: Logic

• The negation of P is the opposite of P and the negation of Q is the opposite of Q.

Page 8: Logic

P Q ˜p ˜q P Q ˜(P Q)

T T

T F

F T

F F

Page 9: Logic

P Q ~P ~Q ~P v Q

~P Q

~Q P

~Q v P

T T

T F

F T

F F

Page 10: Logic

The →conditional Symbol

Page 11: Logic

P Q P→Q

T T

T F

F T

F F

Page 12: Logic

• A conditional is false only when P is true and Q is false. In all other cases, its true.

Page 13: Logic

P Q P→Q ~(P→Q)

T T

T F

F T

F F

Page 14: Logic

P Q ~P ~Q ~P→Q ~Q→P

T T

T F

F T

F F

Page 15: Logic

The ↔biconditional Symbol

Page 16: Logic

P Q P↔Q

T T

T F

F T

F F

Page 17: Logic

• The biconditional symbol is only true when both P and Q are the same.

Page 18: Logic

Hw [=

1. (P -> Q) <-> (~P v Q)2. (~P v Q) -> (P v Q)3. (~Q v P) -> (Q ~P)4. ( Q -> P) <-> ( P -> Q)5. (~Q -> ~P) <-> ( ~P -> ~Q)