According to the heap property, which statement regarding the addition of an element using the push operation to a heap data structure is false?
1) The element is added to the last position of the heap
2) The element is compared with its parent and swapped if necessary
3) The heap property is maintained after the addition
4) The element is always added as the root of the heap