lemma
proved
term proof
mapDelta_fromZ
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)
75@[simp] lemma mapDelta_fromZ (δ : ℤ) (hδ : δ ≠ 0) (f : AffineMapZ) (n : ℤ) :
76 mapDelta δ hδ f (LedgerUnits.fromZ δ n) = f.slope * (n : ℝ) + f.offset := by
proof body
Term-mode proof.
77 classical
78 simp [mapDelta, LedgerUnits.toZ_fromZ δ hδ]
79
used by (2)
From the project-wide theorem graph. These declarations reference this one in their body.
depends on (8)
Lean names referenced from this declaration's body.
-
fromZ
in IndisputableMonolith.LedgerUnits
decl_use
-
toZ_fromZ
in IndisputableMonolith.LedgerUnits
decl_use
-
AffineMapZ
in IndisputableMonolith.RecogSpec.Scales
decl_use
-
mapDelta
in IndisputableMonolith.RecogSpec.Scales
decl_use
-
AffineMapZ
in IndisputableMonolith.UnitMapping
decl_use
-
fromZ
in IndisputableMonolith.UnitMapping
decl_use
-
mapDelta
in IndisputableMonolith.UnitMapping
decl_use
-
toZ_fromZ
in IndisputableMonolith.UnitMapping
decl_use