chalolomarie4515 chalolomarie4515 14-05-2023 Engineering contestada Write the rules for a predicate intersection (A,B,C), which succeeds if the intersection of sets A and B is the set C. The following query shows an example of using this predicate: ?- intersection ([2,5,4], [1,5,3,2], C). C = [2,5]