Regarding this question and its highest-voted answer: Conditional probability intuition.
So I get the idea of using Venn-Diagrams and limiting our "universe" to a new subset, but what happens if we try looking at it with a tree diagram?
Using this equation: $$P(A\vert B)P(B)=P(B\vert A)P(A)$$ we can set the probabilities to whatever we'd like, for example let's say $P(A)=\dfrac12$, $P(B)=\dfrac13$, $P(A|B)=\dfrac14$, $P(B|A)=\dfrac15$.
The equation does not hold, the events are dependent on each other.
If sequence of occurrence does matter, how can you continue using a Venn-Diagram to prove this equality?
You can't set probabilities to whatever you like. $P(A|B)$ is defined as being $P(A,B)/P(B)$ and $P(B|A)$ is defined as being $P(A,B)/P(A)$. If you have $P(A)=1/2$ and $P(B)=1/3$ and $P(A|B)=1/4$ then $P(A,B)=1/12$ and $P(B|A)=1/6$. You can't set $P(B|A)=1/5$ any more than you can set $2+2=5$.