pub broadcast proof fn axiom_seq_push_index_same<A>(s: Seq<A>, a: A, i: int)
i == s.len(),
#[trigger] s.push(a)[i] == a,