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

comma_small

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)

  94theorem comma_small : pythagoreanComma < 1.02 := by

proof body

Tactic-mode proof.

  95  simp only [pythagoreanComma]
  96  have h1 : (3 / 2 : ℝ) ^ 12 = 531441 / 4096 := by norm_num
  97  have h2 : (2 : ℝ) ^ 7 = 128 := by norm_num
  98  rw [h1, h2]
  99  norm_num
 100
 101/-! ## Interval Quality Theorems -/
 102
 103/-- The fifth in 12-TET is within 0.2% of just (less than 2 cents). -/

depends on (14)

Lean names referenced from this declaration's body.