Definition 5.14 (Pairs and Tuples)

  1. For arbitrary a, b we let (a,b) denote the (ordered) pair with components a and b
  2. For kN and arbitrary objects a1,,ak we let (a1,,ak) denote the (ordered) k-tuple with components a1,,ak
  3. Equality of tuples: For all k,N and a1,,ak, b1,,b:
    #TODO