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

ConsistentConfig

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)

 182structure ConsistentConfig where
 183  /-- The proposition P -/
 184  P : Prop
 185  /-- The ratio for P -/
 186  ratio : ℝ
 187  /-- Ratio is positive -/
 188  ratio_pos : ratio > 0
 189
 190/-- The cost of a consistent configuration. -/

used by (6)

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

depends on (13)

Lean names referenced from this declaration's body.