Re: [sage-support] Set(L) == L and Set(L) != L are True at the same time?!

2023-02-23 Thread 'Alan Stafford' via sage-support
Bernards Paradox. Anything is a set even the empty set. And the empty set contains itself. Axiom 11 is the source of the paradox. Regards Alan On Thursday, 23 February 2023 at 13:13:33 GMT, Dima Pasechnik wrote: I opened https://github.com/sagemath/sage/issues/35178 on this On Thu,

Re: [sage-support] Set(L) == L and Set(L) != L are True at the same time?!

2023-02-23 Thread Dima Pasechnik
I opened https://github.com/sagemath/sage/issues/35178 on this On Thu, Feb 23, 2023 at 9:17 AM 'Peter Mueller' via sage-support wrote: > > Secundum non datur ...: > > sage: L = {0} > sage: L == Set(L) > True > sage: L != Set(L) > True > > How can this happen?! With the python bulltin `set`

[sage-support] Set(L) == L and Set(L) != L are True at the same time?!

2023-02-23 Thread 'Peter Mueller' via sage-support
Secundum non datur ...: sage: L = {0} sage: L == Set(L) True sage: L != Set(L) True How can this happen?! With the python bulltin `set` instead of `Set` I get the expected behavior though. (I'm using Sage version 9.8.) -- Peter Mueller -- You received this message because you are subscribed