theorem
proved
term proof
no_cooperator_not_isESS
show as:
view Lean formalization →
formal statement (Lean)
60theorem no_cooperator_not_isESS : ¬ isESS 0 := by
proof body
Term-mode proof.
61 unfold isESS
62 push_neg
63 exact cooperatorThreshold_pos
64
65/-! ## Master certificate -/
66
67/-- **ESS FROM SIGMA MASTER CERTIFICATE.** -/