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

Simplex4D

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)

  46structure Simplex4D where
  47  edges : Fin 10 → ℝ
  48  all_pos : ∀ i, 0 < edges i
  49
  50/-- A triangle (2-simplex) with 3 edge lengths. -/

depends on (3)

Lean names referenced from this declaration's body.