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

ModalManifold

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)

 216structure ModalManifold where
 217  /-- Points of the manifold -/
 218  points : Set Config
 219  /-- Dimension (value + time) -/
 220  dimension : ℕ := 2

proof body

Definition body.

 221  /-- The metric structure -/
 222  metric : Config → Config → ℝ := modal_distance
 223  /-- The curvature function -/
 224  curvature : Config → ℝ := possibility_curvature
 225
 226/-- The standard modal manifold. -/

used by (1)

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

depends on (12)

Lean names referenced from this declaration's body.