I'm struggling to figure out the difference between these two statements:
∀a ∈ A : ∃b ∈ B so that something holds, and ∃b ∈ B : ∀a ∈ A so that something holds.
We're asked to give an example but I'm looking to clarify the distinction. Thanks all!
I'm struggling to figure out the difference between these two statements:
∀a ∈ A : ∃b ∈ B so that something holds, and ∃b ∈ B : ∀a ∈ A so that something holds.
We're asked to give an example but I'm looking to clarify the distinction. Thanks all!
Copyright © 2021 JogjaFile Inc.
$\forall a\in A:\exists b\in B$ is also expressed as $\forall a~\exists b~(a\in A\to b\in B)$.
This is satisfied when something is in $B$ or nothing is in $A$.
$\exists b\in B:\forall a\in A$ is also expressed as $\exists b~\forall a~(b\in B\wedge a\in A)$.
This is satisfied when something is in $B$ and everything is in $A$.