pub broadcast proof fn lemma_array_prepare_congruence<A, B, const N: usize>(
a: Array<N, A>,
b: Array<N, B>,
)where
A: Consistency + SpecByteLen<T = A::Val>,
B: Consistency<Val = A::Val> + SpecByteLen<T = A::Val>,Expand description
requires
prepare_congruent(a.0, b.0),ensures#[trigger] prepare_congruent(a, b),