Encyclopedia Physics Physics Cyclotron Frequency Rs

ARTICLE 3 claims 2 theorems 1 model

Physics Cyclotron Frequency Rs

A machine-checked module about cyclotron frequency proves only three general facts about a cost function, not the physics itself.

Cyclotron frequency in RS

Cyclotron frequency is the rate at which a charged particle circles in a uniform magnetic field. For a particle of charge e and mass m in a field of strength B, the classical formula is f = eB/(2πm). This is a standard result from Lorentz force physics, and it applies to electrons in a synchrotron, ions in a mass spectrometer, and plasma particles in a magnetic bottle.

In Recognition Science (RS), the ledger (a discrete record of events) for this topic defines a cost function J(m/e), where J(x) = (x + 1/x)/2 - 1. The research note sketches a hope: at B = φ^k tesla and electron mass, the frequency might equal α_em * c / (2π r_e) * φ^k / B0, where φ is the golden ratio and α_em is the fine-structure constant. This is explicitly labeled as a research note, not a result.

The machine-checked library of formal theorems proves three facts about this cost function. First, when m = e, the cost is zero. Second, for positive m and e, the cost is never negative. Third, the constant φ - 3/2 is positive. These are general properties of J, not specific to cyclotron motion. The module proves nothing about magnetic fields, particle orbits, or the frequency formula itself.

The gap is definitional. To turn this into a theorem about cyclotron frequency, the module would need to define m and e in terms of the physical setup: what exactly is the mass and charge in this ledger? The current definition treats them as arbitrary positive real numbers. The research note records where the idea was meant to go, but the formal content stops at the general cost properties.

What the module does establish is a template. The same three facts appear verbatim in 2383 sibling modules, all sharing a universal statement in a central cost template. This cyclotron module is one instance of that template, not a derivation of cyclotron physics. A reader looking for RS's contribution to cyclotron frequency will find a placeholder, not a proof.

THEOREM domainCost_at_eq · domainCost_nonneg · canonicalThreshold_pos · IndisputableMonolith/Physics/Cyclotron_Frequency_RS.lean
theorem domainCost_at_eq (r : ℝ) (h : r ≠ 0) : domainCost r r = 0 := by
  unfold domainCost; rw [div_self h]; exact Jcost_unit0
theorem domainCost_nonneg (m e : ℝ) (hm : 0 < m) (he : 0 < e) : 0 ≤ domainCost m e := by
  unfold domainCost; exact Jcost_nonneg (div_pos hm he)
theorem canonicalThreshold_pos : 0 < canonicalThreshold := by
  unfold canonicalThreshold; linarith [phi_gt_onePointFive]
THEOREM domainCost · IndisputableMonolith/Physics/Cyclotron_Frequency_RS.lean
def domainCost (m e : ℝ) : ℝ := Jcost (m / e)
MODEL domainCost · IndisputableMonolith/Physics/Cyclotron_Frequency_RS.lean
def domainCost (m e : ℝ) : ℝ := Jcost (m / e)

What this page does not claim

The module does not prove the classical cyclotron frequency formula f = eB/(2πm). The module does not establish that the research note's frequency expression is correct. The module does not define what mass or charge means in physical terms for this ledger.

Verify this page

Every tagged claim above names its theorem. To check one yourself rather than trust this page, elaborate the source module with Lean 4 and audit its axiom basis:

$ lake env lean IndisputableMonolith/Physics/Cyclotron_Frequency_RS.lean
expected axiom basis: [propext, Classical.choice, Quot.sound] (the Lean kernel's standard three; no RS-specific axioms)

A page whose claims cannot be reproduced this way does not ship. In production, every anchor links to the exact declaration in the public source release, and this block carries the build receipt for the page itself.

Derived articles

This page is generated by a question-recursion engine: the questions its answers raise become the next pages. The current agenda, with open targets marked red:

MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND