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

PropConfig

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)

  70structure PropConfig where
  71  /-- The proposition -/
  72  prop : Prop
  73  /-- The configuration ratio (how "present" the proposition is) -/
  74  ratio : ℝ
  75  /-- The ratio is positive -/
  76  ratio_pos : ratio > 0
  77
  78/-- The cost of a propositional configuration. -/

used by (3)

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.