Originally posted by: gopunk
what he said. the compound proposition of (T OR p) where p is any proposition, will *always* be true
Originally posted by: Chaotic42
Originally posted by: gopunk
what he said. the compound proposition of (T OR p) where p is any proposition, will *always* be true
Someone has been spending too much time in advanced math classes...![]()
Originally posted by: Hoeboy
What I don't get is that for every real # x, it will ALWAYS be equal to itself. I would understand if the equation was something like y<=x and there are two different variables. In that case, y is either less than x, OR equal to x. But how can a number be EITHER less than, OR equal to itself? I would assume It would ALWAYS have to be equal to itself.
Originally posted by: Hoeboy
well i don't think i can start out w/ x<=x since that is what we're trying to prove. before i started out with x=x which i don't think i can do either. so this is what i got:
x+ (-x) = 0
x - x = 0
if x-x = 0, then x=x. we can then safely assume x <= x by definition.
Originally posted by: CSMOOTH
I am going to assume that you are in a foundations of math class or some sort of real analysis. The question is what propositions have you proven already? Here is a proof by contradiction with very little assumed.
x <= x is proved as follows:
assume the opposite is true and show there is a contradiction
x not <= x
if x is not <= x this means that x > x ( this is because of the exclusive nature of the <= operation)
x>x implies that x + n = x for some n
add the inverse of x to both sides:
-x + x + n = -x + x
-x + x = 0 so you have 0 + n = 0
which yields n = 0
this is clearly a contradiction so x must be less than or equal to x.
From here you would prove the opposite arguement (x >= x) and the union of the two statements yields that x = x.
Christopher Clark
Originally posted by: LilFajita
Originally posted by: CSMOOTH
I am going to assume that you are in a foundations of math class or some sort of real analysis. The question is what propositions have you proven already? Here is a proof by contradiction with very little assumed.
x <= x is proved as follows:
assume the opposite is true and show there is a contradiction
x not <= x
if x is not <= x this means that x > x ( this is because of the exclusive nature of the <= operation)
x>x implies that x + n = x for some n
add the inverse of x to both sides:
-x + x + n = -x + x
-x + x = 0 so you have 0 + n = 0
which yields n = 0
this is clearly a contradiction so x must be less than or equal to x.
From here you would prove the opposite arguement (x >= x) and the union of the two statements yields that x = x.
Christopher Clark
I don't know if it is neccessary, but I would change
x>x implies that x + n = x for some n
to say
x>x implies that x + n = x, where |n| > 0 (absolute value of n is bigger than zero)
