recognition /
Flight /
Flight.SolidState.VirtualRotor /
explainer
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)
36 def SpiralArray (n_coils : ℕ) (r0 : ℝ) (kappa : ℤ) : List Coil :=
proof body
Definition body.
37 List.range n_coils |>.map fun i =>
38 let theta := (i : ℝ) * 2 * Real.pi / n_coils
39 let r := Geometry.SpiralLemmas.logSpiral r0 theta { kappa := kappa }
40 let phase := i % 8
41 { id := i, angle := theta, radius := r, phase_offset := phase }
42
43 /-- The Tip Speed of the virtual field.
44 v = distance / time = (2π r) / (period).
45 Period = n_coils * pulse_width. -/
depends on (19)
Lean names referenced from this declaration's body.
id
in IndisputableMonolith.Algebra.CostAlgebra
decl_use
of
in IndisputableMonolith.Astrophysics.NucleosynthesisTiers
decl_use
period
in IndisputableMonolith.Astrophysics.PulsarEmissionRegimesFromRS
decl_use
radius
in IndisputableMonolith.Complexity.CellularAutomata
decl_use
Coil
in IndisputableMonolith.Flight.SolidState.VirtualRotor
decl_use
id
in IndisputableMonolith.Foundation.ArithmeticOf
decl_use
of
in IndisputableMonolith.Foundation.DAlembert.LedgerFactorization
decl_use
phase
in IndisputableMonolith.Foundation.EightTick
decl_use
of
in IndisputableMonolith.Foundation.PhiForcingDerived
decl_use
of
in IndisputableMonolith.Foundation.SpectralEmergence
decl_use
of
in IndisputableMonolith.Information.PhysicsComplexityStructure
decl_use
r0
in IndisputableMonolith.Masses.Anchor
decl_use
kappa
in IndisputableMonolith.Materials.ThermalConductivityRegimesFromPhiLadder
decl_use
map
in IndisputableMonolith.Measurement.RSNative.Core
decl_use
kappa
in IndisputableMonolith.NumberTheory.AnnularCost
decl_use
theta
in IndisputableMonolith.NumberTheory.RiemannHypothesis.BRFPlumbing
decl_use
phase
in IndisputableMonolith.NumberTheory.RiemannHypothesis.Wedge
decl_use
id
in IndisputableMonolith.RRF.Core.Octave
decl_use
logSpiral
in IndisputableMonolith.Spiral.SpiralField
decl_use