Don't really know how to title this one. I'm working on a real analysis question that says:
In one sentence write down the reason why $(1=2)\land (2=3)\to (1=3)$ (and similar substitutions) don't lead to false statements when we use the transitivity axiom in other proofs?
The question references a previous question wherein it defines the transitivity axiom to be $\forall x\forall y\forall z (x=y)\land(y=z)\to(x=z)$, but then states that if we choose $x=1,y=2,z=3$ the theorem gives $1=3$.
The question also invites us to consider how modus ponens is used in proofs.
The idea I have in my mind is that for the theorem to be used first the values we substitute must hold true for the theorem i.e. because the theorem states $x=y$, but the values we choose have $x\ne y$ then the theorem cannot be used. But I'm not convinced this is concise enough or that it holds for other proofs when using this and other axioms. With regards to modus ponens, my understanding was that if we assume $A$ to be true and $ A\to B$ then we can infer $B$ is true, but I'm not 100% sure how this can be applied when 3 values are chosen somewhat at random to be used.
Any help would be greatly appreciated.