You didn't.
But you did say, "my arbitrary criteria for identity".
That means you're doing the equality check your own way that has nothing to do with mine.
You get confused precisely because you don't take English language seriously enough.
Actually, I'm using it in only one sense.
It does not follow.
When you stop spending 99.99% of your energy defending yourself, and start carefully listening to what other people are saying, you might unconfuse yourself.
It absolutely is. Nothing is ever your fault. It'd be insane to expect from a person such as you to see that on your own. So of course, it is my fault. I take the full responsibility.
Talking to the mirror again.
Why are you lying? My arbitrary criteria are identical to your arbitrary criteria. That's how immanent critique works!Magnus Anderson wrote: ↑Wed Mar 12, 2025 7:37 amYou didn't.
But you did say, "my arbitrary criteria for identity".
That means you're doing the equality check your own way that has nothing to do with mine.
I have chosen to compare a triangle to a square.Magnus Anderson wrote: ↑Mon Mar 10, 2025 11:08 am The word "identical" does not mean "has the same identity as". It simply means "exactly the same".
Once you discard all uniqueness identifiers a triangle is exactly the same (e.g identical) to a square!Magnus Anderson wrote: ↑Mon Mar 10, 2025 5:16 pm The mistake that Leibniz made is that he overlooked that 1) we choose what we're comparing, and 2) we can ignore, and thus leave out from the comparison, unique identifiers such as location.
But {1,2,3} is approximately identical to {1,2,3}Magnus Anderson wrote: ↑Wed Mar 12, 2025 7:25 am When we say that things are similar, it means they are not identical but close to being identical.
Similar: approximately identical.
I agree! But they aren't identical!
Contradiction.
I can only keep explaining it to you.
Those are three different sensesMagnus Anderson wrote: ↑Wed Mar 12, 2025 7:55 am Actually, I'm using it in only one sense.
I'm using it in the sense of "equal", "same" and "identical".
No wonder you are so confused.Magnus Anderson wrote: ↑Wed Mar 12, 2025 7:55 am I'm using it precisely the way it is used in set theory.
Yeah, but they are only "synonymous" when you ignore the unique identifiers that differentiate them.
Equivocation is exactly what you are doing.Magnus Anderson wrote: ↑Wed Mar 12, 2025 12:07 pm Equivocation is something else and you have yet to learn what it is.
Code: Select all
a = [1, 2, 3]
b = [1, 2, 3]
c = a
a == b # True (they are equal - same content)
a is b # False (they are not identical - different objects)
a is c # True (they are identical - same object)