It’s a thing that I’ve always thought that people over-complicate. It’s just there, the small side with the small number the big side with the big number…
“The entirety of the small number constitutes a relatively smaller portion of the big number. Thus, the open side of > points to the smaller number to indicate that it’s a magnified view within the larger number.”
I hope this helps overcomplicate things for you. We must all return to crocodile.
Crocodile? Are you guys from Florida? In Europe we learned it as duck beak, it just makes much more sense, where are the teeth? Nowhere it’s not an alligator mouth it’s a beak
Duck, crocodile, they’re both archosaurs. Which means if it’s either, they should have a premaxillar fenestra on the lower jaw, but I’m not seeing any. Clearly, this must be a possum.
For a while, I’ve seen “<” and “>” as a slanted “=”, which is to say, these numbers are not equal, and the larger side is the larger number and the smaller side is the smaller number.
Somehow, people don’t teach this interpretation at schools. (Despite it being so obvious that it was clearly the original reasoning behind the symbols.) And then nobody talks about the fact that nobody knows how to read them, forever.
Mine had something about crossing a line through the symbol and seeing if it makes a 4 or a 7. Honestly, “the crocodile wants to eat the big number” is still better than this.
I agree. It’s totally simple and people overcomplicate.
BTW one nice thing about German is, that you can even use the same logic for Boolean operators: The AND operator ∧ is called UND being the shorter word (when you put the name at the top). The OR operator ∨ is called ODER being the longer word.
You can use the same logic in English if you Place AND/OR at the bottom instead 😁
i also think the “etymology” of the boolean symbols is very helpful in remembering which is which. in lattice theory, their use was inspired by similar notation in set theory. so, A ∨ B is like A ∪ B, while A ∧ B is like A ∩ B.
generally, A ∨ B is “the smallest thing that’s greater than or equal to both A and B”, while A ∧ B is “the biggest thing that’s less than or equal to both A and B”. similarly to how A ∪ B is “the smallest set that contains both A and B”, while A ∩ B is “the largest set that’s contained in both A and B”. you can also take things a step further by saying that in the context of sets, A ≤ B means A ⊆ B. doing this means that A ∨ B = A ∪ B, while A ∧ B = A ∩ B. and from this perspective, the “sharp-edged” symbols (<, ∧, ∨) are just a generalization of their “curvy” counterparts (⊂, ∩, ∪).
in the context of boolean algebra, you can set False < True, which at first may seem a bit arbitrary, but it agrees with the convention the that False = 0 and True = 1, and it also makes A ∨ B and A ∧ B have the same meanings as described above.
It’s a thing that I’ve always thought that people over-complicate. It’s just there, the small side with the small number the big side with the big number…
“The entirety of the small number constitutes a relatively smaller portion of the big number. Thus, the open side of > points to the smaller number to indicate that it’s a magnified view within the larger number.”
I hope this helps overcomplicate things for you. We must all return to crocodile.
Nope, it just sounds odd.
I’ll stick with big side = big number, small side = small number.
Crocodile? Are you guys from Florida? In Europe we learned it as duck beak, it just makes much more sense, where are the teeth? Nowhere it’s not an alligator mouth it’s a beak
Nah fam, if your bird looks like that it’s probably dead. I also learnt it as the crocodile in Germany
Duck, crocodile, they’re both archosaurs. Which means if it’s either, they should have a premaxillar fenestra on the lower jaw, but I’m not seeing any. Clearly, this must be a possum.
For a while, I’ve seen “<” and “>” as a slanted “=”, which is to say, these numbers are not equal, and the larger side is the larger number and the smaller side is the smaller number.
Works for me, IDK.
But shouldn’t it be 8 < 1 because the eight is heavier and squeezes the bars of the = together?
I’m with you, the croc is an opportunist and will eat the smaller, easier prey.
No, since it’s bigger it stretches the lines apart :)
That would be a pair of scissors, on its way to cut the number 1.
Somehow, people don’t teach this interpretation at schools. (Despite it being so obvious that it was clearly the original reasoning behind the symbols.) And then nobody talks about the fact that nobody knows how to read them, forever.
Mine had something about crossing a line through the symbol and seeing if it makes a 4 or a 7. Honestly, “the crocodile wants to eat the big number” is still better than this.
Are you a programmer? I’ve never struggled with them either, but I’ve had a lot of exposure to them due to programming since I was like 11
I agree. It’s totally simple and people overcomplicate.
BTW one nice thing about German is, that you can even use the same logic for Boolean operators: The AND operator ∧ is called UND being the shorter word (when you put the name at the top). The OR operator ∨ is called ODER being the longer word.
You can use the same logic in English if you Place AND/OR at the bottom instead 😁
i also think the “etymology” of the boolean symbols is very helpful in remembering which is which. in lattice theory, their use was inspired by similar notation in set theory. so,
A ∨ B
is likeA ∪ B
, whileA ∧ B
is likeA ∩ B
.generally,
A ∨ B
is “the smallest thing that’s greater than or equal to both A and B”, whileA ∧ B
is “the biggest thing that’s less than or equal to both A and B”. similarly to howA ∪ B
is “the smallest set that contains both A and B”, whileA ∩ B
is “the largest set that’s contained in both A and B”. you can also take things a step further by saying that in the context of sets,A ≤ B
meansA ⊆ B
. doing this means thatA ∨ B = A ∪ B
, whileA ∧ B = A ∩ B
. and from this perspective, the “sharp-edged” symbols (<
,∧
,∨
) are just a generalization of their “curvy” counterparts (⊂
,∩
,∪
).in the context of boolean algebra, you can set
False < True
, which at first may seem a bit arbitrary, but it agrees with the convention the thatFalse = 0
andTrue = 1
, and it also makesA ∨ B
andA ∧ B
have the same meanings as described above.