defect_at_one
The theorem establishes that the defect functional vanishes at the unit value. Researchers formalizing the Law of Existence would cite this when verifying that unity meets the zero-cost existence condition. The proof is a direct simplification that reduces the claim using the definitions of defect and the J-cost functional.
claim$J(1) = 0$, where the canonical cost functional is $J(x) = (x + x^{-1})/2 - 1$ and the defect functional coincides with $J$ for positive real arguments.
background
The defect functional is defined by defect(x) := J(x) for x > 0, with J the canonical cost functional J(x) = (x + x^{-1})/2 - 1. This module supplies a literal formalization of the Law of Existence as the equivalence between existence of x and defect(x) = 0. The upstream definition of defect as equal to J supplies the algebraic content used here.
proof idea
The proof is a one-line wrapper that applies the simp tactic with the definitions of defect and J, reducing the statement directly to the algebraic identity at unity.
why it matters in Recognition Science
This base case feeds the complete Law of Existence theorem, the uniqueness of the existent, and the economic inevitability result that unity is the unique minimizer. It supplies the zero-defect anchor for the equivalence Exists x ↔ defect(x) = 0 ↔ x = 1. The result aligns with the J-uniqueness step in the forcing chain.
scope and limits
- Does not address the value of defect for non-positive arguments.
- Does not prove non-negativity of defect for x > 0.
- Does not establish uniqueness of the zero-defect point.
formal statement (Lean)
35@[simp] theorem defect_at_one : defect 1 = 0 := by simp [defect, J]
proof body
Term-mode proof.
36
37/-- Defect is non-negative for positive arguments. -/
used by (25)
-
unity_defect_zero -
complete_law_of_existence -
defect_one -
existence_economically_inevitable -
structured_set_singleton -
unity_unique_existent -
consistent_zero_cost_possible -
logic_from_cost_summary -
mp_from_cost_and_logic -
rs_exists_one -
rs_exists_unique_one -
update_is_global -
actual_has_zero_modal_distance -
actuality_is_j_minimum -
necessary_is_one -
necessity_is_unique_minimizer -
s5_possible_accessible_to_necessary -
better_action_exists -
ideal_iff_good -
is_implies_ought -
ph004_objective_morality_certificate -
ph006_probability_certificate -
prob_is_epistemic -
propensity_vindicated -
charge_zero_cost_scalar_t1_bounded