I'm taking course in logic. The book is available here
I don't understand why is Mendelson axiom schemas are the way they are.
For example implication creation schema
- $φ ⇒ (ψ ⇒ φ)$
My thoughts when I see this is: "Why is ψ over there? How it got here?".
I mean, let say that $φ$ is the sentence "I love apples". Using this schema can I infer implication that "I love apples implies that if all lions are cats, then I love apples". It absolutely doesn't make sense to me.
Implication distribution is even more confusing.
- $(φ ⇒ (ψ ⇒ χ)) ⇒ ((φ ⇒ ψ) ⇒ (φ ⇒ χ))$
Let's say that
$φ - \text{The cable is under high voltage}$
$ψ - \text{Person touches the cable}$
$χ - \text{Person will die}$
Applying this rule we get:
"If the cable is under high voltage implies that person touches the cable, then the cable is under high voltage implies that the person will die".
Which is also doesn't make any sense to me.
So does contradiction realization.
Can someone explain it to me or point me to the reading that does?
"I love apples implies that if all lions are cats, then I love apples".
But this makes perfect sense! Suppose I am a person who loves apples. Suppose some further stuff also holds; suppose all lions are cats, I have brown hair, my favourite colour is rainbow, etc. Well, then its still the case that I love apples!
Hence, the schema $\varphi \rightarrow (\psi \rightarrow \varphi)$ basically says that if a statement $\varphi$ is true, then its still true given further hypotheses (which are denoted $\psi$).
Does that help?