I have a problem where I need to determine if the following pseudocode solves the activity selection problem optimally (eg. no overlapping events while getting the maximum number of activities).

I have gone through a few tries on paper with it and with the tried and true version i see which is by sorting the activities by ending time and it seems to work, but i am suspicious. Can anyone point me in the right direction to find a definitive proof if this does or doesnt work?