So I started by just replacing it with 4>3>2>1 and doing them. But I want to know if replacing them with other numbers could change the results. Or if there is a better way to figure this out.
I am guessing that the OP has lost interest, but some other student may be interested.
When we are asked whether it is true that a specific proposition is
always true, we can
always say that it is
false that that specific proposition is always true by showing a
single example where it is not true. That is a very simple kind of proof, but it does not tell you how to find a counter-example. It works if you
"see" one.
There is an alternative way that does not involve intuition but does involve some backward thinking. Let's take A as an example.
We want to prove or disprove that [MATH]m > n > p > q \implies (m + q) > (n + p).[/MATH]
We assume a contradiction.
[MATH]\text {ASSUME } m > n > p > q \text { and } (m + q) = (n + p).[/MATH]
[MATH]m > n \implies \exists \ a > 0 \text { such that } m = n + a.[/MATH]
[MATH]n > p \implies \exists \ b > 0 \text { such that } n = p + b.[/MATH]
Now I choose arbitrary m, a, and b except I insist that a and b each be positive.
m = 100, a = 1, and b = 2.
[MATH]m = 100 \text { and } a = 1 \implies 100 = n + 1 \implies n = 99.[/MATH]
[MATH]n = 99 \text { and } b = 2 \implies 99 = p + 2 \implies p = 97.[/MATH]
[MATH]\therefore n + p = 99 + 97 = 196.[/MATH]
But wait! There were two restrictions implied for q, namely m + q = n + p and p > q.
[MATH]m + q = n + p \implies 100 + q = 196 \implies q = 96 < p = 97.[/MATH]
So I just found my counter-example.
[MATH]m = 100,\ n = 99, \ p = 97, \text { and } q = 96 \implies m > n > p > q \ \to \ \text m + q \not > n + p.[/MATH]
[MATH]\therefore m > n > p > q \not \implies (m + q) > (n + p).[/MATH]
The counter-example process does not depend on guessing.