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.
-
eight_tick
in IndisputableMonolith.Foundation.DimensionForcing
decl_use
-
gap_45
in IndisputableMonolith.Foundation.DimensionForcing
decl_use
-
sync_period
in IndisputableMonolith.Foundation.DimensionForcing
decl_use
-
sync_factorization
in IndisputableMonolith.Foundation.Gap45Degeneracy
decl_use
-
eight_tick
in IndisputableMonolith.Gap45.PhysicalMotivation
decl_use
-
sync_period
in IndisputableMonolith.Gap45.PhysicalMotivation
decl_use
-
eight_tick
in IndisputableMonolith.RRF.Foundation.Constants
decl_use
-
eight_tick
in IndisputableMonolith.Thermodynamics.RecognitionThermodynamics
decl_use