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

mkSampledMesh

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)

 114noncomputable def mkSampledMesh (cert : ZeroWindingCert) (N : ℕ) :
 115    SampledMesh N where
 116  rings := fun n =>

proof body

Definition body.

 117    mkSampledRing cert (n.val + 1) (Nat.succ_pos _)
 118      (cert.radius / 2)
 119      (by linarith [cert.radius_pos])
 120      (by linarith [cert.radius_pos])
 121  charge_zero := fun _ => rfl
 122
 123/-- The sampled mesh from a cert has charge 0. -/

used by (3)

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

depends on (6)

Lean names referenced from this declaration's body.