Exercises 01
Exercises 01
(1) A ∩ C; (5) (B \ A) ∩ D;
(2) A ∪ D; (6) D \ (A ∩ B ∩ C ∩ D);
(3) C ∩ D ∩ A; (7) P(D);
(4) (A ∩ D) ∪ C; (8) P(D) ∩ D.
1.2. Induction.
1.2.1. Triangle sequence is a sequence of natural numbers Tn , geometrically given by
T1 = 1 T2 = 3 T3 = 6 T4 = 10
Show that
n(n + 1)
Tn = .
2
1.2.2. By the principle of mathematical induction for ∀n ∈ N prove, the following:
2 2
(1) 13 + 23 + 33 + . . . + n3 = n (n+1)
4 ;
n(n+1)(n+2)
(2) 1 × 2 + 2 × 3 + 3 × 4 + . . . + n(n + 1) = 3 ;
(3) n(n + 1)(n + 2) is divisible by 6;
(4) 32n − 1 is divisible by 8.
1.3. Functions.
1.3.1. Vectors and numbers. Let V denote the set of all arrows originating from a single point on a plane (see
Figure 1). Can you find a bijection between V and ordered pairs of real numbers (that is, R × R)? Can you
find another one?
Hint: Consider a Cartesian plane and corresponding coordinates for each arrow.
1
Central Exercise Discrete Structures 2022
Figure 1. Some elements of set V of all arrows originating from a single point on a plane