0

Let's say I have a collection of particles with $0$ mass.

Is it true to say that any particle is the heaviest in the set?

And, what if the collection has $0$ particles?

My motivation for posting these questions is to familiarize new students of advanced math with a specific kind of subtle logic which can show up but which seems unusual at the beginning.

The first is a test of a good understanding of implications and the second is a test of a good understanding of how sets work.

Maybe we can get a wiki going here of different kinds of examples of such subtle logic?

Asaf Karagila
  • 393,674

1 Answers1

2

Heaviest may be defined in two ways

  1. $x\in A$ is the heaviest element of a set $A$ if all other elements in that set are less heavy.
    • $\forall a \in A:x>a$, where $a > b$ iff $a$ is heavier than $b$.
  2. $x\in A$ is the heaviest element of a set $A$ if for all other elements in that set $x$ is at least as heavy as they are.
    • $\forall a \in A: x \ge a$, where $a\ge b$ iff $a$ is at least as heavy as $b$.

Now based which definition of heaviest (I think definition 1 is more natural and common) you will find answers to be trivial.

By definition 1 no particle is the heaviest if all particles are the same weight. By definition 2 all particles are the heaviest if they are all the same weight.

To move on the the second part of the question, if there are no particles then either statement is valid and they are equivalent in this case, as all particles would be equivalent to no particles.

Benji Altman
  • 1,237