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

NashEquilibriumCert

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)

  98structure NashEquilibriumCert where
  99  joint_cost_nonneg : ∀ p : TwoPlayerProfile, 0 ≤ jointJCost p
 100  zero_iff_canonical :
 101    ∀ p : TwoPlayerProfile,
 102      jointJCost p = 0 ↔ p.alice_ratio = 1 ∧ p.bob_ratio = 1
 103  canonical_nash : isNashEquilibrium canonicalProfile
 104
 105/-- The master certificate is inhabited. -/

used by (5)

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

depends on (10)

Lean names referenced from this declaration's body.