1

I remember that during my first proofs class the hardest thing I had accepting were the logic we had to learn, and it seems I still have questions about.

So I was thinking about why when the contrapositive is proved true then it implies that the original statement was true. The way I've been thinking about it is by considering a statement about an element of some set $A$. Letting $Q(x)$ represent $x\in A$ such that this statement holds true for, so the way I've translated $$Q\rightarrow P\Longleftrightarrow \sim P\rightarrow \sim Q$$ to $$Q(x)\subseteq P(x)\Longleftrightarrow P(x)^{c}\subseteq Q(x)^{c}$$ This makes sense initially to me since it does seem that elements that follow $\sim P$ would be element that don't belong to $P(x)$ (i.e. they belong to $P^{c}(x)$) Thus this would make sense to me because $P(x)\cup P(x)^{c}=A$ since it seems that either P or $\sim P$ must hold for an element.

I guess the main question if this last statement is possible would rely on: is the law of excluded middle always hold? Could you perhaps have a nonsense statement, so its negation is also nonsense, and no possible element is from either. Or perhaps the way I'm thinking about contrapositive statements is wrong?

Conifold
  • 11,756
Kamster
  • 1,970
  • 16
  • 18

1 Answers1

1

In classical logic every statement has a truth value, even if it is nonsense like "if the Moon is made of cheese then the sky is made of rubber" (this one is true because any implication with a false premise is defined to be true). The law of excluded middle is a law of classical logic, so it is always true as an axiom, in particular for any set either $x\in A$ or $x\notin A$ is always true.

There are alternative systems of logic where this law is not adopted, intuitionistic logic for example, but there the interpretation is not that $x\in A$ and $x\notin A$ are both nonsense, but rather that there is no "constructive" way to establish either. See more in Can one prove by contraposition in intuitionistic logic?

Conifold
  • 11,756
  • Ok thats what I thought, I just wasn't sure because I was reading stuff about quantum logic, http://en.wikipedia.org/wiki/John_von_Neumann#Quantum_logic, and it had common logical properties that did not hold so I thought maybe there were instances that the law of excluded middle may not hold – Kamster Aug 25 '14 at 20:10
  • So if I followed the intuitionistic logical viewpoint, I could not use contrapostives or contradiction proofs? – Kamster Aug 25 '14 at 20:11
  • Correct. See the second answer to this question http://mathoverflow.net/questions/12342/reductio-ad-absurdum-or-the-contrapositive – Conifold Aug 25 '14 at 20:14
  • Ok so mathematical logic itself has its own axioms? – Kamster Aug 25 '14 at 20:20
  • Yes, the simplest of them are axioms of Boolean algebra http://en.wikipedia.org/wiki/Boolean_algebra#Laws, then there are more for predicates and quantifiers. – Conifold Aug 25 '14 at 20:34
  • Ok thanks, I think I get it now. I just though maybe there was no argument or skepticism from anyone (now or past) about the property about law of excluded middle – Kamster Aug 25 '14 at 20:39
  • There was plenty, intuitionism and constructivism grew out of it http://en.wikipedia.org/wiki/Intuitionism, http://en.wikipedia.org/wiki/Constructivism_%28mathematics%29. – Conifold Aug 25 '14 at 20:40
  • Yea, I haven't fully delved into the why these axioms are credible or why certain logic works, so I thank you for the resources and answers you have provided – Kamster Aug 25 '14 at 20:45