Section 2.2 – An Introduction to Logic

 

Conditional statements are statements that are in “if-then” form.  For example, if I live in Silver Spring, then I live in Montgomery County. 

 

The conditional is always a TRUE statement.

 

Notation:          If p then q

      or

   p à q  (Read as “p implies q”)

 

if – hypothesis

then – conclusion

 

Ex] if I live in Silver Spring, then I live in Montgomery County.

 

Euler diagram  

 

 

 

 

 

 

 

 

 


Deductive Reasoning or Deduction is the process of drawing logically certain conclusions by using an argument.

 

Converse – a conditional statement in which the hypothesis and the conclusion are interchanged.

                                    If q then p

     or

   q à p

 

Ex] if I live in Montgomery County, then I live in Silver Spring.

 

Counterexample – a statement that proves a statement is false.

 

Logical Chain – when 3 or more conditional statements are linked together.

 

Transitive Property

 

If A then B, and if B then C

Then if A then C