Intro to Logic

  1. Rules of Inference (definition)
    Rules that permit valid inferences from statements assumed as premises. There are 23 total: 9 elementary argument forms, 10 replacement rules, and 4 instantiation/generalization rules.
  2. Difference between elementary argument forms and replacement rules
    • The first 9 elementary rules can be applied only to whole lines of a proof. For example, A can be inferred from A • B only if A • B constitutes a whole line.
    • Any of the last 10 replacement rules can be applied either to whole lines or to parts of lines.
  3. Difference between a valid and invalid argument
    • An argument is valid if and only if it has no substitution instances with true premises and a false conclusion.
    • An argument is invalid if it has at least one substitution instance with true premises and a false conclusion.
  4. When are two statements materially equivalent?
    Two statements are materially equivalent (≡) if they have the same truth value. This means that either they are both true or both false…and that they materially imply each other.
  5. Replacement (definition)
    • The exchange of a component of one statement only by a statement that is known (by one of the 10 replacement rules) to be logically equivalent to that component. Unlike substitution instances, it isn’t necessary to replace every occurrence of the component being replaced.
    • Ex: A ⊃ B can be replaced by ~B ⊃ ~A
  6. Substitution instance (definition)
    • A substitution of statements for statement variables, which can be done as long as it is substituted for every occurrence of that statement variable.
    • Ex: A ⊃ B is a substitution instance of p ⊃ q
  7. Natural deduction (definition)
    A method of proving the validity of a deductive argument by using the rules of inference. It’s a complete system, in that it is compact and readily mastered, and with it, one can construct a formal proof of validity for any valid truth functional argument.
  8. Formal proof of validity (definition)
    A sequence of statements, each of which is either a premise of that argument or follows from preceding statements of the sequence by an elementary valid argument, such that the last statement in the sequence is the conclusion of the argument whose validity is being proved.
  9. Rule of replacement (definition)
    A rule that permits us to infer from any statement the result of replacing any component of that statement by any other statement that is logically equivalent to the component replaced.
  10. 4 Quantification Rules
    • ~(x)Mx ⇔ (∃x)~Mx
    • The statement “Not everything is mortal” is logically equivalent to the statement “There is at least one thing that is not mortal.”
    • (x)Mx ⇔ ~(∃x)~Mx
    • The statement “Everything is mortal” is logically equivalent to the statement “There is not at least one thing that is not mortal.”
    • ~(x)~Mx ⇔ (∃x)Mx
    • The statement “Nothing is not mortal” is logically equivalent to the statement “Something is mortal.”
    • (x)~Mx ⇔ ~(∃x)Mx
    • The statement “Everything is not mortal” is logically equivalent to the statement “There is not at least one thing that is mortal.”
  11. Express the following quantification rule in predicate logic: The statement “Not everything is mortal” is logically equivalent to the statement “There is at least one thing that is not mortal.”
    ~(x)Mx ⇔ (∃x)~Mx
  12. Express the following quantification rule in predicate logic: The statement “Everything is mortal” is logically equivalent to the statement “There is not at least one thing that is not mortal.”
    (x)Mx ⇔ ~(∃x)~Mx
  13. Express the following quantification rule in predicate logic: The statement “Nothing is not mortal” is logically equivalent to the statement “Something is mortal.”
    ~(x)~Mx ⇔ (∃x)Mx
  14. Express the following quantification rule in predicate logic: The statement “Everything is not mortal is logically equivalent to the statement “There is not at least one thing that is mortal.”
    (x)~Mx ⇔ ~(∃x)Mx
  15. Express the following quantification rule in English: ~(x)Mx ⇔ (∃x)~Mx
    The statement “Not everything is mortal” is logically equivalent to the statement “There is at least one thing that is not mortal.”
  16. Express the following quantification rule in English: (x)Mx ⇔ ~(∃x)~Mx
    The statement “Everything is mortal” is logically equivalent to the statement “There is not at least one thing that is not mortal.”
  17. Express the following quantification rule in English: ~(x)~Mx ⇔ (∃x)Mx
    The statement “Nothing is not mortal” is logically equivalent to the statement “Something is mortal.”
  18. Express the following quantification rule in English: (x)~Mx ⇔ ~(∃x)Mx
    The statement “Everything is not mortal is logically equivalent to the statement “There is not at least one thing that is mortal.”
  19. Association (Replacement Rule)
    • [p v (q v r)] ⇔ [(p v q) v r]
    • [p • (q • r)] ⇔ [(p • q) • r]
    • In a conjunction or disjunction of three true statements, it does not matter if you group the first two or the last two.
  20. Double Negation (Replacement Rule)
    • p ⇔ ~~p
    • Any statement is logically equivalent to the negation of the negation of that statement.
  21. Commutation (Replacement Rule)
    • (p v q) ⇔ (q v p)
    • (p • q) ⇔ (q • p)
    • The order of the elements of a conjunction or disjunction does not matter.
  22. Material Implication (Replacement Rule)
    • (p ⊃ q) ⇔ (~p v q)
    • Either the antecedent (p) is false or the consequent (q) is true.
  23. Transposition (Replacement Rule)
    • (p ⊃ q) ⇔ (~q ⊃ ~p)
    • Any conditional statement is logically equivalent to the conditional statement asserting that the negation of its consequent implies the negation of its antecedent.
  24. Tautology (Replacement Rule)
    • p ⇔ (p v p)
    • p ⇔ (p • p)
    • Any statement is logically equivalent to the conjunction or disjunction of itself.
  25. Exportation (Replacement Rule)
    • [(p • q) ⊃ r] ⇔ [p ⊃ (q ⊃ r)]
    • If two propositions conjoined imply a third, that is logically equivalent to asserting that if the first one is true, then the truth of the second must imply the truth of the third.
  26. Material Equivalence (Replacement Rule)
    • (p ⇔ q) [(p ⊃ q) • (q ⊃ p)]
    • (p ⇔ q) [(p • q) v (~q • ~p)]
    • The assertion that two statements are materially equivalent is logically equivalent to asserting that they are both true or both false…and that they materially imply each other.
  27. De Morgan’s Theorems (Replacement Rule)
    • ~(p • q) ⇔ (~p v ~q)
    • ~(p v q) ⇔ (~p • ~q)
    • The negation of a conjunction is logically equivalent to the disjunction of the negations of the conjuncts. The negation of a disjunction is logically equivalent to the conjunction of the negations of the disjuncts.
  28. Distribution (Replacement Rule)
    • [p • (q v r)] ⇔ [(p • q) v (p • r)]
    • [p v (q • r)] ⇔ [(p v q) • (p v r)]
    • The conjunction of one statement with the disjunction of two other statements is logically equivalent to either the conjunction of the first with the second or the conjunction of the first with the third. The disjunction of one statement with the conjunction of two others is logically equivalent to the conjunction of the disjunction of the first with the second and the disjunction of the first with the third.
  29. Addition
    • p
    • ∴ p v q
  30. Constructive Dilemma
    • (p ⊃ q) • (r ⊃ s)
    • p v r
    • ∴ q v s
  31. Conjunction
    • p
    • q
    • ∴ p • q
  32. Disjunction Syllogism
    • p v q
    • ~p
    • ∴ q
  33. Modus Ponens
    • p ⊃ q
    • p
    • ∴ q
  34. Simplification
    • p • q
    • ∴ p
  35. Hypothetical Syllogism
    • p ⊃ q
    • q ⊃ r
    • ∴ p ⊃ r
  36. Modus Tollens
    • p ⊃ q
    • ~q
    • ∴~p
  37. Absorption
    • p ⊃ q
    • p ⊃ (p • q)
  38. The fallacy of affirming the consequent
    • p ⊃ q
    • q
    • ∴ p
  39. The fallacy of denying the antecedent
    • p ⊃ q
    • ~p
    • ∴ ~q
  40. Tautology (definition of tautological statement form)
    • A statement form with only true substitution instances.
    • Ex: p v ~p
    • Ex: (p ⊃ q) ⊃ [p ⊃ (p ⊃ q)]
    • Ex: A truth table in which the conclusion column has only T values.
  41. Contradiction (definition of contradictory statement form)
    • A statement form with only false substitution instances.
    • Ex: p • ~p
    • Ex: A truth table in which the conclusion column has only F values.
  42. Contingent (definition of contingent statement form)
    • A statement form with some true and some false substitution instances.
    • Ex: p • q
    • Ex: A truth table in which the conclusion column has both T and F values.
  43. Tautology (definition of tautological statement)
    • A statement whose specific form is a tautology.
    • Ex: (A ⊃ B) ⊃ [A ⊃ (A ⊃ B)]
  44. 3 Meanings of Tautology
    • A statement form with only true substitution instances: (p ⊃ q) ⊃ [p ⊃ (p ⊃ q)]
    • A statement whose specific form is a tautology: (A ⊃ B) ⊃ [A ⊃ (A ⊃ B)]
    • The particular logical equivalence: p ⇔ (p v p) p ⇔ (p • p)
  45. The predicate logic form of “The common cold is never fatal.”
    • Cx: x is the common cold.
    • Fx: x is fatal.
    • (x) (Cx ⊃ ~Fx)
  46. The predicate logic form of “There is not a single witch or wizard who went bad who wasn’t in Slitherin.”
    • Bx: x is a witch or wizard who went bad.
    • Sx: x is a witch or wizard who was in Slitherin.
    • (x) (Bx ⊃ Sx)
  47. The predicate logic form of “Some humans are not mortal.”
    • Hx: x is a human.
    • Mx: x is mortal.
    • (∃x) (Hx • ~Mx)
  48. The predicate logic form of “Some humans are mortal.”
    • Hx: x is a human.
    • Mx: x is mortal.
    • (∃x) (Hx • Mx)
  49. The predicate logic form of “No humans are mortal.”
    • Hx: x is a human.
    • Mx: x is mortal.
    • (x) (Hx ⊃ ~Mx)
  50. The predicate logic form of “All humans are mortal.”
    • Hx: x is a human.
    • Mx: x is mortal.
    • (x) (Hx ⊃ ~Mx)
  51. Three laws of thought
    • The principle of identity: p ⊃ p is always true (a tautology)
    • The principle of contradiction: p • ~p is always false
    • The principle of the excluded middle: p v ~p is always true (a tautology)
  52. The principle of identity
    • p ⊃ p
    • always true (a tautology)
  53. The principle of contradiction
    • p • ~p
    • always false
  54. The principle of the excluded middle
    • p v ~p
    • always true (a tautology)
  55. Proposition (aka Statement)
    A sentence with a truth value (true or false).
  56. Sound argument
    A deductive argument that is valid and has true premises.
  57. Inference
    A process by which one proposition is arrived at and affirmed on the basis of some other proposition or propositions.
  58. Valid argument
    In this type of argument, if the premises are true, then the conclusion must be true.
  59. Enthymeme
    An argument based on an unstated proposition.
  60. Euphemisms
    Gentle words that are used to refer to harsh realities.
  61. Two things that disagreements can be about.
    • Beliefs (about facts)
    • Attitudes
  62. Validity
    A formal characteristic of arguments that refers to the relation between propositions (premises and conclusion).
  63. Logic
    The study of the methods and principles used to distinguish correct from incorrect reasoning.
  64. Explanation
    A group of statements from which some event (or thing) to be explained can logically be inferred and whose acceptance removes or diminishes the problematic character of that event (or thing).
  65. Argument
    Any group of propositions (premises and conclusion) of which one (conclusion) follows from the others.
  66. Structure of definitions: Extension
    Also called denotation, and it includes the objects to which a term may be correctly applied.
  67. Structure of definitions: Intension
    Also called connotation, and it includes the set of attributes shared by all and only those objects to which a general term refers.
  68. Five rules for good definitions
    • Should state essential attributes
    • Must not be circular
    • Must not be too broad or narrow
    • Should not rely on ambiguous, obscure, or figurative language
    • When possible, should not be negative
  69. Three kinds of intensional definitions
    • Synonymous
    • Operational
    • Definitions by genus and difference
  70. A synonymous definition
    A definition involving two words with the same meaning.
  71. An operational definition
    A definition in which the meaning is tied to a clearly describable set of actions or operations.
  72. A definition by genus and difference
    A definition involving a division into subclasses (genus) and the attribute (difference) that differentiates members of the classes.
  73. Three different senses of intension
    • Subjective
    • Objective
    • Conventional
  74. Subjective intension of a word
    A type of intension in which the set of all attributes the speaker believes to be possessed by objects denoted by that word.
  75. Objective intension of a word
    A type of intension in which the total set of characteristics shared by all objects in the word’s extension.
  76. Conventional intension of a word
    A type of intension of stable meaning by implicit agreement to use the same criterion for deciding whether an object is part of the term’s extension.
  77. Four forms of language
    • Declarative: A statement. (“Logic is easy.”)
    • Exclamatory: An exclamation. (“You’ve got to be kidding!”)
    • Imperative: A command. (“Trust me.”)
    • Interrogative: A question. (“Why should I?”)
  78. Five major functions (uses) of language
    • Informative
    • Expressive
    • Directive
    • Ceremonial
    • Performative
  79. What is the purpose of the informative function of language?
    • To report facts.
    • Example: “It is raining.”
  80. What is the purpose of the expressive function of language?
    • To express attitudes or beliefs.
    • Example: “That’s great!”
  81. What is the purpose of the directive function of language?
    • To guide, command, or direct the behavior of others.
    • Example: “Turn left at the next light.”
  82. What is the purpose of the ceremonial function of language?
    • To fulfill social obligations.
    • Example: “How do you do?”
  83. What is the purpose of the performative function of language?
    • To perform the action that it describes.
    • Example: “I now pronounce you man and wife.”
    • Example: “I accept your offer.”
    • Example: “I apologize.”
    • Example: “I congratulate you on your engagement.”
    • Example: “I promise you that I will be there.”
  84. Five kinds of definitions
    • Stipulative
    • Lexical
    • Precising
    • Theoretical
    • Persuasive
  85. Stipulative definition
    A definition that is deliberately assigned.
  86. Lexical definition
    A definition that reports an already established meaning.
  87. Precising definition
    A definition that eliminates ambiguity or vagueness.
  88. Theoretical definition
    A definition that encapsulates a larger understanding.
  89. Persuasive definition
    A definition used to resolve a dispute by influencing attitudes or stirring emotions.
  90. Rhetorical question
    Suggests or assumes an answer that is made to serve as the premise of an argument.
  91. Vague term
    A term for which there are borderline cases to which the term might or might not apply.
  92. Deductive argument
    A type of argument in which the conclusion is necessarily true if the premises are true.
  93. Ambiguous term
    A type of term for which there is more than one distinct meaning.
  94. Two terms for definitions and their uses
    • Definiendum
    • Definiens
  95. Definiendum
    The part of a definition that contains the symbol being defined.
  96. Definiens
    The part of a definition that contains the symbol (or group of symbols) used to explain the meaning of the symbol being defined.
  97. Inductive argument
    A type of argument in which the conclusion is probably true if the premises are true.
  98. Three types of disputes
    • Genuine – about beliefs or attitudes
    • Merely verbal – arising from the unrecognized use of ambiguous terms
    • Apparently verbal but really genuine – in which a real difference remains even after apparent ambiguity has been eliminated
  99. Conclusion
    A proposition to which other propositions in the argument are claimed to give support.
  100. Premise
    A proposition that provides support for a conclusion.
  101. Denotative definition structure
    A type of definition structure that employs techniques that identify the extension of the term being defined.
  102. Two types of denotative definition structures
    • Ostensive
    • Quasi-ostensive
  103. Ostensive definition structure
    A definition structure that points at or demonstrates what it defines.
  104. Quasi-ostensive definition structure
    A definition structure that includes a descriptive phrase about what it defines.
  105. Six conclusion indicators (card 1 of three)
    • for this reason
    • which points to the conclusion that
    • which allows us to infer that
    • we may infer that
    • therefore
    • hence
  106. Seven conclusion indicators (card 2 of three)
    • thus
    • for these reasons
    • it follows that
    • I conclude that
    • which shows that
    • so
    • which entails that
  107. Eight conclusion indicators (card 3 of three)
    • so
    • accordingly
    • in consequence
    • consequently
    • which means that
    • proves that
    • as a result
    • which implies that
  108. Seven premise indicators (card 1 of two)
    • since
    • because
    • in view of the fact that
    • for
    • as
    • follows from
    • as shown by
  109. Seven premise indicators (card 2 of two)
    • inasmuch as
    • as indicated by
    • the reason is that
    • for the reason that
    • may be inferred from
    • may be derived from
    • may be deduced from
  110. Implies / entails
    A relationship between statements (premises and conclusions).
  111. Truth and falsity
    Formal characteristics of individual propositions.
  112. Translate the following into sentential logic: “Smith is either the owner or the manager.”
    O v M
  113. Translate the following into sentential logic: “You will do poorly on the exam unless you study.”
    P v S
  114. Translate the following into sentential logic: “If you don’t study, you will do poorly on the exam.”
    ~S ⊃ P
  115. Translate the following into sentential logic: “Either Fillmore or Harding was the greatest U.S. president.”
    F v H
  116. Translate the following into sentential logic: “Neither Fillmore nor Harding was the greatest U.S. president.”
    • ~(F v H)
    • or it can be expressed as (~F • ~H)
  117. Translate the following into sentential logic: “Jamal and Derek will not both be elected.”
    • ~(J • D)
    • or it can be expressed as (~J • ~D)
  118. Translate the following into sentential logic: “I will study hard and pass the exam or I will fail the exam.”
    (S • P) v F
  119. Translate the following into sentential logic: “I will study hard and I will either pass the exam or fail it.”
    S • (P v F)
Author
tiffanyscards
ID
2120
Card Set
Intro to Logic
Description
Study cards for PHILO 103.
Updated