What exactly is a contrapostive? Forum
-
Junebugman

- Posts: 37
- Joined: Wed May 09, 2012 11:57 pm
What exactly is a contrapostive?
I've taken formal logic, but I've never heard exactly what this term is.
In my LG Bible there is a small section about them and the I understand the formula perfectly, but I don't understand what they mean by the contrapositive. Is it the exact opposite?
For example in X --> Y
I would make a truth table to see all the possibilities, at least that's what I learned from Logic.
So I know in X --> Y the truth table would like this:
X --> Y True
X --> -Y False
-X --> Y True
-X --> -Y True
However I don't think this is relating to the actual idea of a contrapositive.
In my LG Bible there is a small section about them and the I understand the formula perfectly, but I don't understand what they mean by the contrapositive. Is it the exact opposite?
For example in X --> Y
I would make a truth table to see all the possibilities, at least that's what I learned from Logic.
So I know in X --> Y the truth table would like this:
X --> Y True
X --> -Y False
-X --> Y True
-X --> -Y True
However I don't think this is relating to the actual idea of a contrapositive.
-
Mal Reynolds

- Posts: 12612
- Joined: Mon Oct 03, 2011 12:16 am
Re: What exactly is a contrapostive?
Those are almost all wrong. You need to forget what you learned in that formal logic class.Junebugman wrote:I've taken formal logic, but I've never heard exactly what this term is.
In my LG Bible there is a small section about them and the I understand the formula perfectly, but I don't understand what they mean by the contrapositive. Is it the exact opposite?
For example in X --> Y
I would make a truth table to see all the possibilities, at least that's what I learned from Logic.
So I know in X --> Y the truth table would like this:
X --> Y True
X --> -Y False
-X --> Y True
-X --> -Y True
However I don't think this is relating to the actual idea of a contrapositive.
X --> Y
~Y --> ~X (contrapositive) Valid actually. Not true, doesn't have to be true in the traditional sense.
~X --> inconclusive, can't tell anything about Y for certain.
Y --> inconclusive, can't tell anything about X for certain.
Last edited by Mal Reynolds on Tue May 15, 2012 2:20 am, edited 1 time in total.
- FantasticMrFox

- Posts: 592
- Joined: Tue May 03, 2011 3:00 pm
Re: What exactly is a contrapostive?
I...don't think your professor actually taught you that. You don't use a truth table for just about anything; it is only used for testing the validity of an argument, not a mere proposition. Truth tables are overrated anyways.
OT: basically contrapositive is a statement that "places/posits against/contra." simply put: just flip and negate. If A, then B. If not B, then not A (in a logic "bubble" where there are no other variables)
OT: basically contrapositive is a statement that "places/posits against/contra." simply put: just flip and negate. If A, then B. If not B, then not A (in a logic "bubble" where there are no other variables)
- alpha kenny body

- Posts: 4850
- Joined: Sat May 07, 2011 8:28 pm
Re: What exactly is a contrapostive?
the positions are reversed and negated
original = A ---> B
negation in example = -
contrapositive= - B ---> - A
original = A ---> B
negation in example = -
contrapositive= - B ---> - A
- PDaddy

- Posts: 2063
- Joined: Sat Jan 16, 2010 4:40 am
Re: What exactly is a contrapostive?
Mistaken Negation + Mistaken Reversal = Contrapositive (i.e. "valid reasoning").
I. Original Statement A → B
II. Mistaken Negation of (I.) the Original Statement: ~A → ~B (in other words, this does not follow from (I.))
III. Mistaken Reversal of (II.) the Mistaken Negation: ~B → ~A (in other words, this does not follow from (II.))
Therefore A → B = ~B → ~A (with ~B → ~A being the contrapositive of A → B, and vice-versa)
I. Original Statement A → B
II. Mistaken Negation of (I.) the Original Statement: ~A → ~B (in other words, this does not follow from (I.))
III. Mistaken Reversal of (II.) the Mistaken Negation: ~B → ~A (in other words, this does not follow from (II.))
Therefore A → B = ~B → ~A (with ~B → ~A being the contrapositive of A → B, and vice-versa)
Want to continue reading?
Register now to search topics and post comments!
Absolutely FREE!
Already a member? Login
-
Junebugman

- Posts: 37
- Joined: Wed May 09, 2012 11:57 pm
Re: What exactly is a contrapostive?
Well I only put the Truth Table up is because from what I remember about learning how the original models such as PQ,PvQ,P->Q,etcFantasticMrFox wrote:I...don't think your professor actually taught you that. You don't use a truth table for just about anything; it is only used for testing the validity of an argument, not a mere proposition. Truth tables are overrated anyways.
OT: basically contrapositive is a statement that "places/posits against/contra." simply put: just flip and negate. If A, then B. If not B, then not A (in a logic "bubble" where there are no other variables)
I only showed the truth table because that's what I remember from P --> Q and when I was reading the introduction about them and they spoke about contrapositives with "X --> Y", it just made me remember my logic class.
- Mr. Pancakes

- Posts: 1230
- Joined: Thu Nov 24, 2011 1:11 pm
Re: What exactly is a contrapostive?
Op, don't take the June LSAT. You're not ready.
- KevinP

- Posts: 1322
- Joined: Sat Sep 26, 2009 8:56 pm
Re: What exactly is a contrapostive?
A contrapositive is essentially just a logical way of rephrasing a conditional. Instead of saying a statement one way, a contrapositive allows you to say it another way, but they both state the same (as defined by logical equivalence) thing. Although this seems useless, it turns out that rephrasing logical statements is very useful.
Proposition: A -> B
Contrapositive: ~B -> ~A
Both statements are logically equivalent.
Proposition: A -> B
Contrapositive: ~B -> ~A
Both statements are logically equivalent.
Last edited by KevinP on Wed May 16, 2012 1:39 am, edited 3 times in total.
-
Junebugman

- Posts: 37
- Joined: Wed May 09, 2012 11:57 pm
Re: What exactly is a contrapostive?
Thank you. That makes perfect sense now.KevinP wrote:A contrapositive is essentially just a logical way of rephrasing a conditional. Instead of saying a statement one way, a contrapositive allows you to say it another way, but they both mean the exact same thing. Although this seems useless, it turns out that a rephrasing logical statements is very useful.
- KevinP

- Posts: 1322
- Joined: Sat Sep 26, 2009 8:56 pm
Re: What exactly is a contrapostive?
No problem. I think you were trying to use truth tables to see how a proposition relates to its contrapositive (sounds like something I would have done). You would have saw (from the truth tables) that they are logically equivalent.Junebugman wrote: Thank you. That makes perfect sense now.