This article is within the scope of WikiProject Mathematics, a collaborative effort to improve the coverage of mathematics on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.MathematicsWikipedia:WikiProject MathematicsTemplate:WikiProject Mathematicsmathematics
Latest comment: 18 years ago1 comment1 person in discussion
Is it not supposed to be
'where i is strictly GREATER than 0 or strictly LESS than 10'
in stead?
I assume you are referring to the statement in the text "where i is strictly less than 0 or strictly greater than 10, the summand is 0, contributing nothing to the sum". The Iverson bracket in this case is [0<=i<=10], which has value 1 for i greater than or equal to 0 and less than or equal to 10, and 0 otherwise, where "otherwise" means what the quoted statement in the preceding sentence says. Roger Hui (talk) 22:04, 12 March 2008 (UTC)Reply
Knuth's lecture
Latest comment: 15 years ago1 comment1 person in discussion
Latest comment: 8 years ago2 comments2 people in discussion
I like Iverson brackets and Donald Knuth's book, but can't quite notice its acceptance in mathematics for now. I think a section on acceptance is needed for now.
Boundary condition on summation is obviously a handicap and a waste of time, and that's where Iverson bracket can shine if we drop that useless and weird notation, so I think we should also add that. --14.198.220.253 (talk) 10:04, 25 October 2013 (UTC)Reply
Hi. You reverted my changes to the floor and ceiling functions by re-introducting the explicit ranges for the sums (-infinity to infinity), instead of a simple n. However, if you look at Concrete Mathematics and especially Knuth's 1992 paper Two Notes on Notation, he extolls the advantages of NOT specifying explicit ranges. As well, the second example in the "Uses" section follows the convention of NOT specifying the index range. I propose to revert your revert, and using just the simple n as the index. Roger Hui (talk) 22:24, 7 April 2016 (UTC)Reply
Knuth is a person with many opinions, and that fact that he asserts X does not necessarily mean that X is or should be so. The Iverson bracket article, not being part of a text written by Knuth, does not generally adhere to Knuthian conventions or guidelines (can you imagine what he would say about the mixing of fonts that goes on in most math articles in Wikipedia?). Readers in general cannot be expected to know that an article is going to follow an un-mentioned and non-standard convention. Meanwhile, including the range of summation gives an unambiguous interpretation for any reader who is familiar with sigma summation notation, regardless of whether they have been exposed to Knuthian conventions. For these reasons, I do not agree that removing the summation range is an improvement. On the other hand, I would not object to including that information in some other form, e.g., in text following the sums rather than in formulas. You are of course welcome to solicit other opinions on the article talk page.
Thank you for your response. I will think about how best to re-introduce the simpler form.
Of course, Knuth is just one person, but his opinion on this matter does carry more weight, I feel: (a) Knuth originated the term "Iverson bracket", and popularized the use of the technique; (b) Concrete Mathematics is co-authored by Ronald Graham, another eminent mathematician; (c) Two Notes on Notation didn't just say by fiat that simpler bounds are better, but presented examples and arguments in favor. Simpler index bounds are one of the things by Iverson Brackets lead to "substantial improvements in exposition and technique". Iverson Brackets themselves are "Knuthian" and "non-standard"; NOT using the simpler index bounds negates much of Iverson Brackets.
I think that your recent edit leaves the article in a good form. In particular, it certainly satisfies my main worry (that someone not familiar with Knuthian conventions might not be able to understand the notation). --JBL (talk) 21:00, 12 April 2016 (UTC)Reply
Also, Roger Hui, a related request: in the previous section (Uses), there is the claim "Such use of the Iverson bracket can permit easier manipulation of these expressions" followed by a hidden request for an example. Since you seem fairly familiar with the Knuth material, is there a short example of the brackets being useful for a manipulation that could be grabbed and cited? (I figure that it wouldn't be worth doing if it required a whole paragraph, but one or two manipulations with a sentence of text to illustrate might be nice.) If you happen to know one, that would be great. --JBL (talk) 21:09, 12 April 2016 (UTC)Reply
Undefined values: "strongly 0"
Latest comment: 9 years ago12 comments4 people in discussion
What about the cases when expressions are undefined ? Eg
In Concrete Mathematics, Knuth says that the bracket is "very strongly 0", so that in that case we don't have the undefined but .
I'm afraid that is as good as you're going to get. Just view multiplication by such a bracket as selecting the value or not. Don't try and view what he wrote as rigorous mathematics, some people see him as some sort of guru whose word is pure truth and it just causes trouble. Dmcq (talk) 20:58, 28 October 2016 (UTC)Reply
Re "don't be too worried about it": I won't lose sleep over this. If there's no good proposition I shall just add a small paragraph on undefined cases so people know to be careful with it: for now, despite the optimistic "More exactly" in the lead, the definition given is incorrect. Now, if someone actually comes up with a simple, workable definition, it might be nice to have. — Gamall Wednesday Ida (t.c) 21:55, 28 October 2016 (UTC)Reply
Knuth says in TNN, page 8: In general, when an Iverson-bracketed statement is false, we want it to evaluate into a “very strong 0,” namely a zero so strong that it annihilates anything it is multiplied by—even if that other factor is undefined. Roger Hui (talk) 01:54, 29 October 2016 (UTC)Reply
Yes, that's the sentence I rather obviously paraphrased in the question (from CM instead of TNN), so I do not see what point you are trying to convey by merely repeating it. — Gamall Wednesday Ida (t · c) 02:17, 29 October 2016 (UTC)Reply
This is not a problem with the definition of the bracket per se, it is a problem (if that's the right word) with a certain kind of manipulatorics in which a summation over a set is formally represented as a summation over a larger set. (Is that satisfying? Perhaps not.) --JBL (talk) 03:25, 29 October 2016 (UTC)Reply
Well, the definition in this article just says that [B] \in {0,1}, depending on B. Okay, fine. But the brackets actually do more than that; "strongly 0" is something else. So yes, I'd say it's a problem with the definition, as it only works most of the time. I might as well say that, hey, 1/x is a number, no sweat, because most of the times, it is.
What I was thinking of was something along the lines of, for instance, defining the expression "a[B]" not as a bona fide product but as syntactic sugar for a function iverson(B,a) that returns a if B and and 0 (without evaluating a) otherwise. That takes care of the prime example above. But not of, say, 1/[false]. And what about 1-[B] ? To be equivalent to [not B], does it need to return a "strong 1", as Knuth says in TNN?
My impression is that it can't really be made rigorous by tweaking just the brackets in isolation; that it's just an extension of the sum notation (perhaps that's what you meant by "a certain kind of manipulatorics"?), and that's it's icky to pretend it's a well-defined number. The aim of my question was to see if anyone had a nice formalisation for it that dodges those bullets; like my "it's actually a function" idea, but better, to cover all the edge cases. Hopefully an idea not so complicated that it'd fall into WP:OR. — Gamall Wednesday Ida (t · c) 04:15, 29 October 2016 (UTC)Reply
I agree with what you wrote: your objection has nothing to do with the bracket in isolation, it has to do with the meaning of the expression . And here I really do mean that inside there should just be a product: the expression 1/[thing] is totally artificial and would never come up in this world. And the right formalization of sums like this is exactly what you say, restricting to sums over subsets. And then there are some hidden theorems that set arithmetic corresponds to bracket arithmetic, so everything works out. --JBL (talk) 11:57, 29 October 2016 (UTC)Reply
1/[thing] is totally artificial and would never come up in this world: famous last words ;-). More seriously, what I might do in the article is: 1° add some caveats about the meaning of , probably using the Primes example. 2° Add some of the "hidden theorems" you mention. 3° add something on products. My sources would be CM and TNN. I'm not promising to do it or giving a timetable, just checking if that would be okay with everyone. — Gamall Wednesday Ida (t · c) 20:02, 29 October 2016 (UTC)Reply
OK, I have begun. I'll reorganise the examples sometime, and add some new ones. For now the use in summation is in the lead, since I think it's the main use for the notation. — Gamall Wednesday Ida (t · c) 23:50, 29 October 2016 (UTC)Reply
I'm pretty much done here. I don't see what's left to say about it, so I'm proposing pushing it to C-class. I'm not terribly conversant with the ratings, so feel free to downgrade. — Gamall Wednesday Ida (t · c) 11:19, 30 October 2016 (UTC)Reply
Undefined nonstandard notation
Latest comment: 3 years ago3 comments3 people in discussion
The current version has "so that we can write: \sum_{x} f(x) [P(x)] = \sum_{P(x)} f(x)". But the latter is undefined or at least nonstandard: although we can guess that "the sum over all P(x)" means the sum over all x for which P(x) is true, the standard convention is to mention first the summation variable, and the set in which it is taken, before adding additional conditions. Here it is not said in which set x has to be taken, and we all know that "all x" without specifying the set or universe! is a big NO-NO just like "the set of all sets", cf Russel's paradox. — MFH:Talk00:02, 11 February 2023 (UTC)Reply
Fixed The notation is standard and defined in the linked article (capital-sigma notation). Nevertheless, I have copied here the relevant sentence of the linked article. About the domain of definition of the summation index, it is explicitly restricted to integers by the sentence That is, for any property of the integer .... D.Lazard (talk) 09:29, 11 February 2023 (UTC)Reply
I agree that for certain types of propositions P, this use is standard (and surely MFH knows this as well), but I tried a different tweak which I think aligns the sentence more closely with the body. Please feel free to adjust further. --JBL (talk) 18:44, 11 February 2023 (UTC)Reply
Content Disclaimer
Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.
The information displayed on this website is sourced in part or in whole from Wikipedia and has been adapted for the purpose of restating it. We strive to provide accurate and relevant information, however:
There is no guarantee of absolute accuracy. Wikipedia is an open, collaborative project that can be edited by anyone, so information is subject to change.
It is not intended to constitute professional advice. The content displayed is for informational and educational purposes only. For important decisions (e.g., medical, legal, or financial), please consult a professional.
Content copyright. Wikipedia is licensed under the Creative Commons Attribution-ShareAlike License (CC BY-SA). This means that content may be reused with appropriate attribution and shared under a similar license.
Responsible use. Any risk arising from the use of information from this website is entirely the responsibility of the user.