Prove that no matter what node we start at in a height-h binary search tree, k successive calls to "tree-successor" take O(k+h) time?

Prove that no matter what node we start at in a height-h binary search tree, k successive calls to “tree-successor” take O(k+h) time?

Check this SO post: algorithm - Prove the efficiency of repeated calls to successor() in binary trees? - Stack Overflow