Saved Bookmarks
| 1. |
Given a non -empty set X, let *: P(X) × P(X) → P(X) be defined as A * B = (A − B) ∪ (B − A), ∀ A, B ∈ P(X). Show that the empty set Φ is the identity for the operation * and all the elements A of P(X) are invertible with A−1 = A. (Hint: (A − Φ) ∪ (Φ − A) = A and (A − A) ∪ (A − A) = A* A = Φ). |
|
Answer» It is given that *: P(X) × P(X) → P(X) is defined as A * B = (A − B) ∪ (B − A) ∀ A, B ∈ P(X). Thus, Φ is the identity element for the given operation*. Now, an element A ∈ P(X) will be invertible if there exists B ∈ P(X) such that A * B = Φ = B * A. [As Φ is the identity element] |
|