„Present the following statements in logical forms“
1. x ∈ A \ (B ∪ C)
2. x ∈ (A ∩ B) \ C
3. x ∈ (A ∩ B) ∪ (A ∩ C)
Meine Lösungen:
1. {x : x ∈ A ∧ x ∉ B ∧ x ∉ C}
2. {x : x ∈ A ∧ x ∈ B ∧ x ∉ C}
3. {x : (x ∈ A ∧ x ∈ B) ∨ (x ∈ A ∧ x ∈ C)}
Habe ich die Aufgabe richtig verstanden und gelöst, oder eher nicht? Danke.