I have the relations $E_1$ and $E_2$.
A reflexive, symmetric and transitive property shows that two relations are equivalent to each other. I need to prove if this is true for the following
a) $E_1 ∩ E_2$
b) $E_1 ∪ E_2$
c) $E_1 ∘ E_2$
I found out that a) is true, but I am not sure about it. This is my proof for transitivity:
$E_1 ∩ E_2 ⇒ (a, b, c) ∈ E_1 ∧ (a, b, c) ∈ E_2 ⇒ \\((a, b) ∈ E_1 ∧ (b, c) ∈ E_1 → (a, c) ∈ E_1) ∧ ((a, b) ∈ E_2 ∧ (b, c) ∈ E_2 → (a, c) ∈ E_2)$
Also I found different arguments on the internet, so I'm pretty unsure about this.
Regarding b) $E_1 ∪ E_2$ a friend found out that this is not transitive and they wanted to prove it with an example. The example is the following:
$A = \{1,2,3\}$
$E_1 = \{(1,2), (2,1), (2,2)\}$
$E_2= \{(1,3), (3,1), (3,3)\}$
$E_1 ∪ E_2 = \{(1,2), (2,1), (2,2), (1,3), (3,1), (3,3)\}$
This is transitive, isn't it? If not, what is it what I did not understand?
And maybe you can help me with with c), as well.