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)
167noncomputable def mapDeltaOne
168 (toZ : LedgerUnits.DeltaSub 1 → ℤ) (f : AffineMapZ) : LedgerUnits.DeltaSub 1 → ℝ :=
proof body
Definition body.
169 fun p => f.slope * ((toZ p) : ℝ) + f.offset
170
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.
-
DeltaSub
in IndisputableMonolith.LedgerUnits
decl_use
-
toZ
in IndisputableMonolith.LedgerUnits
decl_use
-
AffineMapZ
in IndisputableMonolith.RecogSpec.Scales
decl_use
-
DeltaSub
in IndisputableMonolith.RecogSpec.Scales
decl_use
-
AffineMapZ
in IndisputableMonolith.UnitMapping
decl_use
-
DeltaSub
in IndisputableMonolith.UnitMapping
decl_use
-
toZ
in IndisputableMonolith.UnitMapping
decl_use