theorem
proved
term proof
posInv_two
show as:
view Lean formalization →
formal statement (Lean)
755@[simp] theorem posInv_two : posInv posTwo = posHalf := by
proof body
Term-mode proof.
756 apply Subtype.ext
757 norm_num [posInv, posTwo, posHalf]
758