theorem qExp_zero (q : ℝ) : qExp q 0 = 1 := by simp only [qExp] split_ifs with h · exact Real.exp_zero · simp [rpow_def_of_pos one_pos]
thesis/CESProofs/Potential/Defs.lean:48
Core definitions for the Lean formalization of Paper 2: