pith. machine review for the scientific record. sign in
theorem proved wrapper

toComplex_mul

show as:
view Lean formalization →

No prose has been written for this declaration yet. The Lean source and graph data below render without it.

generate prose now

formal statement (Lean)

 104@[simp] theorem toComplex_mul (z w : LogicComplex) :
 105    toComplex (z * w) = toComplex z * toComplex w := by

proof body

One-line wrapper that applies simp.

 106  simp [HMul.hMul, Mul.mul]
 107

depends on (6)

Lean names referenced from this declaration's body.