Tree homomorphism

In computer science, a tree homomorphism is a type of homomorphism defined on trees.

Definition

Given a pair of node-labeled trees T_1 and T_2, a mapping \phi from the nodes of T_1 to the nodes of T_2 is a tree homomorphism if the following conditions hold:

See also