lemma
proved
Jcost_pos_of_ne_one
show as:
view math explainer →
open explainer
Generate a durable explainer page for this declaration.
open lean source
IndisputableMonolith.Cost.JcostCore on GitHub at line 296.
browse module
All declarations in this module, on Recognition.
explainer page
depends on
used by
-
srCost_pos_off_threshold -
aestheticCost_pos_off_optimum -
resonance_increases_stability -
above_threshold_positive -
oxidative_stress -
forecastCost_pos_off_unit -
chainCost_pos_off_unit -
Jcost_phi_pos -
asymmetry_positive_cost -
crossSectionRatio_pos -
dmCrossSection_pos -
hubble_tension_pos -
jcost_phi_pos -
potential_positive -
V_pos_off_vacuum -
jcost_ground_state -
Jcost_eq_zero_iff -
Jcost_pos_of_ne_one -
shared_sensitivity -
biased_reasoning_cost -
disease_cost -
market_arbitrage_gap -
minimum_at_one -
off_equilibrium_game_cost -
off_target_cost -
recognition_deficit -
turbulent_cost -
deviation_increases_cost -
nash_stability_at_homeostasis -
biased_agent -
off_equilibrium -
market_friction -
decileCost_pos_off_equal -
off_match_positive -
non_existence_has_positive_cost -
rsExists_iff_one -
cost_zero_set_singleton -
jcost_isolated_from_zero -
g_pos_off_zero -
jcost_exp_pos
formal source
293 exact hmain
294
295/-- J(x) > 0 for x ≠ 1 and x > 0 -/
296lemma Jcost_pos_of_ne_one (x : ℝ) (hx : 0 < x) (hx1 : x ≠ 1) : 0 < Jcost x := by
297 have hx0 : x ≠ 0 := ne_of_gt hx
298 rw [Jcost_eq_sq hx0]
299 apply div_pos
300 · have hne : (x - 1) ≠ 0 := sub_ne_zero.mpr hx1
301 exact sq_pos_of_ne_zero hne
302 · have h2 : (0 : ℝ) < 2 := by norm_num
303 exact mul_pos h2 hx
304
305end Cost
306end IndisputableMonolith
papers checked against this theorem (showing 2 of 2)
-
Human preferences train better flow-based video generators
"Experimental results indicate that VideoReward significantly outperforms existing reward models..."
-
K-sparse autoencoders scale cleanly to 16 million latents
"We propose using k-sparse autoencoders [Makhzani and Frey, 2013] to directly control sparsity, simplifying tuning and improving the reconstruction-sparsity frontier."