If A = B, then B = A... Not Always True? Definition of "="

30.1k Views Asked by At

A friend and I recently got into a silly argument where I stated A = B so B = A. He stated this was not always true. After asking for an example he stated

Jacuzzi = Hot Tub
Hot Tub ≠ Jacuzzi

Meaning all Jacuzzi's are hot tubs but not all Hot Tubs are Jacuzzi's.

Understanding that we are not completely on the same page I tried to describe the difference between our definitions of using the '=' sign but failed.

In math, what has to be true for the "=" sign to apply?

10

There are 10 best solutions below

0
On BEST ANSWER

Well, if you are talking about two sets, then we define the equality $A = B $ $\iff A \subseteq B$ and $B \subseteq A$. Your friend misused the idea of equality in your example:

$$ \{y : y \text{ is Jacuzzi}\} \subseteq \{x : x \text{ is Hot Tub}\} $$ but $$\{x : x \text{ is Hot Tub}\} \not \subseteq \{y : y \text{ is Jacuzzi}\}.$$

Therefore $$\{x : x \text{ is Hot Tub}\} \not = \{y : y \text{ is Jacuzzi}\}.$$

Note that when he said

all Jacuzzi's are hot tubs but not all Hot Tubs are Jacuzzi's.

he was saying that for all Jacuzzis $ a \in \{y : y \text{ is Jacuzzi}\}$, there exists a hot tub $b \in \{x : x \text{ is Hot Tub}\} $ such that $a = b$; in other words, for every Jacuzzi, there exists a hot tub which is equal to it. However, there are hot tubs which don't have any jacuzzis equals to them. Be careful to differentiate whether you are talking about two elements of a set being equal, or the sets themselves being equal.

In this example, I could define equality between elements as those elements having the same barcode in a store.

1
On

Equivalence relations are symmetric so it is always true.

Your friend's example is an inclusion, so he was talking about $\subseteq$

4
On

When you write

$$ \textrm{'Jacuzzi'} = \textrm{'Hot Tub'} $$

you already make an incorrect statement, because they are not pure identical. You should write something like

$$ \textrm{'Jacuzzi'} := \textrm{'Hot Tub'} $$

A $\textrm{'Jacuzzi'}$ is 'defined' as a $\textrm{'Hot Tub'}$


Think of 'horse' and 'animal'

We can define a horse as an animal (including all other properties), thus

$$ \textrm{'Horse'} := \textrm{'Animal'} $$

3
On

As far as math goes, "=" essentially means "is"; that they are the same forward and backwards. We can switch places: $a=b, b=a$ and that's all the is essentially needed.

Your friend is referring to ⊂, which is way different than $=$. ⊂ means a subset. Thus a hot tub is a subset of the jacuzzi set, however the entire jacuzzi set is not in the hot tub set.

$=$, when referring to sets, means that each elements of a set are contained in the other set, and have no additional elements.

For example: Let $A = (1,2,3,4,5,6)$ and $B = (1,3,5)$ This sets are entirely different, however set $B$ exists in $A$, but $A$ does not exists in $B$. Thus $A \not = B$. And in order for the equal sign to work, $A ⊂ B$ and $B ⊂ A$

1
On

In my opinion, "All jacuzzis are hot tubs" cannot be stated with an equal sign. I would take,

p: Jacuzzis

q:Hot tubs

$\therefore $ All Jacuzzis are hot tubs : $\forall$ p ,q = T

and this does not imply that $\forall$q , p =T which is "All hot tubs are Jacuzzis".

1
On

On a plain formal level $=$ defines a relation between two entities. In theory, you are free to define your own relation and use $=$ as a symbol for that relation, but of course we all know $=$ as a equivalence relation that is particular symmetric. So any reasonable definition of $=$ has that property. If you are able to deduce $B \neq A$ from $A=B$ then either you have shown that $A=B$ is wrong or the relation $=$ was not defined in a reasonable way.

3
On

The notation in most of these answers is a little heavy considering the target audience (the op and his/her friend, who are having this argument in the first place).

OP, you are correct. The mathematical sentence $a=b$ can be read forwards or backwards, no matter what $a$ or $b$ are. Likewise, you can reverse the order of their writing to $b=a$ if you like. What is said by this mathematical sentence is that $a$ and $b$ are different labels for the same thing. For example, you'll probably agree that the equation $2+2 = 4$ is true. You'll probably also agree that the left and right sides of this equation, despite looking different from one another, refer to the same thing. They both refer to $4$!

Your friend is making a very natural and common error. He's translating (almost!) identical English sentences into mathematical sentences, and finding that your reasoning about switching the order of equality is incorrect. It's easy to do!

Consider the following English sentences.

  • My mother is Jane Smith.
  • My mother is hungry.

It's natural to think that these will both translate into the mathematical sentences (equations):

  • My mother = Jane Smith
  • My mother = hungry

The first is valid, but the second is absolutely not! The second sentence suggests some strange thing along the lines that my mother is the concept of hunger itself. The thing to note is that the meaning of 'is' in the first and second English sentences, while similar, is not the same.

PS - this is why you should cringe whenever you see "mind = blown" written. It would really be more appropriate to say "mind: blown".

0
On

In asymptotic analyses using Landau notation (e.g., in the analyses of algorithms), the phenomenon you describe quite commonly occurs: In this context one often writes $f = O(g)$, read aloud '$f$ is big $O$ of $g$'.

Of course, the $=$-sign does not really mean equality here; how could a single function possibly equal a class of functions? This convention is just syntactic sugar, actually signifying $f \in O(g)$.

So in the end, it really boils down what semantics (or meaning) you assign to the per se pure syntactic symbol '$=$'.

0
On

I think the confusion here is a language problem - Math language versus the English language - thereby causing the ever-vexing "Lost in Translation" dilemma.

It's like trying to explain the conjugation of verbs in Spanish by using Mandarin or Portuguese verbs as an example. Yikes. The math symbol "=" means "is equal to". Nothing else. It is agreed in the field of academia as that. To add on other factors such as "all", "some","many",et al, is considered poor grammar if you're speaking in Mathematics.

Therefore, A=B means the set of values or elements of A is equal to the set of values or elements of B. But if you're speaking in English or in Op's friend's case, Philosophy, it's a completely different meaning and discussion. ["Understanding that we are not completely on the same page I tried to describe the difference between our definitions of using the '=' sign but failed"]

So Op and his/her friend were really disagreeing on a more linguistic level, rather than logistic.

0
On

The statement is only true assuming A and B represent real numbers (symmetric property of equality in math). Does your friend agree that in the first statement, "Jacuzzi" and "Hot Tub" represent real numbers? Probably not.

So, the statement "if A = B, then B = A" is always (assumed to be) true in math, but it's not always true when applied to the meaning of words, which is what your friend is attempting to do.