pith. machine review for the scientific record. sign in
structure definition def or abbrev

PhaseParams

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)

  20structure PhaseParams where
  21  modA : ℕ := 8

proof body

Definition body.

  22  modB : ℕ := 45
  23  coprime : Nat.Coprime modA modB := by decide
  24
  25/-- Parameters for eight‑tick gating: a chosen phase and a nonempty set of admissible windows. -/

depends on (12)

Lean names referenced from this declaration's body.