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