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)
109structure LedgerUpdate where
110 /-- First entry -/
111 entry1 : LedgerEntry
112 /-- Second entry (reciprocal) -/
113 entry2 : LedgerEntry
114 /-- The ratios are reciprocals -/
115 reciprocal : entry2.ratio = entry1.ratio⁻¹
116 /-- Different IDs -/
117 distinct : entry1.id ≠ entry2.id
118
119/-- Apply an update to a ledger. -/
used by (3)
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.
-
id
in IndisputableMonolith.Algebra.CostAlgebra
decl_use
-
reciprocal
in IndisputableMonolith.Algebra.CostAlgebra
decl_use
-
id
in IndisputableMonolith.Foundation.ArithmeticOf
decl_use
-
reciprocal
in IndisputableMonolith.Foundation.LedgerForcing
decl_use
-
LedgerEntry
in IndisputableMonolith.Foundation.QuantumLedger
decl_use
-
LedgerEntry
in IndisputableMonolith.QFT.CPTInvariance
decl_use
-
id
in IndisputableMonolith.RRF.Core.Octave
decl_use