pith. machine review for the scientific record. sign in
theorem proved tactic proof

face_solid_angle_sum

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)

 145theorem face_solid_angle_sum :
 146    (cube_faces D : ℝ) * per_face_solid_angle = 4 * Real.pi := by

proof body

Tactic-mode proof.

 147  have h6 : (cube_faces D : ℝ) = 6 := by exact_mod_cast faces_at_D3
 148  rw [per_face_solid_angle_eq, h6]; ring
 149
 150/-! ## Part 4: Geometric Seed Assembly -/
 151
 152/-- The geometric seed factor is the passive edge count.
 153    This is WHERE THE 11 COMES FROM. -/

depends on (11)

Lean names referenced from this declaration's body.