Simplified61.8
\[\leadsto \color{blue}{\log \left(x + \mathsf{hypot}\left(1, x\right)\right)}
\]
Proof
(log.f64 (+.f64 x (hypot.f64 1 x))): 0 points increase in error, 0 points decrease in error
(log.f64 (+.f64 x (Rewrite<= hypot-1-def_binary64 (sqrt.f64 (+.f64 1 (*.f64 x x)))))): 3 points increase in error, 0 points decrease in error
(log.f64 (+.f64 x (sqrt.f64 (Rewrite<= +-commutative_binary64 (+.f64 (*.f64 x x) 1))))): 0 points increase in error, 3 points decrease in error
Simplified0.2
\[\leadsto \log \color{blue}{\left(\frac{1}{\mathsf{hypot}\left(1, x\right) - x}\right)}
\]
Proof
(log.f64 (/.f64 1 (-.f64 (hypot.f64 1 x) x))): 0 points increase in error, 0 points decrease in error
(log.f64 (/.f64 1 (Rewrite=> sub-neg_binary64 (+.f64 (hypot.f64 1 x) (neg.f64 x))))): 3 points increase in error, 11 points decrease in error
(log.f64 (/.f64 1 (Rewrite=> +-commutative_binary64 (+.f64 (neg.f64 x) (hypot.f64 1 x))))): 11 points increase in error, 3 points decrease in error
(log.f64 (/.f64 1 (+.f64 (Rewrite=> neg-sub0_binary64 (-.f64 0 x)) (hypot.f64 1 x)))): 4 points increase in error, 10 points decrease in error
(log.f64 (/.f64 1 (Rewrite<= associate--r-_binary64 (-.f64 0 (-.f64 x (hypot.f64 1 x)))))): 10 points increase in error, 4 points decrease in error
(log.f64 (/.f64 1 (Rewrite<= neg-sub0_binary64 (neg.f64 (-.f64 x (hypot.f64 1 x)))))): 0 points increase in error, 14 points decrease in error
(log.f64 (/.f64 1 (Rewrite=> neg-mul-1_binary64 (*.f64 -1 (-.f64 x (hypot.f64 1 x)))))): 14 points increase in error, 0 points decrease in error
(log.f64 (Rewrite=> associate-/r*_binary64 (/.f64 (/.f64 1 -1) (-.f64 x (hypot.f64 1 x))))): 14 points increase in error, 0 points decrease in error
(log.f64 (/.f64 (Rewrite=> metadata-eval -1) (-.f64 x (hypot.f64 1 x)))): 0 points increase in error, 14 points decrease in error
(log.f64 (/.f64 (Rewrite<= metadata-eval (-.f64 0 1)) (-.f64 x (hypot.f64 1 x)))): 14 points increase in error, 0 points decrease in error
(log.f64 (/.f64 (-.f64 (Rewrite<= +-inverses_binary64 (-.f64 (*.f64 x x) (*.f64 x x))) 1) (-.f64 x (hypot.f64 1 x)))): 0 points increase in error, 14 points decrease in error
(log.f64 (/.f64 (Rewrite<= associate--r+_binary64 (-.f64 (*.f64 x x) (+.f64 (*.f64 x x) 1))) (-.f64 x (hypot.f64 1 x)))): 4 points increase in error, 10 points decrease in error
(log.f64 (/.f64 (-.f64 (*.f64 x x) (Rewrite<= +-commutative_binary64 (+.f64 1 (*.f64 x x)))) (-.f64 x (hypot.f64 1 x)))): 10 points increase in error, 4 points decrease in error
(log.f64 (Rewrite=> div-sub_binary64 (-.f64 (/.f64 (*.f64 x x) (-.f64 x (hypot.f64 1 x))) (/.f64 (+.f64 1 (*.f64 x x)) (-.f64 x (hypot.f64 1 x)))))): 0 points increase in error, 14 points decrease in error