Why is the definition of stronger statement the way it is in logic?

3.4k Views Asked by At

I was trying to understand the meaning or the definition of what a "stronger statement" is formally. I came across the following definition (from Mattuck's Analysis book):

Stronger and weaker. If $A \implies B$ is true, but $B \implies A$ is false, we say: A is a stronger statement than B; B is weaker than A.

and I was wondering, why is the definition that way? Is there a conceptual/intuitive way to explain this? I know this is just "the definition" but I was trying to understand why it is that way.

In fact I create some type of "memory device" (not sure what else to call it) to remember/justify it to myself. I draw the following diagram:

enter image description here

and then notice that whenever x is in A it means it must be is B also. Therefore, being in A implies being in B. Furthermore, if x is in B it doesn't necessarily always be in A, so the converse is not always true automatically. The only issue I have with my memory device is that I obviously just re-define what the statement A means to be a very specific set membership statement. So I assume its a fine memory device but its oversimplifing things "cheating" in some way. i.e. its not a proof nor I expect it to be the "real reason" why the definition holds.

So I was looking to understand a better way to understand what a stronger statement means without "cheating".


As pointed out by the comment, A is stronger because it says everything B says and more. I guess for me intuitively that would have meant that A is a bigger set, but in my memory device that translated to a smaller set, which makes it confusing to me. Anyone know why?

4

There are 4 best solutions below

0
On BEST ANSWER

As pointed out by the comment, A is stronger because it says everything B says and more. I guess for me intuitively that would have meant that A is a bigger set, but in my memory device that translated to a smaller set, which makes it confusing to me. Anyone know why?

When you interpret a statement as a set, there are two basic ways you can do this:

  • You can view a statement as the set of its consequences. In this case, a stronger statement corresponds to a bigger set (which matches the intuition "stronger = bigger"), because they tell you more.

  • Or, you can view a statement as the set of ways it can be true. Here, a weaker statement yields a bigger set: the set of ways I can be unhappy is much bigger than the set of ways I can have just had a piano dropped on my head, so "I am unhappy" corresponds to a bigger set in this sense than "I just had a piano dropped on my head." In this context, it might be less confusing to replace "weaker" with "broader."

The second approach, by the way, matches how Venn diagrams work. The set of blue objects is bigger than the set of blue dogs, because the property "is a blue object" is broader (weaker) than the property "is a blue dog." I think this is where confusion tends to creep in: we're so used to Venn diagrams - and the general idea that "bigger = stronger" - that the notion of "stronger statement" seems unintuitive.

0
On

"more" is probably a bad choice of words.

A statement that says "more" gives more precission which means there are fewer ways it can be true. Because there are fewer true statements with more information.

Perhaps an easier way to see this is

Weak statement 1: Kuvak is a human being.

Strong statement 2: Kuvak is a 6' 2" male who was born on May 14, 1958 in Topeka Kansas and he has three 7s in his social security number.

Strong Statement 2: Has more information and because it has more information belongs to a smaller set.

Weak Statement 1: Has less information and because it has less information belongs to a bigger set.

When it comes to information: more = strong.

When it comes to possibilities: more = weak = LESS information.

The LESS you say, the easier it is to be right and the weaker you have to be to be right.

Statement 2 $\implies$ Statement 1. So Statement 2 is a stronger statement because it is harder for statement 2 to be true. To be true not only does statement 1 also have to be true, but a bunch of other stuff has to be true as well.

Statement 1 $\not \implies$ Statement 2. So Statement 1 is a weaker statement because it is easier for statement 1 to be true. It's true every single time statement 2 is true. And it's true a lot of other times as well. The number of possibilities that statement 1 is true is a lot BIGGER then the number of possibilities that statement 2 is true. So it is WEAKER because it is easier to be true.

0
On

In your diagram $A$ and $B$ are sets ... but in $A \Rightarrow B$, $A$ and $B$ are statements .. these are of course not the same thing. Indeed, what would be the elements $x$ that go into $A$? That is far from clear.

There is a way to relate statements to sets though: we could draw a circle $A$ as containing 'all the situations/worlds/scenarios in which statement $A$ is true'. But as such, since $B$ is true whenever $A$ is true, we have that in all the situations/worlds/scenarios in which statement $A$ is true, statement $B$ is true as well, i.e every element of the circle corresponding to $A$ is an element of the circle corresponding to $B$, and that means that the circle of $A$ indeed ends up being inside the circle of $B$.

So, if you work with this interpretation of what the circles represent, the picture works!

0
On

In this answer, $Px$ denotes the propositional function or predicate $P(x).$

enter image description here

More accurately, the above Venn diagram corresponds to the first-order-logic sentence $$\forall x \big(Ax{\implies}Bx\big)\;\text{and}\;\exists x\big(Bx{\kern.6em\not\kern-.6em\implies}Ax\big),$$ where the elements of set $P$ are precisely the values (in the universe of discourse) that satisfy predicate $Px$ (i.e., such that $Px$ is true).

Here, $A$ being a proper subset of $B$ means that every element that satisfies predicate $Ax$ satisfies predicate $Bx$ but the converse need not be true, in other words, $Ax$ is harder to fulfil than $Bx,$ in the sense that the former needs everything the latter needs and more.

A is stronger because it says everything B says and more.

Voila.

I guess for me intuitively that would have meant that A is a bigger set, but in my memory device that translated to a smaller set, which makes it confusing to me.

Set $A$ being smaller than set $B$ means that it contains fewer elements; in other words, predicate $Ax$ is true for fewer values than predicate $Bx;$ because $Ax$ is a stronger claim than $Bx$ about variable $x.$