def
definition
def or abbrev
phiPsiCouplingStub
show as:
view Lean formalization →
formal statement (Lean)
115noncomputable def phiPsiCouplingStub : PhiPsiCouplingFacts where
116 phi_minus_psi_difference := by
proof body
Definition body.
117 intro ng α C_lag x
118 refine ⟨0, ?_, ?_⟩
119 · simp
120 · norm_num
121
122instance : PhiPsiCouplingFacts := phiPsiCouplingStub
123