pith. machine review for the scientific record. sign in
lemma proved term proof

rungOf_step

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)

  76lemma rungOf_step (δ : ℤ) (hδ : δ ≠ 0) (n : ℤ) :
  77  rungOf δ (fromZ δ (n + 1)) = rungOf δ (fromZ δ n) + 1 := by

proof body

Term-mode proof.

  78  simpa [rungOf] using (toZ_succ (δ:=δ) (hδ:=hδ) (n:=n))
  79
  80/-- For any nonzero δ, the subgroup of ℤ generated by δ is (non‑canonically) equivalent to ℤ via n·δ ↦ n. -/

depends on (15)

Lean names referenced from this declaration's body.