theorem
proved
wrapper
toComplex_mul
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.
-
mul
in IndisputableMonolith.Foundation.ArithmeticFromLogic
decl_use
-
LogicComplex
in IndisputableMonolith.Foundation.ComplexFromLogic
decl_use
-
toComplex
in IndisputableMonolith.Foundation.ComplexFromLogic
decl_use
-
mul
in IndisputableMonolith.Foundation.IntegersFromLogic
decl_use
-
mul
in IndisputableMonolith.Foundation.RationalsFromLogic
decl_use
-
mul
in IndisputableMonolith.RecogSpec.Core
decl_use