MPE Home Metamath Proof Explorer < Previous   Next >
Nearby theorems
Mirrors  >  Home  >  MPE Home  >  Th. List  >  wi Structured version   Visualization version   GIF version

Syntax Definition wi 4
Description: If 𝜑 and 𝜓 are wff's, so is (𝜑𝜓) or "𝜑 implies 𝜓". Part of the recursive definition of a wff. The resulting wff is (interpreted as) false when 𝜑 is true and 𝜓 is false; it is true otherwise. Think of the truth table for an OR gate with input 𝜑 connected through an inverter. After we state the axioms of propositional calculus (ax-1 6, ax-2 7, ax-3 8, and ax-mp 5) and define the biconditional (df-bi 208), the constant true (df-tru 1531), and the constant false (df-fal 1541), we will be able to prove these truth table values: ((⊤ → ⊤) ↔ ⊤) (truimtru 1551), ((⊤ → ⊥) ↔ ⊥) (truimfal 1552), ((⊥ → ⊤) ↔ ⊤) (falimtru 1553), and ((⊥ → ⊥) ↔ ⊤) (falimfal 1554). These have straightforward meanings, for example, ((⊤ → ⊤) ↔ ⊤) just means "the value of (⊤ → ⊤) is ".

The left-hand wff is called the antecedent, and the right-hand wff is called the consequent. In the case of (𝜑 → (𝜓𝜒)), the middle 𝜓 may be informally called either an antecedent or part of the consequent depending on context. Contrast with (df-bi 208), (df-an 397), and (df-or 842).

This is called "material implication" and the arrow is usually read as "implies". However, material implication is not identical to the meaning of "implies" in natural language. For example, the word "implies" may suggest a causal relationship in natural language. Material implication does not require any causal relationship. Also, note that in material implication, if the consequent is true then the wff is always true (even if the antecedent is false). Thus, if "implies" means material implication, it is true that "if the moon is made of green cheese that implies that 5=5" (because 5=5). Similarly, if the antecedent is false, the wff is always true. Thus, it is true that, "if the moon is made of green cheese that implies that 5=7" (because the moon is not actually made of green cheese). A contradiction implies anything (pm2.21i 119). In short, material implication has a very specific technical definition, and misunderstandings of it are sometimes called "paradoxes of logical implication".

Hypotheses
Ref Expression
wph wff 𝜑
wps wff 𝜓
Assertion
Ref Expression
wi wff (𝜑𝜓)

This syntax is primitive. The first axiom using it is ax-1 6.

Colors of variables: wff setvar class
  Copyright terms: Public domain W3C validator