Saw a bumber sticker on the way back home today. It had an equation on it, and the equation was annoyingly wrong.
False version:
It would be better to say:
More correct is:
Translated: Marriage is equivalent to n-1 men and m-1 women, where m and n are both positive integers, and the sum of m and n is at least four.
This means that you must have at least two people total, and between zero and infinity (but only integral; no fractional people) men and women.
Shawn, who is more clever than I, thought of using BNF to express it, and made this much shorter version:
False version:
Marriage = man + woman. False because it means Marriage ≡ man + woman.It would be better to say:
Marriage ∋ man + woman, meaning that the set "Marriage" contains an element equal to "man + woman" (but also allows for other elements).More correct is:
Marriage ≡ (n-1)∗man + (m-1)∗woman, m,n∈Z+ ∧ m+n≥4.Translated: Marriage is equivalent to n-1 men and m-1 women, where m and n are both positive integers, and the sum of m and n is at least four.
This means that you must have at least two people total, and between zero and infinity (but only integral; no fractional people) men and women.
Shawn, who is more clever than I, thought of using BNF to express it, and made this much shorter version:
marriage : {[person] and} + [person]
no subject
Date: 2005-07-21 08:12 pm (UTC)no subject
Date: 2005-07-21 08:31 pm (UTC)no subject
Date: 2005-07-21 08:45 pm (UTC)no subject
Date: 2005-07-21 09:12 pm (UTC)Although Ross, you seem to have missed the point. Also, if their version is false, then so is yours.
no subject
Date: 2005-07-21 09:57 pm (UTC)How would it have any effect? What specifically about any of those categories of laws doesn't make sense with a marriage or two people of the same sex, or of more than two people?
no subject
Date: 2005-07-22 03:48 pm (UTC)no subject
Date: 2005-07-22 04:37 pm (UTC)no subject
Date: 2005-07-22 07:39 pm (UTC)So I suppose the whole issue is really a variant of .dll hell. Too many laws refer to the definition of marriage that existed at the time they were written, and if that changes, the intent of the law is muddied even further than such things usually are.
Bah, I say we replace the whole thing with a couple dozen lines of Perl code.
no subject
Date: 2005-07-22 08:02 pm (UTC)no subject
Date: 2005-07-22 08:08 pm (UTC)All kidding aside, I think there would be a great deal of benefit in limiting the federal legal code to a single book(probably with exactly specified number of pages, typeface, etc. because legislators are sneaky.)
no subject
Date: 2005-07-22 08:12 pm (UTC)no subject
Date: 2005-07-21 10:38 pm (UTC)Had to quote this.
no subject
Date: 2005-07-22 02:42 am (UTC)no subject
Date: 2005-07-21 11:46 pm (UTC)What about
Marriage ≡ n∗man + m∗woman, m,n∈ℕ ∧ m+n≥2.?no subject
Date: 2005-07-22 02:38 am (UTC)I like that; it's shorter. I don't think using N instead of Z makes sense though, because 1.5 women and 0.5 men isn't really a viable marriage. Also somewhat gooey. : )
no subject
Date: 2005-07-22 02:57 am (UTC)And which is the meme to which you're referring? The equation, you mean?
I know ℕ as identifying the natural numbers: ℕ ≡ ℤ+ ∪ {0}. But I have a feeling that it's meaning may not be as standardly defined as some of the other letterlike symbols. What do you know it as? (Gooey, indeed! Raspberry jam, wot?)
no subject
Date: 2005-07-22 03:01 am (UTC)Legacy? I didn't even know there was a third one. I've read Eon several times, but this is my first time through Eternity.
If that's what N means, then it's exactly what I was looking for when I used Z+. It's been a few years since I had discrete math, and I just looked for this in my graph theory book and it's not there, but I remembered N as being all numbers (R as well as all the imaginary numbers). I'm probably misremembering, though.
no subject
Date: 2005-07-22 03:20 am (UTC)I may be wrong about natural numbers, though. I've seen (http://id.mind.net/~zona/mmts/miscellaneousMath/typesOfNumbers/typesOfNumbers.html) several (http://www.math.utah.edu/~alfeld/math/numbers.html) places (http://www.rism.com/Trig/natural_to_complex_numbers.htm) refer to them as ℕ ≡ ℙ ≡ ℤ+ ≡ {1, 2, 3, 4, ...}, and call {0, 1, 2, 3, ...} the whole numbers.
So shall I expect to see a bookmark bar meme from you?
no subject
Date: 2005-07-22 04:23 am (UTC)It seems like N is exactly what this equation needs, then. m,n∈N, ∧ m+n≥2.
no subject
Date: 2005-07-22 04:28 am (UTC)See Natural Number (http://en.wikipedia.org/wiki/Natural_number) on Wikipedia. I was right about the ambiguity.