Question: Your function called isTransitive will be given a list A (which you should view as a set) and boolean function R representing a relation on

Your function called isTransitive will be given a list A (which you should view as a set) and boolean function R representing a relation on A (that is, for x and y from A, R(x, y) returns true if and only if the relation xRy holds). isTransitive should return True if R is transitive on A and False otherwise. You get 5 submissions. Test your code before submitting
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
