def
definition
def or abbrev
costFirstExistenceCert
show as:
view Lean formalization →
formal statement (Lean)
99def costFirstExistenceCert : CostFirstExistenceCert where
100 rsExists_iff := @rsExists_iff_one
proof body
Definition body.
101 non_existence_costly := @non_existence_has_positive_cost
102 nothing_diverges := divergence_at_zero_direction
103
104end
105end CostFirstExistence
106end Foundation
107end IndisputableMonolith