****ANY USEFUL INPUT IS WELCOME****(Don't be shy) I would like to develop a graph theory approach to this question. http://assets.openstudy.com/updates/attachments/5538891fe4b0f0fc37d2cc09-javk-1429768508431-capture1.png
so we'd need to generalize the graph
I'm thinking something like we have 9 possible scenarios right?
ABC(We have edges between these sets) AB AC BC A B C Actually only 7
|dw:1429771837954:dw|
So we only have three non-isomorphic graphs
do you agree?
The edges represent what exactly? An element being in those two sets?
Yea, I was using to represent an element in both sets
So How can we combine this into one graph to have the properties necessary? Any thoughts?
As far as the "properties" go, are we attempting to replicate the membership table?
the membership table. I want to create an adjacency matrix that is similar to the membership table
that yields the same information
We would need to have more points that represent different things it seems. So instead of representing the sets, what if we represented the intersection of sets.
Yeah, maybe the points are really the 8 disjoint regions...
so something like \[{D:=A\cap B\cap C}\\E:=A\cap B\\F:=A\cap C\\G:=B \cap C\]....maybe not.....
|dw:1429773232324:dw|
So adjacency matrix is \[\begin{matrix}0&0&0&0&1&1&0\\0&0&0&0&1&0&1\\0&0&0&0&0&1&1\\0&0&0&0&1&1&1\\1&1&0&1&0&0&0\\1&0&1&1&0&0&0\\0&1&1&1&0&0&0 \end{matrix}\]
that's a 7x7.... issue you guys had a 8x7
|dw:1429774147990:dw| only two colors needed for a propercoloring
Then, again our "points" of interest were very different from these "simple" sets.
true, but it is close.
I'm wondering if this is an accurate model
\[E\cap F\cap G\] is extraneous
This is what I'm trying to model http://assets.openstudy.com/updates/attachments/5538891fe4b0f0fc37d2cc09-jtvatsim-1429770521634-partii.jpg
Gotta check out here, but good luck, I'll be curious to see if there's a way to make this connection. :)
Thanks, I'm gonna think on it
So I guess we could say X:=G here... so All points that are not directly adjacent to A or 1-connected to a point satisfying that are in X
Then because Y(our D point) is defined as being connected to G,E,F It does not satisfy the conditions of X and therefore is not a subset
I think that answers the question if we talk about it this way... hmmmm any thoughts?
maybe define X as any vertex that does not have a two or less path leading to A.
nope that last doesn't work
actually it does work because then we only get G and since there are no subsets of G that's all we should get
Join our real-time social learning platform and learn together with your friends!