pub broadcast proof fn axiom_array_from_seq<const N: usize, T>(s: Seq<T>)
s.len() == N,
(#[trigger] array_from_seq::<N, T>(s))@ == s,