Oog.
Just came back from Discrete Math. Brown was in rare form today, as he explained to us the mechanics of conditional statements. My biggest beef with the class is this: It claims to be a class to teach reasoning skills, but the concepts he presents sometimes are not logical. For example, we learned about the conditional statement, "p implies q". p is what we called a hypothesis and q is a conclusion. However, Brown tells us that if p is false and q is true, then the conditional statement is true. Which puts me off because if one's hypothesis is false, how can one derive a conclusion that is true? And even if that's the case, how does that prove that the conditional statement is true? It's confusing.
The rest of the class was somewhat easier to follow. Nothing compared to Chemistry, where Prof. Amateis played with liquid nitrogen today, freezing a banana and breaking it (although it didn't shatter -- it wasn't cold enough). She also splashed some LN2 on the floor, which freaked out the first row ("Oh, and by the way, class, be sure to wear closed-toe shoes in your labs.") Very cool.
Anyway, I need folders, dinner, and Spiel.
Oh, shut up, Data
p = "Ed is a horse" and q = "Ed has four legs". (p implies q) works out to: "Ed is a horse" implies "Ed has four legs". So far, so good.
Now, what if Ed is a dog? p is false, yet q is true. However, the conditional statement is still true, because it is not claiming he is a horse. It's just claiming that if he were, he'd have four legs.
Another example: p = "All science-fiction fans go to Virginia Tech" and q = "Virginia Tech is crowded". p isn't true, and q is (by the accounts I've heard), yet the statement only claims that Tech would be crowded is all science-fiction fans were there, and is therefore true.
Re: Oh, shut up, Data
Also, what about statements like I am male->I am a CS major? Both are true, but the statement itself is false, as my CS-majordom does not derive from my manhood.
Re: Oh, shut up, Data
Maybe the professor accidentally skipped over a paragraph or two of lecture notes today.
Re: Oh, shut up, Data
Here's how simple it is:
If p then q.
That's it. That's the whole thing. If p is true, then q has to be true. If p is false, then all bets are off and q could go either way.
Don't try to rationalize it by using words. Words have no place in logic. It's just a function.
You were right, it isn't always true. Here's a truth table:
See, it's true whenever p isn't, and it's true whenever both p and q are true. It's false, however, when p is true but q isn't, because that means that clearly p doesn't imply q (if p can be true without q).
Re: Oh, shut up, Data
If p is false, then all bets are off and q could go either way.
[/b]
That's the thing. If this were trying to accurately model the universe, than p->q would only have a truth value for 1,0, because it requires extra random evaluations to discover if p->q is true in the verbal sense, instead of q depending on, perchance, r.
Re: Oh, shut up, Data
Allow me to paraphrase Shockley, from when I took the course:
"The most dangerous assumption you can make is that logic has any bearing on actual events. A proof is only as useful or as true as the propositions that go into it."
This isn't trying to accurately model the universe, not in the way that you're thinking. Forget the "verbal sense", the verbal sense is ambiguous and imprecise, which is why this notation was made in the first place.
Re: Oh, shut up, Data
How it works
Notice that the statementes begins IF p...
So, everything that follows in the statement depends on p being true. If q is false and p true, then the statement is quite obviously false, because when p is true, q has to be true.
But, what happens when p is false? Then q does not matter. So the statement (if p then q) itself is still logically true, as the if condition was never actually triggered (because p is false).
Why is the statement true though? Because it is NOT false. When p is false, then the truth of q is irrelevant and can do nothing to contradict the conditional. Thus, the statement is NOT false. Thus, it must be true.
I hope that was clear.
Re: How it works
This is one of those "It's defined that way" situations, isn't it?
Re: How it works
if (true && false) abort_universe();
Re: How it works
I think the example about the Ed and the dog below explains it very well. Check that out.
no subject
no subject
no subject
for example: assuming the statement "'Ed is a dog" implies "Ed has four legs'" is true:
if Ed is, indeed, a dog, then he has four legs
if Ed is not a dog, then he may or may not have four legs, but since you haven't proven the implication false, it is still true, since you have not proven that there exists an Ed that is a dog but does not have four legs.
my main point is, you're saying "if one's hypothesis is false, how can one derive a conclusion that is true?", and you're way off base. your hypothesis, that Ed is a dog, isn't saying that your conclusion, that Ed has four legs, is correct if Ed isn't a dog. it's just saying that, as a statement, "Ed is a dog implies Ed has four legs" is still valid, and makes no comment whatsoever on whether or not Ed the non-dog, indeed, has four legs.