Mobius Transformations,
PSL_2(C) acts on C by
f(z) = (az+b)/(cz+d)
代數作業老師還真敢出!
不過,能夠把它的各種性質真真實實算出來的感覺...
還是挺棒的(笑)
Algorithms, Computational Complexity, Graph Theory, and Anything... FINITE!!
對於一個 n-node 的 SP-graph,
有沒有一個 encoding 的方法能做到 4n+o(n)?
目前找到最好的 citation:
Embedding trees in a hypercube is NP-complete,
A Wagner, DG Corneil - SIAM Journal on Computing, 1990
換句話說,對於一棵樹 T 要判斷是不是 n-cube 的子圖是一件很難的事...
更不用說對於一般圖 A 了。
不過,對於可以放進一個 n-cube 的圖,已經有人證明了 iff conditions:
B-valuations of graphs,
I Havel, J Moravek - Czech. Math. J, 1972
例如 trees 都可以放進 n-cube 中。
最後是一篇 survey:
Embeddings in Hypercubes,
M Livingston - 1988
"Given an n-node graph G with |V(G)| \leq 2^n, with deg(x) \leq n for all node x,
for what condition we can say that G is a subgraph of a hypercube Q_n?"