The correct options are
A f1={(x,y)|y=x+1, ∀ x,y∈A}
B f2={(x,y)|x+y>4, ∀ x,y∈A}
C f3={(x,y)|y<x, ∀ x,y∈A}
f1={(x,y)|y=x+1, ∀ x,y∈A}
f1={(1,2),(2,3),(3,4)}
Since element 4 is mapped to 5 according to relation but 5∉A, it is not a function.
f2={(x,y)|x+y>4, ∀ x,y∈A}
f2={(1,4),(2,3),(2,4),(3,3),(3,4),(4,4),(4,1),(4,2),(4,3)}
Since for x=2, there are two mappings. So, it is not a function.
f3={(x,y)|y<x, ∀ x,y∈A}
f3={(2,1),(3,1),(3,2)⋯}
Since for x=3, there are two mappings. so, it is not a function.
f4={(x,y)|x+y=5, ∀ x,y∈A}
f4={(1,4),(2,3),(3,2),(4,1)}
Since Domain ={1,2,3,4}
Since every element in A is associated to a unique element in A Therefore it is a function from A to itself.