isTallerThan2(X,Y) :- tallerThan(X,Y). isTallerThan2(X,Y) :- tallerThan(X,Z), isTallerThan2(Z,Y).
Where I want to find where someone is taller than