Bir grafik özelliği, köşeleri silme (örneğin, tüm indüklenen altgraflar özelliği miras alır) ile ilgili olarak kapatılırsa kalıtsal olarak adlandırılır . Bir grafik özelliğine, ayrık sendikaların alınmasıyla kapalıysa, katkı maddesi denir .
Kalıtsal, ancak katkı maddesi olmayan özellikler bulmak zor değildir. İki basit örnek:
(1) The graph is complete.
(2) The graph does not contain two vertex-disjoint cycles.
In these cases it is obvious that the property is inherited by induced subgraphs, but taking two disjoint graphs that have the property, their union may not preserve it.
Both of the above examples are polytime decidable properties (although for (2) it is somewhat less trivial). If we want harder properties, they could still be created by following the pattern of (2), but replacing the cycles with more complicated graph types. Then, however, we can easily run into the situation where the problem does not even remain in , under standard complexity assumptions, such as . It appears less trivial to find an example which stays within , but it is still hard.
Question: Do you know a (preferably natural) -complete graph property that is hereditary, but not additive?