Exercise 4.1.1

Exercise 4.1.1 Verify that the definition of equality on the integers is both reflexive and symmetric.

  • \(\bullet\) Show that \(a—b= a—b\)

  • \(\Vdash\) \(a + b = a + b\)

  • \(\equiv\) { Definition 4.1.1 }

    • \(a—b= a—b\)
  • \(\square\)

  • \(\bullet\) Show that \(a—b = c—d \implies c—d = a—b\)

  • \(\Vdash\) \(a—b = c—d\)

  • \(\equiv\) { Definition 4.1.1 }

    • \(a + d = c + b\)
  • \(\equiv\) { Symmetry of the equality on \(\mathbb N\) }

    • \(c + b = a + d\)
  • \(\equiv\) { Definition 4.1.1 }

    • \(c — d= a — b\)
  • \(\square\)