advancedresearch / avatar_graph

A library for Avatar Graphs
MIT License
6 stars 2 forks source link

Semi-contractibility #37

Open bvssvni opened 3 years ago

bvssvni commented 3 years ago

Screen Shot 2020-07-27 at 16 49 04

Here, the left middle and right middle nodes are semi-contractible.

It means each have only one child if and only if the other has more than one child.

Adding a check to avatar_connectivity leads to exclusion of Wagner graphs as a filled Avatar Graph. It means rules with Möbius topology are excluded.

I am thinking about this as similar to the distinction between inductive and co-inductive theorem proving. Both create valid theories, but they differ on some edge cases.

bvssvni commented 3 years ago

Decided to allow semi-contractibility, because this property is symmetric.