lemma
proved
term proof
mapDeltaAction_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)
109@[simp] lemma mapDeltaAction_fromZ (δ : ℤ) (hδ : δ ≠ 0)
110 (hbar : ℝ) (n : ℤ) :
111 mapDeltaAction δ hδ hbar (LedgerUnits.fromZ δ n) = hbar * (n : ℝ) := by
proof body
Term-mode proof.
112 classical
113 have h := mapDelta_fromZ (δ:=δ) (hδ:=hδ) (f:=actionMap hbar) (n:=n)
114 simpa [mapDeltaAction, actionMap, add_comm] using h
115
depends on (11)
Lean names referenced from this declaration's body.
-
hbar
in IndisputableMonolith.Constants
decl_use
-
hbar
in IndisputableMonolith.Constants.Codata
decl_use
-
add_comm
in IndisputableMonolith.Foundation.ArithmeticFromLogic
decl_use
-
hbar
in IndisputableMonolith.Information.ComputationLimitsStructure
decl_use
-
fromZ
in IndisputableMonolith.LedgerUnits
decl_use
-
hbar
in IndisputableMonolith.Quantum.EntanglementEntropy
decl_use
-
add_comm
in IndisputableMonolith.Relativity.Fields.Scalar
decl_use
-
actionMap
in IndisputableMonolith.UnitMapping
decl_use
-
fromZ
in IndisputableMonolith.UnitMapping
decl_use
-
mapDeltaAction
in IndisputableMonolith.UnitMapping
decl_use
-
mapDelta_fromZ
in IndisputableMonolith.UnitMapping
decl_use