def
definition
def or abbrev
posInv
show as:
view Lean formalization →
formal statement (Lean)
739noncomputable def posInv (x : PosReal) : PosReal :=
proof body
Definition body.
740 ⟨x.1⁻¹, inv_pos.mpr x.2⟩
741
742/-- Distinguished positive constants used to close the automorphism proof. -/