theorem
proved
wrapper
nu_monotone_ising_xy
show as:
view Lean formalization →
formal statement (Lean)
92theorem nu_monotone_ising_xy :
93 ising_bootstrap.nu < xy_bootstrap.nu := by
proof body
One-line wrapper that applies unfold.
94 unfold ising_bootstrap xy_bootstrap; norm_num
95