We can verify whether graphs without node features and different laplacian eigenvalues are not isomorphic
[[concept]]
Consider two graphs
Then there exists a graph convolution we can use to verify whether two graphs are NOT isomorphic, ie to test that
For original proof, see the paper GNNs are more powerful than you think
Consider the following single-layer (linear) GNN
Define the graph feature
Set
Then we have
And if there is some
Since the laplacian is positive semidefinite, the sums will be different if and only if we have at least eigenvalue that is different between them.