mersenneforum.org  

Go Back   mersenneforum.org > Math Stuff > Computer Science & Computational Number Theory

Closed Thread
 
Thread Tools
Old 2011-01-21, 15:47   #166
science_man_88
 
science_man_88's Avatar
 
"Forget I exist"
Jul 2009
Dumbassville

26·131 Posts
Default

Quote:
Originally Posted by R.D. Silverman View Post
Then your question was not completely stated.
Beef it out in PM people! why else would PM be in this forum?
science_man_88 is offline  
Old 2011-01-21, 15:56   #167
Mr. P-1
 
Mr. P-1's Avatar
 
Jun 2003

7·167 Posts
Default

Quote:
Originally Posted by science_man_88 View Post
according to sharing at least one parent yes son~son is true, with x!~x then it can't be possible hence any transitive or reflexive forms that need it are disallowed to be equivalence relations.
Lets use a different symbol for xilman's variant. Lets call his relation #. So Son ~ Son, but Son !# Son.

To show that a property (symmetry, reflexivity, transitivity) does not hold, you only need to find a single counter example. So Son # Daughter AND Daughter # Son BUT Son !# Son proves that # is not transitive. And you've already shown that it's not reflexive. Is it symmetric?

To show that a property does hold, you need to show this for every combination of variables. To show that ~ is symmetric, you need to show that for every combination of values of x and y, IF x ~ y THEN y ~ x. So far, you've only looked at one particular instance: x = Son, y = Daughter. To show that ~ is transitive, you need to show that for every combination of values of x, y, and z, IF x ~ y AND y ~ z THEN x ~ z. Again, so far, you've only looked at one particular instance: x = z = Son, y = Daughter.
Mr. P-1 is offline  
Old 2011-01-21, 16:03   #168
science_man_88
 
science_man_88's Avatar
 
"Forget I exist"
Jul 2009
Dumbassville

26×131 Posts
Default

Quote:
Originally Posted by Mr. P-1 View Post
Lets use a different symbol for xilman's variant. Lets call his relation #. So Son ~ Son, but Son !# Son.

To show that a property (symmetry, reflexivity, transitivity) does not hold, you only need to find a single counter example. So Son # Daughter AND Daughter # Son BUT Son !# Son proves that # is not transitive. And you've already shown that it's not reflexive. Is it symmetric?

To show that a property does hold, you need to show this for every combination of variables. To show that ~ is symmetric, you need to show that for every combination of values of x and y, IF x ~ y THEN y ~ x. So far, you've only looked at one particular instance: x = Son, y = Daughter. To show that ~ is transitive, you need to show that for every combination of values of x, y, and z, IF x ~ y AND y ~ z THEN x ~ z. Again, so far, you've only looked at one particular instance: x = z = Son, y = Daughter.
Well since son~daughter is reversible and then still true I would think yes. The relation of sibling is a reversible relation so in this case = reverses to = not to \ne and hence both sides hold so it is confirmed.

Last fiddled with by science_man_88 on 2011-01-21 at 16:04
science_man_88 is offline  
Old 2011-01-21, 16:27   #169
axn
 
axn's Avatar
 
Jun 2003

2×2,543 Posts
Default

Quote:
Originally Posted by xilman View Post
Your analysis is correct, given your definition of "sibling".
Quote:
Originally Posted by science_man_88 View Post
2) in my definition of sibling it can roughly be defined as having at least one parent in common(at home or biologically)
His analysis is correct, insofar as the set is a very small one lacking any counterexamples. However, if we start with a more realistic set, by his definition, the relation is not transitive (think of step siblings sharing a half sibling).
axn is online now  
Old 2011-01-21, 16:28   #170
Mr. P-1
 
Mr. P-1's Avatar
 
Jun 2003

7×167 Posts
Default

Quote:
Originally Posted by science_man_88 View Post
Well since son~daughter is reversible and then still true I would think yes. The relation of sibling is a reversible relation so in this case = reverses to = not to \ne and hence both sides hold so it is confirmed.
You're still not expressing yourself clearly.

One way to do show what you need to show would be by brute force: list every single combination of x and y, or x, y, and z, and verify that the conditions hold.

That's only practical in this case because the underlying set S is so small. Here's a smarter way:

Proposition: ~ is symmetric.

Proof: we need to show that x ~ y IMPLIES y ~ x. Consider the case where x = y. Then we can substitute x for y in that statement:

x ~ x IMPLIES x ~ x

which is trivially true. Now consider the case where x != y. There are just two cases where this is true: Son ~ Daughter and Daughter ~ Son, and each implies the other is a true statement.

Proposition: ~ is transitive.

Proof: we need to show that x ~ y AND y ~ z IMPLIES x ~ z. Consider the case where x = y. Substituting, we get

x ~ x AND x ~ z IMPLIES x ~ z

which is trivially true. Can you complete this proof? (Hint: what other cases do you need to consider?)
Mr. P-1 is offline  
Old 2011-01-21, 16:48   #171
science_man_88
 
science_man_88's Avatar
 
"Forget I exist"
Jul 2009
Dumbassville

26×131 Posts
Default

Quote:
Originally Posted by Mr. P-1 View Post
You're still not expressing yourself clearly.

One way to do show what you need to show would be by brute force: list every single combination of x and y, or x, y, and z, and verify that the conditions hold.

That's only practical in this case because the underlying set S is so small. Here's a smarter way:

Proposition: ~ is symmetric.

Proof: we need to show that x ~ y IMPLIES y ~ x. Consider the case where x = y. Then we can substitute x for y in that statement:

x ~ x IMPLIES x ~ x

which is trivially true. Now consider the case where x != y. There are just two cases where this is true: Son ~ Daughter and Daughter ~ Son, and each implies the other is a true statement.

Proposition: ~ is transitive.

Proof: we need to show that x ~ y AND y ~ z IMPLIES x ~ z. Consider the case where x = y. Substituting, we get

x ~ x AND x ~ z IMPLIES x ~ z

which is trivially true. Can you complete this proof? (Hint: what other cases do you need to consider?)
Proposition: ~ is reflexive

Proof: we need to show that x~x. I based my statement on :

if x "is a child of" y and x "is a child of" y implies x "is a sibling of"x but I know this isn't acceptable.
science_man_88 is offline  
Old 2011-01-21, 16:57   #172
CRGreathouse
 
CRGreathouse's Avatar
 
Aug 2006

135338 Posts
Default

sm, I think P-1 was asking for you to finish the proof of transitivity, not to prove reflexivity.
CRGreathouse is offline  
Old 2011-01-21, 17:13   #173
science_man_88
 
science_man_88's Avatar
 
"Forget I exist"
Jul 2009
Dumbassville

26·131 Posts
Default

Quote:
Originally Posted by CRGreathouse View Post
sm, I think P-1 was asking for you to finish the proof of transitivity, not to prove reflexivity.
Well then, now considering the case x!=y

we get:

x~y and y~z implies x~z ? If not then no I can't complete the proof.
science_man_88 is offline  
Old 2011-01-21, 18:01   #174
Mr. P-1
 
Mr. P-1's Avatar
 
Jun 2003

7·167 Posts
Default

Quote:
Originally Posted by CRGreathouse View Post
sm, I think P-1 was asking for you to finish the proof of transitivity, not to prove reflexivity.
Yes, I only gave a partial proof. Sorry I wasn't clear.

Last fiddled with by Mr. P-1 on 2011-01-21 at 18:02
Mr. P-1 is offline  
Old 2011-01-21, 18:06   #175
Mr. P-1
 
Mr. P-1's Avatar
 
Jun 2003

7×167 Posts
Default

Quote:
Originally Posted by science_man_88 View Post
Well then, now considering the case x!=y
Instead of x!=y, try setting some other combination of two variables equal.

BTW, do you understand why

x ~ x AND x ~ z IMPLIES x ~ z

is trivially true?
Mr. P-1 is offline  
Old 2011-01-21, 18:18   #176
science_man_88
 
science_man_88's Avatar
 
"Forget I exist"
Jul 2009
Dumbassville

20C016 Posts
Default

Quote:
Originally Posted by Mr. P-1 View Post
Instead of x!=y, try setting some other combination of two variables equal.

BTW, do you understand why

x ~ x AND x ~ z IMPLIES x ~ z

is trivially true?
because x~x is trivially true by my definition of ~ and x~z implies x~z is also trivially trues hence the whole thing is trivially true ?
science_man_88 is offline  
Closed Thread

Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
Basic Number Theory 1 & 2 Nick Number Theory Discussion Group 17 2017-12-23 20:10
Observational Number Theory MattcAnderson Miscellaneous Math 8 2016-01-03 19:43
Number Theory Textbook ThomRuley Math 5 2005-08-28 16:04
number theory help math Homework Help 2 2004-05-02 18:09
A problem of number theory hyh1048576 Puzzles 0 2003-09-28 15:35

All times are UTC. The time now is 09:52.


Fri Aug 6 09:52:00 UTC 2021 up 14 days, 4:20, 1 user, load averages: 4.28, 4.39, 4.02

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.

This forum has received and complied with 0 (zero) government requests for information.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.
A copy of the license is included in the FAQ.