def
definition
def or abbrev
essFromSigmaCert
show as:
view Lean formalization →
formal statement (Lean)
75def essFromSigmaCert : ESSFromSigmaCert where
76 threshold_pos := cooperatorThreshold_pos
proof body
Definition body.
77 threshold_lt_one := cooperatorThreshold_lt_one
78 all_coop_isESS := all_cooperator_isESS
79 no_coop_not_isESS := no_cooperator_not_isESS
80
81end
82
83end ESSFromSigma
84end GameTheory
85end IndisputableMonolith