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

sync_factorization

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)

 332theorem sync_factorization : sync_period = 8 * 45 := by

proof body

Term-mode proof.

 333  unfold sync_period eight_tick gap_45
 334  -- lcm(8, 45) = 8 * 45 / gcd(8, 45) = 360 / 1 = 360
 335  -- But actually gcd(8, 45) = 1, so lcm = 8 * 45 = 360
 336  rfl
 337
 338/-- 360 = 2³ × 3² × 5. -/

used by (1)

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

depends on (8)

Lean names referenced from this declaration's body.