theorem
proved
wrapper
toComplex_neg
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)
96@[simp] theorem toComplex_neg (z : LogicComplex) :
97 toComplex (-z) = -toComplex z := by
proof body
One-line wrapper that applies simp.
98 simp [Neg.neg]
99
depends on (7)
Lean names referenced from this declaration's body.
-
neg
in IndisputableMonolith.Cryptography.ECDLPWatch
decl_use
-
LogicComplex
in IndisputableMonolith.Foundation.ComplexFromLogic
decl_use
-
toComplex
in IndisputableMonolith.Foundation.ComplexFromLogic
decl_use
-
neg
in IndisputableMonolith.Foundation.IntegersFromLogic
decl_use
-
neg
in IndisputableMonolith.Foundation.RationalsFromLogic
decl_use
-
neg
in IndisputableMonolith.Numerics.Interval.Basic
decl_use
-
neg
in IndisputableMonolith.RecogSpec.Core
decl_use