Page 2 of 5
Re: My view is that a is not a and is a.
Posted: Sun Feb 16, 2020 6:27 pm
by henry quirk
Skepdick wrote: ↑Sun Feb 16, 2020 6:24 pm
henry quirk wrote: ↑Sun Feb 16, 2020 3:26 pm
the apple is the apple and is no other apple
You got it wrong henry. An apple is itself and nothing else.
Another apple is itself also. It's not the same as the first apple.
Those are two apples. They are different apples.
A is not A.
nope
the apple is the apple and is no other apple
A is A
...and...
an apple is an apple (it does not transform into a pineapple, or penguin)
A
is A
Re: My view is that a is not a and is a.
Posted: Sun Feb 16, 2020 6:34 pm
by Skepdick
henry quirk wrote: ↑Sun Feb 16, 2020 6:27 pm
the apple is the apple and is no other apple
I agree in English, but you are translating it wrong into Logic.
Those are two apples!!!!
One apple on the left of the "is".
One apple on the right of the "is"
Two apples again...
Look... you can argue with me all you want, but you can't argue with logic.
https://repl.it/repls/GoldenDefenselessParser
Code: Select all
from universe import A
print (A() == A()) # False
"you can't argue with logic"
Posted: Sun Feb 16, 2020 6:52 pm
by henry quirk
paraphrasin' the master: I can make logic mean whatever I want...
...so...
...go pound sand
A is A
Re: "you can't argue with logic"
Posted: Sun Feb 16, 2020 8:49 pm
by Skepdick
henry quirk wrote: ↑Sun Feb 16, 2020 6:52 pm
paraphrasin' the
master: I can make logic mean whatever I want...
...so...
...go pound sand
A is A
Of course, you can! You can make logic mean anything you want it to mean. Because meaning is subjective.
But objectively, using my system of logic you are still wrong.
https://repl.it/repls/GoldenDefenselessParser
Code: Select all
from universe import A
try:
assert ( A() == A() )
except AssertionError:
print('Skepdick wins the argument.')
else:
print('Henry Quirk wins the argument.')
A is not A. I win the argument.
Objectively decided by a computer.
"Henry Quirk wins the argument"
Posted: Sun Feb 16, 2020 8:54 pm
by henry quirk
Re: "Henry Quirk wins the argument"
Posted: Sun Feb 16, 2020 8:57 pm
by Skepdick
Re: "Henry Quirk wins the argument"
Posted: Sun Feb 16, 2020 9:03 pm
by henry quirk
Re: "Henry Quirk wins the argument"
Posted: Sun Feb 16, 2020 9:07 pm
by Skepdick
Obviously!
You decided: you win
I decided: I win
The computer decided: I win
Skepdick 2 : Henry 1
I win.
Re: My view is that a is not a and is a.
Posted: Sun Feb 16, 2020 11:15 pm
by TheVisionofEr
TheVisionofEr wrote: ↑
Wed Feb 12, 2020 4:38 pm
In discussion or understanding with words we talk about what is the same. However nothing remians the same except in a limited way.
All things are unique in some way. No two oak leaves are the same. Since things which are equal to the same thing are also equal to one another, it would be impossible to say there are two oak leaves since 1+1=2, that would be a lie since each leaf is different. You could only say that there is a leaf and there is another leaf.
Balzac says: Thus, you will never find in all nature two identical objects; in the natural order, therefore, two and two can never make four, for, to attain that result, we must combine units that are exactly alike, and you know that it is impossible to find two leaves alike on the same tree, or two identical individuals in the same species of tree.
That axiom of your numeration, false in visible nature, is false likewise in the invisible universe of your abstractions, where the same variety is found in your ideas, which are the objects of the visible world extended by their interrelations; indeed, the differences are more striking there than elsewhere.
Thus, he denies that mathematical units, the abstraction in the understanding, are properly the same.
However, what strikes to me is that we are tacitly assuming that “the Leaf” is the same as itself. Which posits a moment outside of time where everything can be “the same”. If, for example, a leaf as part of our understanding includes a tacit thinking about not only the actual leaf, but also what it possibly is to be, we can see another dimension of the difficulty. The future or potential changes in “the Leaf” is already assumed in “the Leaf”. So far as the future or potential changes sufficiently there would be a qualitative change in the forum of "the Leaf".
Re: My view is that a is not a and is a.
Posted: Sun Feb 16, 2020 11:28 pm
by TheVisionofEr
An oak leaf is an oak leaf: A is A.
In what region is this analysis happening? I see with the eyes an oak leaf, but I add by talking: "It is an oak leaf." The eyes and the understanding work together. Though the understanding seems to issue from "within."
When we see an oak, observing it directly, it seems to pass from some place "over there" into ourselves (this effect is ore striking with sound, but, light must come to us by the physicists description just as the sound waves are supposed to). It crosses a threshold which is invisible and doesn't exist. This is called in Aristotle the morphe or form of life. It enters into life or the soul as a kind of knowing. Supposedly there is knowledge from the eyes and from or for the understanding.
On the other hand, we can say allowed, "The oak leaf." And the sound of ourselves talking is "out there" in the region of the senses. And so perhaps A is A is not a rule of logic, but something in the region of the senses. And so to the understanding is not in us, but "out there."
Now, out there everything is always different. the whole of the universe is never "the same". And yet, we say it is "like this" implying a moment that is "the same" and correspondingly escaping from the change of all things in time.
Re: "Henry Quirk wins the argument"
Posted: Mon Feb 17, 2020 12:47 am
by henry quirk
Skepdick wrote: ↑Sun Feb 16, 2020 9:07 pm
Obviously!
You decided: you win
I decided: I win
The computer decided: I win
Skepdick 2 : Henry 1
I win.
my magic

sez I do
Re: "Henry Quirk wins the argument"
Posted: Mon Feb 17, 2020 6:30 am
by Skepdick
henry quirk wrote: ↑Mon Feb 17, 2020 12:47 am
my magic

sez I do
Computers are not magic 8-balls, Henry.
They are perfectly transparent in their thought process. Unlike humans.
Re: My view is that a is not a and is a.
Posted: Mon Feb 17, 2020 6:45 am
by Skepdick
Sculptor wrote: ↑Sun Feb 16, 2020 2:26 pm
No not even clones can occupy the same space/time.
That is the crux of it. The position of a thing in spacetime uniquely defines its identity.
Mathematics equivocates Metaphysical identity with equality. They are not the same thing.
A and B are leaves.
A is identical to A
A is not equal to A
A is not identical to B
A is equal to B
https://repl.it/repls/MelodicOrneryStack
Code: Select all
from universe import Leaf
# A is a leaf
A = Leaf()
# A is identical to itself
assert ( ( id(A) == id(A) ) == True )
# A is not equal to itself
assert ( (A == A) == False )
# B is another Leaf
B = Leaf()
# A is not identical to B
assert ( ( id(A) == id(B) ) == False )
# A is equal to B
assert ( (A == B) == True )
Re: My view is that a is not a and is a.
Posted: Mon Feb 17, 2020 7:02 am
by Veritas Aequitas
Note Buddhism's Two-Truths Theory;
There is no contradiction because both can be at the same time, but not in the same sense/perspective.
- Example;
Water is Water - common sense but at the same time,
Water is not-Water but H2O - scientific sense.
The application of the above, i.e. the ability to shift perspective to optimize, do have a range of values for survival and the preservation of the human species.
What is most critical with the Two-Truth theories within Buddhism is this;
- 1. Self is Self - common realist sense
2. Self is not-self but a bundle of energy, Emptiness, etc. - anti-realist sense.
When a person [philosophical realist] is stuck with 1. i.e. self is self as a thing or entity, this lead to eternalism, the idea of a soul that can survives physical death, theism and the whole load of evil that come with theism with the potential threat to exterminate humanity. [when Islamists get to cheaply and easily available nukes and bio WMDs].
When a person is able to toggle between the two truths and sense to optimize with conditions we can optimize humanity's survival.
Re: My view is that a is not a and is a.
Posted: Mon Feb 17, 2020 2:01 pm
by Skepdick
TheVisionofEr wrote: ↑Thu Feb 13, 2020 1:38 am
In discussion or understanding with words we talk about what is the same. However nothing remians the same except in a limited way.
You may find this paper on Logic interesting.
Locus solum: From the rules of logic to the logic of rules
Locus Solum means something like "Only the location matters"