/
Symbolic logic Modern logic Symbolic logic Modern logic

Symbolic logic Modern logic - PowerPoint Presentation

oconnor
oconnor . @oconnor
Follow
65 views
Uploaded On 2023-10-04

Symbolic logic Modern logic - PPT Presentation

To fully understand deductive reasoning we need a general theory of deduction to     Explain the relations between premises and conclusions Provide techniques for discriminating between valid and invalid ID: 1021892

true statement false charlie statement true charlie false truth compound logic conjunction statements bill swims max runs john symbol

Share:

Link:

Embed:

Download Presentation from below link

Download Presentation The PPT/PDF document "Symbolic logic Modern logic" is the property of its rightful owner. Permission is granted to download and print the materials on this web site for personal, non-commercial use only, and to display it on your personal computer provided you do not modify the materials and that you retain all copyright notices contained in the materials. By downloading content from our website, you accept the terms of this agreement.


Presentation Transcript

1. Symbolic logicModern logic

2. To fully understand deductive reasoning we need a general theory of deduction to  Explain the relations between premises and conclusions.Provide techniques for discriminating between valid and invalid.

3. Early on, we examined classical logic (Aristotelian logic): Square + Syllogisms    We now consider modern logic: Symbolic Logic

4. These two systems have similar aims, but proceed in very different ways.   Modern logic uses an artificial symbolic language.    Why? Because natural languages—like English—often use vague words, double meaning, metaphors, etc.

5. Traditional logic is not versatile enough.A symbolic language overcomes these issues. Think about multiplying Roman numerals: CXIII multiplied by IV. 113 x 4 is much easier to multiply, right?Symbolic logic, by using symbols, makes this task much easier.

6. Arguments may contain compound statements.    Statements are either simple or compound.   Simple Statement: A statement that contains no other statement as a component.   Example: “Charlie is tall” is a simple subject-predicate statement.

7. Compound Statement: A statement that contains one or more statements as components.   Example: “Charlie is tall and Charlie is intelligent” is a compound statement.Two statement in one: “1. Charlie is tall and 2. Charlie is intelligent.”This particular statement is conjoined by the word “and” but there are different compound statements, each of which requires its own logical symbol.

8. symbols

9. CONJUNCTION (AND) In the example just given, the compound statement is formed by way of conjunction, by using the word “and”.  The compound statement, “Charlie is tall and Charlie is intelligent” is a conjunction.In a conjunction the first conjunct is “Charlie is tall” and the second conjunct is “Charlie is intelligent”.

10. The symbol we use to connect statements conjunctively is the symbol “+”  Thus the previous conjunction can be written as “Charlie is tall + Charlie is intelligent”

11. The point is to translate statements into symbols to express arguments more simply and test their validity by constructing a truth table.  Just as a preview: The compound statement above may be a premise to an argument:  Charlie is tall and Charlie is intelligent. Therefore, Charlie is intelligent.

12. This argument can be stated symbolically by using a letter to stand for each conjunct like this:  T = “Charlie is tall.”   and = +  I = “Charlie is intelligent.”  Then rewrite the argument symbolically (the three dots mean “therefore”):  T + I ∴I

13. Truth Value   Since every statement is either true or false, we say that every statement has a truth value. The entire compound statement also has a truth value. The truth value of a compound statement is determined by the truth value of its components: if both its conjuncts are true, the conjunction is true, otherwise it is false.

14. For that reason, a conjunction is said to be a truth-functional compound statement.   And its conjuncts are truth-functional compounds.   And the symbol “+” is a truth-functional connective.

15. Given two statements there are only 4 possible sets of truth values:   Let’s take our Charlie argument to illustrate: T = “Charlie is tall.”  I = “Charlie is intelligent.”When T is true and I is true = “T + I” is true.When T is false and I is true = “T + I” is false.When T is true and I is false = “T + I” is false.When T is false and I is false = “T + I” is false.…in other words, a conjunction is true if and only if both its conjuncts are true.

16. Another way to symbolize it is construct a truth table. TIT + ITTTFTFTFFFFF

17. NEGATION (NOT) The negation of a statement is indicated with the word “not”.  Negating a statement also can be done by prefixing a sentence by “it is false that…”  Modern logicians use the symbol minus “-”  This is an easy one:If a statement is true, then its negation must be false, and vice versa.

18. EXAMPLE: P = Popcorn is good –P = Popcorn is not goodP-PTFFT

19. DISJUNCTION (OR)  Each statement is called disjunct.The symbol used is the lower case letter “v”  TIT v ITTTFTTTFTFFF

20. CONDITIONAL STATEMENT (IF…THEN)  An “if…then” statement is a conditional statement. Example: “If I graduate, then I will get a job.” the first statement is the antecedent, the second is the consequent. The symbol used is the lazy U (or horseshoe) ⊃

21. Any conditional statement is false if its antecedent is true and its consequent false. T ⊃ F = F   TIT⊃ITTTFTTTFFFFT

22. MATERIAL EQUIVALENCE (IF AND ONLY IF)  Two statements are materially equivalent just if they have the same truth value.  The connective used is the three-bar sign, ≡ “if and only if” often “iff” TIT ≡ ITTTFTFTFFFFT

23. Punctuation

24. Just like in normal language, in symbolic logic we need punctuation. Consider the following: “The teacher said John is intelligent.” vs. “The teacher, said John, is intelligent.”  by inserting commas to a sentence we can create a totally different meaning.Even in math:  “2x3+5” vs. “2x (3+5)” In symbolic logic we use parentheses, brackets, braces, etc.to create different meanings.

25. For example, if I say, “It is not true that if Max runs, then Bill swims and John fences.” I mean “If Max runs, then Bill swims and John fences” is false. (The entire conditional statement is false)But notice that “Bill swims and John fences” is a conjunction. And this conjunction is the consequent of the entire conditional statement.To translate the statement into symbols, we may underline full statements and circle connectives: “it is not true that if Max runs then Bill swims and John fences.”Second step: Assign an uppercase letter to each statement.First step: Max runs = MBill Swims = BJohn Fences = F

26. Third step: rewrite the sentence using symbols. “it is not true that if Max runs then Bill swims and John fences.” -M⊃B+F Fourth step: use parenthesis, brackets, etc. if needed. -[M ⊃ (B+F)] -M⊃B+F

27. “it is not true that if Max runs and Bill swims then John fences, and it’s not true that Max runs or Bill swims.”Max runs = MBill swims = BJohn fences = F“it is not true that if M and B then F, and it’s not true that M or B.” -M+B ⊃ F + - M v B - (M+B) ⊃ F + - (M v B) - [(M+B) ⊃ F] + - (M v B)

28. If the President vetoes the bill or if Congress balks and the people protest, then the chances of passing this year’s new tax amendment are not good.”The President vetoes the bill = VCongress balks = CThe people protest = PThe chances of passing this year’s new tax amendment are good = G Notice I did not include “not” because it is a negation and I want only the simple sentence.

29.   If V or if C and P, then not G    C and P should be grouped together, so (C + P)  If V or if (C and P), then not G   Now, the whole statement is a conditional: “If V or if (C and P)” is the antecedent.  “then not G” is the consequent.  Therefore, they should be connected with the horseshoe ⊃

30. If V or if (C and P) ⊃ not G  To further indicate that the antecedent and consequent are separated we use brackets (because we already used parentheses). [If V or if (C and P)] ⊃ not G  Now we need to get rid of words and convert them into connectives:  [V v (C + P)] ⊃ –G

31. It’s not true that If I am innocent and do not have an alibi, then I go to jail.I am innocent = II have an alibi = AI go to jail = JIt is not true that if I + - A then J It is not true that (if I + - A) then J - (I + - A) ⊃ J - [(I + - A) ⊃ J]

32. The end