Why we are neglecting zero index in heap

we can use this index while pushing

to make a relation between parent and its left and right child
parent =i
LC=2i
RC=2
i+1
if i=0 then LC=RC=0