def
definition
costFirstExistenceCert
show as:
view math explainer →
open explainer
Generate a durable explainer page for this declaration.
open lean source
IndisputableMonolith.Foundation.CostFirstExistence on GitHub at line 99.
browse module
All declarations in this module, on Recognition.
explainer page
depends on
formal source
96 ¬ ∃ (C : ℝ), ∀ (ε : ℝ), 0 < ε → Jcost ε ≤ C
97
98/-- Cost-first existence certificate. -/
99def costFirstExistenceCert : CostFirstExistenceCert where
100 rsExists_iff := @rsExists_iff_one
101 non_existence_costly := @non_existence_has_positive_cost
102 nothing_diverges := divergence_at_zero_direction
103
104end
105end CostFirstExistence
106end Foundation
107end IndisputableMonolith