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

phiScale_add

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)

  72theorem phiScale_add (m n : ℤ) (x : ℝ) :
  73    phiScale m (phiScale n x) = phiScale (m + n) x := by

proof body

Term-mode proof.

  74  simp only [phiScale, mul_assoc]
  75  congr 1
  76  rw [zpow_add₀ (ne_of_gt phi_pos), mul_comm]
  77

used by (1)

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

depends on (1)

Lean names referenced from this declaration's body.