16

Given a statement "I have found a dead body on my car", and considering the fact that I do not own any car, is this statement true?

If so, is this a special case of false implies anything?

Shaun
  • 44,997
  • 3
    I agree with Roy, your statement is just false if you include as true the fact that "yuo do not own any car". No further impications. – Wolphram jonny Jul 15 '14 at 10:06
  • 21
    Of course "my" need not imply ownership. People say "Driver, please hurry, I have to catch my plane" instead of "the plane for which I have purchased a ticket". – Hagen von Eitzen Jul 15 '14 at 10:12
  • @HagenvonEitzen Good point. Human language is ambiguous. – mvw Jul 15 '14 at 11:34
  • I think a more likely use of 'my car' for a car you don't own would be in reference to a hire car. If the context made clear that this sort of thing wasn't the case, I'd say the above statement implies you are not a native English speaker. – Jessica B Jul 15 '14 at 11:52
  • 7
    Given the expression "If I have a car, then there is a dead body in it" and the statement "I don't have a car", the former is true due to the fact that false implies anything. Your question, however, is not phrased in a similar manner, which would allow us to derive the same logical conclusion. – barak manos Jul 15 '14 at 14:50
  • 1
    Related: http://math.stackexchange.com/q/513317/56801 – Řídící Jul 15 '14 at 17:19
  • Nobody seems to have mentioned that the sentence as posted can be taken as past tense. "I have [in the past] found a dead body on my car [that I no longer own]." – OJFord Jul 16 '14 at 08:43
  • 2
    This seems to be more a question about the English language than about mathematical logic. – Peter Taylor Jul 16 '14 at 11:02
  • I have changed my (accepted) answer substantially based on @MauroALLEGRANZA's comment. I am pointing this out in case you want to reconsider your choice. – Roy Jul 16 '14 at 12:21
  • I've been reading something about this earlier. It's about $ P \rightarrow Q$ . If $P$ and $Q$ are true then the end result is true. If $P$ is true and $Q$ is false, then the end result is false. Suppose we let $ P =$ I have found a dead body on my car . Then we have $Q=$ I own a car and $\lnot Q = $ I don't own a car. Therefore, $ P \rightarrow \lnot Q$. I'm kind of new to this, but it's good practice :) – usukidoll Jul 16 '14 at 12:22
  • 5
    i am quite disappointed that some people consider this an offtopic question. this in no way was supposed to be a question related to english language at all. the original question we discussed with a friend was not spoken in an english language at all. it is the commentators who turned this question into speculations related to the ambiguities of english language. this is question related to logic in every sense of the word. and there are two ways to understand this logical statement that english language allows us to. definitely not a question about english language. disagree about of-topic – user151496 Jul 16 '14 at 13:50
  • 1
    ^ @user151496 I know! I feel the same way too. I mean. There is a big difference between English freelance writing and proving something through logic. It's real sad that someone out there viewed it as an English question rather than a Mathematical question. I had to deal with those sentences when I studied truth tables. Come on get this "off-topic" label off. – usukidoll Jul 17 '14 at 05:45
  • I'm voting to close this question as off-topic because it is more about English language than about mathematics. – Carl Mummert Jan 22 '16 at 16:37

10 Answers10

40

Ignoring matters of ambiguity in natural language (since this does not seem relevant to what you are asking), your sentence could be rephrased as:

$$\text{'I have found a dead body on a car that I own'}$$

where 'a car that I own' is an indefinite description according to Russell's theory of descriptions. The whole sentence may be formalised as follows:

$$\exists x,y : \mathrm{car}(x) \wedge \mathrm{body}(y) \wedge \mathrm{dead}(y) \wedge \mathrm{foundOnTopOf}(i,y,x) \wedge \mathrm{owns}(i,x)$$

If you don't own a car, then the statement is false, since you are in part asserting that there exists a car that is yours.

wythagoras
  • 25,026
Roy
  • 747
  • 2
    I do not agree that it is a case of definite description; the original Russell's proposal was related to "The F is G", treated as "∃x(Fx & ∀y(Fy → x=y) & Gx)". If we apply it to "my car" we have that "∃x(car(x) & ∀y(car(y) → x=y) & my(x))" meaning that there is only one car in the world and it is mine. – Mauro ALLEGRANZA Jul 15 '14 at 15:27
  • @MauroALLEGRANZA: Isn't it an improper definite description (by Wikipedia's definition)? – Roy Jul 15 '14 at 15:34
  • 1
    I think so; according to Theory of descriptions the indefinite description "some dog is annoying" must be formalized as $∃x(Dx \land Ax)$. THus we can translate the OP's original sentence as $\exists x \exists y[Body(x) \land Car(y) \land Owner(I,y) \land Ontop(x,y)]$. – Mauro ALLEGRANZA Jul 15 '14 at 15:45
  • 1
    @MauroALLEGRANZA: I was too sloppy yesterday and I now agree that it was incorrect. Because my answer is accepted I apparently cannot delete it (which seems appropriate due to the substantial change in content), but I think the answer is at least correct now. Thank you. – Roy Jul 16 '14 at 12:17
23

There is no implication in your statement. A natural translation into first-order logic would be something like "There exist a car and a person such that: the car is mine and the person is dead and the person is on top of the car."

If you do not own a car, then the statement is false since "the car is mine" is always false.

20

If you do not own any cars, the following statement will be true: "I have found a dead body on each of my cars."

Vladimir
  • 5,702
  • thanks for the answer; however, isn't it also "definite description", as Roy O. said? – user151496 Jul 15 '14 at 13:14
  • No, it isn't. because 'each of my cars' does not imply any such car exists. And if there's no such car then 'my cars' denotes an empty set of cars, so the whole statement becomes true. Same way - if we assume vampires do not exist - the sentence 'every vampire drinks blood' remains true. – CiaPan Jul 15 '14 at 14:19
  • It is still a definite description, but of the set, not a single car. – nmclean Jul 15 '14 at 15:01
  • However language is a very ambiguous thing; if I (equivalently?) rephrase my sentence as "I have found dead bodies on my cars, one body on each of them", then I am no longer sure it remains true... – Vladimir Jul 16 '14 at 09:23
  • 1
    Anyway, the question and the subsequent discussion reminds me of the following anecdote. A professor of linguistics gives a lecture. He says, "There are many languages in which double negation is still a negation. There are many languages in which double negation means affirmation. But there are no languages where double affirmation counts as negation." A student replies, sarcastically, "Oh yes, of course." (Sorry for possible off-topic.) – Vladimir Jul 16 '14 at 09:46
  • @Vladimir The correct punchline is 'A student replies sarcastically "Yeah, right!"' - hope that helps :) – RB. Jul 16 '14 at 12:47
  • @RB. Yeah, right! :) You would excuse me, because English is not my native language. – Vladimir Jul 16 '14 at 12:48
7

Well, Roy seemed to disappear, so I'll add my comment as an answer: Your statement is just false if you include as true the fact that "you do not own any car". No further implications seem important .

6

The statement could be true or false.

You HAVE found a dead body on MY car

implies you found it in the past. The fact that you do not own a car only implies to be true NOW.

So without more information we can not presume anything. My next question would be "Have you ever owned a car?" and then "When did you find the body?".

Draco
  • 61
3

I would take a different approach and say you can not determine if this statement is false or true by the information provided.
While you do not OWN a car, you could have a rental car (so not owned) but still would qualify as being "my car".

Dave Sr
  • 31
2

In English "my car" can mean any car you are currently using, whether it be borrowed, rented, stolen, or a chauffeured vehicle like a taxi or limousine. Moreover, "car" can also mean "truck" or "SUV" etc. Therefore we cannot determine if the statement is false just because we are told that you "do not own any car"; although the word "any" would strongly imply that trucks and SUVs are off the plate, cars you don't own can still be "your car" in many contexts.

Darren
  • 155
  • 3
1

I think the statement that acts the way you are thinking is the statement "If I have a car, then I found a dead body on it." This statement is a case of false implies anything is true.

1

Is true the statement?.

Answer:

STATEMENT equals CAR implies FOUND-DEADBODY

If you own a car then you found a dead body, hence it is true even if you don't own a car

or you could say

STATEMENT equals FOUND-DEADBODY and OWN-A-CAR

However, you found a dead body only if you own a car and since you don't own one then, the statement is false

I.e. the solution is how you interpret the statement.

magallanes
  • 111
  • 3
1

"considering the fact that I do not own any car" is a red herring -- people use the phrase "my car" or "my house" all the time and none of them require actual ownership.

Dan N.
  • 11