pith. machine review for the scientific record. sign in
def definition def or abbrev

mapDelta

show as:
view Lean formalization →

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)

 148noncomputable def mapDelta (δ : ℤ) (hδ : δ ≠ 0)
 149  (toZ : {x : ℤ // ∃ n : ℤ, x = n * δ} → ℤ) (f : AffineMapZ) :
 150  {x : ℤ // ∃ n : ℤ, x = n * δ} → ℝ :=

proof body

Definition body.

 151  fun p => f.slope * ((toZ p) : ℝ) + f.offset
 152
 153/-- Context constructors: charge (quantum `qe`), time (τ0), and action (ħ). -/

used by (9)

From the project-wide theorem graph. These declarations reference this one in their body.

depends on (6)

Lean names referenced from this declaration's body.