About the implementation of del in Python 3

Gregory Ewing greg.ewing at canterbury.ac.nz
Fri Jul 7 04:05:23 EDT 2017


Marko Rauhamaa wrote:
> In Second-Order Logic, you can define identity directly:
> 
>     ∀x ∀y x = y ↔ ∀P (P(x) ↔ P(y))

That looks more like a definition of *equality* to me.

In mathematics, everything is immutable, so there isn't
really any distinction between equality and identity.

-- 
Greg



More information about the Python-list mailing list