theorem
proved
term proof
posInv_one
show as:
view Lean formalization →
formal statement (Lean)
751@[simp] theorem posInv_one : posInv posOne = posOne := by
proof body
Term-mode proof.
752 apply Subtype.ext
753 simp [posInv, posOne]
754