why did they use → for intersection but ∧ for union? ∩F = {x | ∀A (A∈F → x∈A} ∪F = {x | ∃A (A∈F ∧ x∈A} I would think that ∪F = {x | ∃A (A∈F → x∈A}
what if both are defined using a same connective? would that change the meaning of the definitions? ∩F = {x | ∀A (A∈F → x∈A} ∪F = {x | ∃A (A∈F → x∈A} OR ∩F = {x | ∀A (A∈F ∧ x∈A} ∪F = {x | ∃A (A∈F ∧ x∈A}
Well \(\ldots\to\ldots\) is just another way of saying \( \lnot \ldots \lor\ldots\)
So it is distinct from \(\ldots\land\ldots\)
Are we talking about definitions of intersection and union?
yeah
What are we intersecting \(F\) with?
it's the family of sets. So the union/intersection are among the elements of F, which are A
Oh are we doing \[ \bigcup F \]
yeah
For the union, just because there exist a element A in F, does not necessarily mean x must be in A
that's why -> can not be used
\[ \bigcup F = \{x | \exists A (A\in F \to x\in A)\} \]This condition would always be true, and the set would contain all elements, even if they are not in a set in \(F\).
\[ \bigcap F = \{x | \forall A (A\in F ∧ x\in A)\} \]This condition would always be false, because not all sets are in \(F\), one example being \(F\) itself.
So these definitions would return the universal set and the empty set respectively.
Join our real-time social learning platform and learn together with your friends!