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)
68theorem paired_event_sum_zero (e : LedgerEvent) : e + e.conj = 0 := by
proof body
Term-mode proof.
69 cases e with
70 | mk flow =>
71 change ({ flow := flow + (-flow) } : LedgerEvent) = { flow := 0 }
72 simp
73
74/-- **PROVED: Conjugation is an involution.** -/
used by (1)
From the project-wide theorem graph. These declarations reference this one in their body.
depends on (7)
Lean names referenced from this declaration's body.
-
LedgerEvent
in IndisputableMonolith.Algebra.LedgerAlgebra
decl_use
-
mk
in IndisputableMonolith.Foundation.IntegersFromLogic
decl_use
-
is
in IndisputableMonolith.Foundation.OptionAEmpiricalProgram
decl_use
-
mk
in IndisputableMonolith.Foundation.RationalsFromLogic
decl_use
-
is
in IndisputableMonolith.Foundation.SimplicialLedger.EdgeLengthFromPsi
decl_use
-
is
in IndisputableMonolith.GameTheory.MechanismDesignFromSigma
decl_use
-
is
in IndisputableMonolith.Mathematics.RamanujanBridge.MockThetaPhantom
decl_use