English
A variant of the previous relation for r on α × α, yielding a Prod.mk construction from x.fst, x.snd.
Русский
Вариант предыдущего отношения для r на α × α, дающий конструктор Prod.mk из x.fst и x.snd.
LaTeX
$$\operatorname{subtypeVal}(r) \circ \operatorname{toSubtype'}(r) = \lambda i x . \operatorname{prod.mk} i x.1.fst x.1.snd$$
Lean4
protected theorem toBitVec_nsmul (n : ℕ) (a : UInt8) : (n • a).toBitVec = n • a.toBitVec :=
by
rw [Lean.Grind.Semiring.nsmul_eq_natCast_mul, toBitVec_mul, nsmul_eq_mul, BitVec.natCast_eq_ofNat]
rfl