theorem
other
other
log_space_symmetry
show as:
view Lean formalization →
formal statement (Lean)
57theorem log_space_symmetry {x : ℝ} (hx : 0 < x) :
58 Jcost x = Jcost x⁻¹ := Jcost_symm hx
proof body
59