User talk:Jochen BurghardtMeaning of a German word re mathematical induction - Vollständige InduktionHi! I see that the German page on Matematical induction has the name Vollständige Induktion. What is the exact meaning of this German word? What other possible shades of meaning exist beside complete? I see that Google Translate gives as equivalents full, complete, total, entire! Thanks!--109.166.135.99 (talk) 19:15, 4 January 2020 (UTC)
Other names for math induction - reasoning by recurrenceHi again! Re math induction, I see that the French wikiarticle has a title that in translation would be reasoning by recurrence! (I see that also the recurrence wikipage mentions matematical induction at See also.) Have you encountered this name, perhaps even in German sources under a German translation?--109.166.135.99 (talk) 19:24, 4 January 2020 (UTC)
Bug in watchlist?
I believe to have found a bug in the algorithm computing the watchlist, and would like the programmers to check this. I'm using the {{help}} template because I don't know better how to reach them. My observations are these (all times are German local time):
19:03, 14 January 2020 AnomieBOT talk contribs m 19,187 bytes +18 Dating maintenance tags: <{{Cn}} 18:43, 14 January 2020 Wcherowi talk contribs 19,169 bytes +6 →Alternate proof: needs citation 10:57, 14 January 2020 Dunloskinbeg talk contribs 19,163 bytes +13 →Alternate proof 10:37, 14 January 2020 Dunloskinbeg talk contribs 19,150 bytes +1,797 →History 20:31, 11 January 2020 Jochen Burghardt talk contribs 17,353 bytes -32 →History: fix another link
I suspect that AnomieBOT's edit may have masked out Wcherowi's edit. A later edit by myself masking a former would be ok; and possibly the algorithm computing the watchlist handles a later bot edit in the very same way, although for this case it is not ok. - Jochen Burghardt (talk) 11:46, 15 January 2020 (UTC)
Need small change to Georg Cantor's first set theory articleHi Jochen, I'm currently working on preparing Cantor's first set theory article for a nomination to featured article. While working on accessibility of information in a diagram, I used a screen reader to read the text and found it read both an and aN as "a n" (I had hoped it would read the latter as "a cap n" or "a sub cap n" but it didn't). So my choice of aN and bN was bad for people who depend on screen readers. I think aL and bL would be better. I'm choosing "L" to stand for "last". I would greatly appreciate it if you could change the 4 places that need changing: 3 of them can be found by searching for "last interval". I could change these 3, but since the changes are in a published article, I think all 4 changes should be done at the same time. The fourth occurrence of aN and bN is within your file "Cantor's first uncountability proof Case 1 svg.svg". Thanks again for the work you have done on the article, my featured article mentor is quite impressed with the article and I believe that your diagrams contribute a lot to the key proof in the article. Thank you, RJGray (talk) 17:44, 18 January 2020 (UTC)
Thanks for taking care of it so quickly. On my screen, everything was changed except in the diagram where aN and bN had not changed. I tracked down the problem to my browser: I changed browsers from Chrome to Opera and everything worked fine. Chrome may have cached the old copy of the svg file somewhere. I've never had a problem like this before. Thanks for wishing me good luck on the review process -- the featured article process is much tougher than the good article process. My mentor started me off with 16 items to change or consider. It's a good learning experience and is already making me a better Wikipedia writer. —RJGray (talk) 21:36, 18 January 2020 (UTC)
Thanks, Jochen. The refresh worked fine: Chrome encodes it as "Control-F5, which I've read is also an option used by some other browsers including Firefox and Internet Explorer. However, I noticed a typo on the Case 1 diagram: Above the number line, it has a "c" instead of a "y". This conflicts with the Case 1 text on the left: "every y in this interval ...". RJGray (talk) 13:52, 20 January 2020 (UTC)
The "alternate" proof should be keptIn fact, I found it very clear and convenient for generalizing it from sets to ∞-groupoids (https://homotopytypetheory.org/2020/01/26/the-cantor-schroder-bernstein-theorem-for-%e2%88%9e-groupoids). This reference has a proof in mathematical vernacular, and also a proof formalized in a proof assistant and verified by it. I didn't need to check any reference to make complete sense of it. I would like this proof to be reinstated (with a citation for it, if possible), so that my citation to it still makes sense. No further details for the proof are needed. It may be laconic, but it does have all the necessary information. And I like it very much, much better than the proof that produces three equivalence classes. This proof with two equivalence classes is much better and direct and intuitive. Thank you. — Preceding unsigned comment added by 31.185.241.7 (talk) 19:39, 10 February 2020 (UTC)
Fixed-point combinatorHi Jochen, not sure I understand your objection:
I'm trying to understand where I'm going wrong, so would appreciate if you could point out the errors in more detail. --Jocki84 (talk) 12:44, 14 February 2020 (UTC)
E ::= V E ::= ( E E ) E ::= \lambda V . E V ::= ((any variable name)) and to the following derivation for the 'valid prefix': _________________E_________________ \lambda V. ____________E___________ \lambda f. ____________E___________ \lambda f. ( _____E______ E ) \lambda f. ( \lambda V. E E ) \lambda f. ( \lambda x. E E ) \lambda f. ( \lambda x. f ___E___ ) \lambda f. ( \lambda x. f ( E E ) ) \lambda f. ( \lambda x. f ( V E ) ) \lambda f. ( \lambda x. f ( x E ) ) \lambda f. ( \lambda x. f ( x V ) ) \lambda f. ( \lambda x. f ( x x ) ) The two rightmost occurrences of 'x' are then outside the scope of the '\lambda x'. This should explain my weird-looking edit summary text. I'll revert my revert, and add a note that the syntax of Lambda calculus#Notation, rather than that of Lambda calculus#Lead is used throughout the article. Sorry for the confusion. - Jochen Burghardt (talk) 08:40, 15 February 2020 (UTC)
Signature: Predicate and RelationHi sir, on the first reason that you reverted my change was that "an n-ary relation is the same as an n-ary boolean-valued function, no matter if written in infix or prefix notation". I disagree with your statement, assuming that you and I both talk about relation and function based on set-theoretic definition. According to Binary Relation, a binary relation R over two sets X and Y is a set of ordered pairs (x, y) consisting of elements x in X and y in Y. That is, it is a subset of the Cartesian product X × Y. Noted, a binary relation is indeed a 2-ary relation. According to Function, a function f from a set X to a set Y is defined by a set G of ordered pairs (x, y) such that x ∈ X, y ∈ Y, and every element of X is the first component of exactly one ordered pair in G. In other words, function f is a binary relation G such that every element of X is the first component of exactly one ordered pair in G. Noted, a unary function f: X → Y or f(x) = y is indeed a 1-ary function, but also by definition, a binary relation. In other words, a 1-ary function is equivalent to a 2-ary relation. According to Arity, a function of arity n thus has arity n+1 considered as a relation. On the reason for my original change, according to Predicate, a predicate P is a boolean-valued function P: X→ {true, false}. Since the distinction between relation and function is clearly shown above, I believe it is careless to say that predicate is logically equivalent to relation when from the set-theoretic view, it is not so. Also, on the last reason that you reverted my change was that "the name 'predicate' is standard in textbooks (e.g. Hermes 1973, Introduction to Mathematical Logic)". I completely agree this is the case but with a claim that such usage should only be meant loosely and used sparingly, otherwise risk contradictions. Noted, there are two notations for a function f:
The second notation is very useful in predicate logic because it allows us to define function f using variables x and y. Hence, this allows function f to play well with quantifiers, substitutions, building formulas etc... However, the most common notation for relation R is: R ⊆ X x Y. If we allow set-builder notation, we also have: R = {(x, y) | x ∈ X and y ∈ Y}. Clearly, both notations are not very handy in predicate logic, such as building formulas. As such, in predicate logic, a predicate R' is written in the functional notation R'(x,y) to describe relation R above. Indeed, predicate R' itself is a boolean-value function that should be explicitly written as R'(x,y) = true if (x,y) ∈ R and R'(x,y) = false if (x,y) ∉ R. Predicate R' can be seen as an indicator function of relation R. In other words, the Cartesian product X x Y, which R is a subset of, is the domain of boolean-value function/predicate R' or R': X x Y -> {true, false}. Thus, we can describe predicate R' as a relation: R' ⊆ X x Y x {true, false}. This is where the real connection between relation R and predicate R' comes from. Also, according to Extension, relation R is indeed the extension of R'. In conclusion, a relation R is the extension of predicate R' and Cartesian product X x Y such that R ⊆ X x Y is the domain of boolean-value function R'. Both relation and predicate, under consideration of both predicate logic and set theory, are closely related but not logically equivalent. I am looking forward to your opinion on this. Thank you so much for your time sir. Langtutheky (talk) 21:54, 16 April 2020 (UTC)
Ordinal number: (Trichotomy)Greetings Jochen Burghardt. You undid one of the edits to page "ordinal number" with the comment "introduced converse relation symbol without need." I don't agree with your undoing, so I undid it. In trichotomy, the emphasis should be on the relations, not the variables. If the example was about permutations, then switching the variables would be more appropriate. By switching the variables back and forth, row by row, it directs attention away from the relation between them. If you want to keep the equality relation on the middle row, I think that is an acceptable compromise, but changing the variables row by row is distracting and does not make for a clear reading. I hope you understand. Regards, Jozef Putrycz. Jputrycz (talk) 12:47, 29 April 2020 (UTC)
Jochen, Thank you for the detailed reply. It is greatly appreciated because now I have a better idea of where you are coming from. There are a few things I would like to address in your response. First off, yes, thank you for pointing out that when variables are fixed, the statement "x < y" is in fact not equivalent to "x > y"- that is the exact purpose of fixing the variables in place so as to make clear that the statements are not equivalent. The point here is to demonstrate that only one of the statements is true, and by fixing the variables, and drawing attention to the flipped symbol, it is quite obvious that the statements are different, simply because the relations are different. It is unambiguous, and demonstrates the concept even if it is "just" an instance of a more general form of the concept. Second, since the focus of this section of the article is on only one of the statements being true, and by simply showing the relations to be different is sufficient, I do not see how focusing on the general form of trichotomous relations is in this particular section of the article appropriate. Nowhere else in the article is the general form of any of the relations focused upon in the same way you are suggesting for this particular concept. If we are going to focus on the general form of the relation in one section, we must either explain to the reader in a dedicated section of the article why that particular concept was generalized and not others, or we must use the general form in all other sections. Lastly, the generality of a trichotomous relation isn't what makes the definition of an ordinal number unique. A specific instance of a trichotomous relation allows for comprehension, so while generalities and generalization are of course necessary, they are not necessary in this particular definition for there to be comprehension. Focusing on the abstraction of a trichotomy would draw attention away from the properties of ordinal numbers rather than hone in on them. The general form of a trichotomy is more appropriate for an article on general relations, and of course, trichotomous ones. Regards, Jozef Putrycz Jputrycz (talk) 15:39, 29 April 2020 (UTC) Sets are unorderedThank you for reviewing my edits to Set (mathematics). When I first read the article, I noticed that the unordered property of sets was not mentioned, so I added it. Then, as I was reading the talk page, I came upon this section, Talk:Set_(mathematics)#Unordered?, where another editor apparently made the same "improvement" as I just did. The objection was that "ordered lists are also sets." I attempted to avoid this objection by the qualification "Unless otherwise qualified." In any case, I do not think the definition of "set" is complete, unless the unordered property is noted. I feel satisfied with changes you made to the article, but apparently another feels concerned we must allow for special cases of ordered sets. I hope the unordered property does not get removed again. I will watch this spot in case you wish to comment. Thanks again for your work on this article. Comfr (talk) 03:52, 16 May 2020 (UTC)
Rationale for precisification redlinkI redlinked precisification in the vagueness article, which you reverted, and I've just restored. Here's my rationale. Clearly, its surface definition is simply "making more precise", but I think there's clearly more meaning to it as a philosophical/logical term: see [1], [2] and [3]. I don't know enough about these topics to start writing an article on them, but the term is certainly article-worthy. -- The Anome (talk) 11:47, 7 August 2020 (UTC)
Decidability of grammar's regularityHi, I saw you left a note in the LL grammar page saying that whether a grammar G is regular is "and easily decidable problem". I am afraid that that is not the case. For a formal proof consult Theorem 14.6 (page 221) of Hopcroft & Ullman's Formal languages and their relation to automata, available freely through ACM on this link. The notion of regularity is precisely the one of type 3 regularity, and the terms regular set and regular partition are commonplace in literature, though they indeed seem to be missing from Wikipedia, which will need to be sorted out. They are introduced in the aforementioned book on page 15. It is the case that the problem of whether G is regular is decidable for deterministic languages, but I would still not call the proof "easy"[1], and sadly the context of LLR languages permits nondeterminism. 192.76.8.73 (talk) 20:31, 6 October 2020 (UTC)
References
Hi, and thanks for all you do for Wikipedia. I ran across the word "redices" in your edit here. I could find no definition for it. Is this a typo? Best regards -- LilHelpa (talk) 13:13, 10 October 2020 (UTC)
Sorry for my remarkThere was a misunderstanding on my part about a "typo". I misunderstood what was posted when and why. I am deeply sorry. LMSchmitt 09:13, 8 November 2020 (UTC)
deleted induction pic.I greatly appreciate your observation of my deletion. I found that pic inappropriate for my article on the illogic of treating a single observation as a universal continuing factor. If, after reading my revision, you find it useful to restore that example and pic of the use rather than the logic of induction, I will be happy to discuss that and any other suggestions you have.TBR-qed (talk) 17:12, 15 November 2020 (UTC) ArbCom 2020 Elections voter messageThank youThanks sir for considering my edit everybody was continuously deleting my edit THANK YOU SO MUCH :-) — Preceding unsigned comment added by Prakharblue123 (talk • contribs) 04:09, 28 November 2020 (UTC) Unneeded links (at mathematical induction)?Hello! I see your description of your edit at mathematical induction as unneeded links. Can you explain such a label? Also please see the talk page of the article re the structure of the inductive step as implication.--86.127.33.116 (talk) 12:22, 30 November 2020 (UTC) Is the reversion mainly due to WP:EASTEREGGs and less to unneeded links?--86.127.34.116 (talk) 14:41, 30 November 2020 (UTC)
Hey I want to ask you somethingOn page algebraic equation can you please clarify me the line written "polynomial equation is usually preferred to algebraic equation" please sir Prankher31 (talk) 14:00, 23 January 2021 (UTC)
1 more thing is that on on page equation it was written algebraic equation is of 2 types P=0 or P=Q which was wrong and I edited and wrote it P=0 is it okay Prankher31 (talk) 02:18, 24 January 2021 (UTC)
Please see page algebraic equation on wikipediaSir in this page can you please see the last line written that " polynomial equation is referred to algebraic equation " what is use of writing this line when it is clearly mentioned above ? Prankher31 (talk) 13:38, 24 January 2021 (UTC) It is creating confusion. Prankher31 (talk) 13:43, 24 January 2021 (UTC) Displaying a note in an articleI have restored your note in Cantor's diagonal argument and completed the change by adding an item necessary for displaying it: Special:Diff/1004593039. --CiaPan (talk) 11:44, 3 February 2021 (UTC) none is/areHi Jochen, I have no objection to your change. You might be interested to know that this is a bit of a fraught point in the history of English grammar. If I recall correctly, Fowler initially insisted on is, but after hearing many objections, came to agree that are is also acceptable. I think some speakers tend to find a subtle difference in meaning, but I wouldn't be able to tell you exactly what it is. --Trovatore (talk) 21:11, 24 February 2021 (UTC)
Alphabet (formal languages)Hi, Jochen. I've started a discussion on the talk page of Alphabet (formal languages) based on your edit. Jason Quinn (talk) 03:24, 28 March 2021 (UTC) Examples section of Local languageHello, regarding your recent edit of Local language (formal language): do you happen to have a copy of Sakarovitch (2009) available? I suspect the examples as currently presented do not agree with the book, judging by another edit which changed the example. --109.81.214.106 (talk) 17:41, 20 April 2021 (UTC)
Ugly duckling theoremDear Jochen, What do we do now? Nobody seems to care about our dispute about this profound (I know that you find it, at least, profoundly disturbing) theorem? How do we settle our dispute? It is clear to me that 2 and 3 objects is 5 objects, the same as that 3 and 2 objects. I can accept non-communing multiplication of matrices (units do not agree under multiplication), but addition? "nonisomorphic well-orderings of any infinite set"? We do not need that fantastic feature of ordinal numbers to count the objects in the ugly duckling theorem. Guswen (talk) 21:11, 3 May 2021 (UTC)
Dear Jochen, Awesome ideas! Let's do both then. Would you kindly renew our call for help, when only you find it suitable, or should I do it? Guswen (talk) 15:56, 4 May 2021 (UTC)
Dear Jochen, Thank you for renewing the call, but I do not see a reason to revert my edit. We've been waiting two weeks to no avail. I really wish I knew someone, who could help us to settle our dispute. At the moment I have two arguments: (1) ordinal numbers should not be used in the UDT, as they do not commute under addition, and (2) Woodward.2009. You have only one: "subtraction is undefined for limit ordinals, let alone binomial coefficients". Also kindly note that the notion of a countable set includes (a finite number of) "n things in the universe", as in the previous edit. Therefore, in my humble opinion, the burden of proof is on your side. If the issue is settled in your favor, my edit shall obviously be reverted, and I will be smarter by gaining a new information that 2+3 [things out of n things in the universe] is not the same as 3+2 [things out of n things in the universe]. Guswen (talk) 13:37, 12 May 2021 (UTC) Church–Turing thesisThanks for removing my possibly confusing "in addition to"; I suppose I didn't think it through completely. But I still don't think the present wording is optimal. Specifically, I don't know what "including all constant functions, projections, and the successor function" is supposed to mean, because I haven't read enough about this to know from elsewhere and the wording is unclear. Is this short for "including all constant functions, including all projections, and including the successor function"? Or is it "including all constant functions, including projections, and including the successor function"? I can't tell whether "all" applies to "projections"; I assumed it did and edited the sentence accordingly to make that clear, but the actual wording, with no conjunction between "constant functions" and "projections," suggests that "all" does not apply to "projections," since it clearly does not apply to "the successor function." If my interpretation is correct, then perhaps a better wording without the problematic "in addition to" would be "including the successor function and all constant functions and projections," if the order isn't important. (I hope you're not too angry that I edited an article without fully understanding what I was editing—I mean, it seemed highly unintuitive that some, but not all, projections would be included, so I assumed it was just sloppy wording.)—GreenWeasel11 (talk) 15:52, 5 June 2021 (UTC)
GLHThank you for your edit[4]. Beware that Alfred Galois is recently (allegedly) reborn and comes with "new tools" to "revolutionize" mathematics starting with attacking Peano Axioms and Goldbach, but he is extremely powerful. ibicdlcod (talk) 23:55, 6 July 2021 (UTC) End of Peano?Junk mathematicans ignore foundations and Peano Axioms. When Évariste Galois were alive mathematics have many symbols but they ultimately represent numbers. Junk mathematicans embed numbers in symbols in their way of thinking, which made Évariste sick, and he liberated the symbols. But they still must have relations (otherwise you can't do any mathematics, and the symbols would be dead), so he got group theory. But people still learn numbers at very young age. 0's status as a number/natural number were controversial, since it is pathological. No counter-revolutionary could realize 1 is also pathological. When translating Évariste's work from French to English Google can't even distinguish (context: degree of equation) "one" and "prime". There is no reason to define 0 as the empty set. There is no reason to define 1 as anything other than the set of all prime natural numbers. Of course, you need to well-define all prime natural numbers (or all natural numbers >= 2) without ever using 1 or 0, which is the extremely difficult part. NATURAL NUMBERS -> "NATURAL NUMBERS" Alexander Grothendieck tried to do mathematics with as little "natural numbers" as possible. The "ring" vs "line" is useless because it uses a predefined 0 and thus "ring" is also useless in the eyes of revolutionaries. ibicdlcod (talk) 00:45, 7 July 2021 (UTC) Image labelsI do not know of a method. I believe assigning labels is not incouraged in MOS because of the maintenance issues. An automated method does align with the philosphy of authomated ref and note numbering. User-duck (talk) 16:20, 12 August 2021 (UTC) Hi, there!I like how you assumed good faith. I wasn't sure myself, as shown be the note left in the parentheses.Nononsense101 (talk) 19:09, 6 September 2021 (UTC) Should aliquotSum in the box in "Correctness (computer science)" be divisorSum? Thx. — Preceding unsigned comment added by 24.205.134.231 (talk) 03:36, 10 October 2021 (UTC)
Propositional calculus as branch of modern formal logic as branch of analytic philosophy"Modern formal logic has its roots in the work of late 19th century mathematicians such as Gottlob Frege." https://en.wikipedia.org/wiki/Logic "...and is understood by many to be the father of analytic philosophy..." https://en.wikipedia.org/wiki/Gottlob_Frege — Preceding unsigned comment added by 150.135.165.49 (talk) 22:00, 19 October 2021 (UTC)
ArbCom 2021 Elections voter message"Convolution (formal languages)" listed at Redirects for discussionA discussion is taking place to address the redirect Convolution (formal languages). The discussion will occur at Wikipedia:Redirects for discussion/Log/2021 November 27#Convolution (formal languages) until a consensus is reached, and anyone, including you, is welcome to contribute to the discussion. Macrakis (talk) 17:01, 27 November 2021 (UTC) Disambiguation link notification for December 4An automated process has detected that when you recently edited Archie Blake (mathematician), you added a link pointing to the disambiguation page Bulletin of the AMS. (Opt-out instructions.) --DPL bot (talk) 05:59, 4 December 2021 (UTC) Revert of page editHey there, I see you reverted my change but your comment is incorrect more than 1 clause can be handled the lookup table is used as a template and then other clauses simply reference it. Could you please give me a hand explaining it better. I get a lot of people telling me it is impossible and am tired of explaining myself over and over again for years. So thought I would put it in the wiki but haven't edited one before. Fiveworlds2 (talk) 22:58, 24 December 2021 (UTC)
Definite articlesHi, Jochen. Regarding your edit summary "once a notion is introduced, definite articles are used", what part of the MOS is that in? Jason Quinn (talk) 00:25, 29 December 2021 (UTC)
Function (mathematics), "one" or "an"Hi, I'm not sure I understand your reversion of Proxagonal here: https://en.wikipedia.org/w/index.php?title=Function_%28mathematics%29&type=revision&diff=1063176171&oldid=1063139766. It seems to me that in common English usage, the original wording to which you reverted ("assignment of an element of Y to each element of X") has exactly the same meaning as Proxagonal's version ("assignment of one element of Y to each element of X"), except that Proxagonal's version is more emphatic. The original version cannot mean that more than one element is assigned ("an" element is still just one element) but it doesn't draw attention to the fact that only one is assigned. Thus Proxagonal's version is mathematically the same as the original. The emphasis, however, is important. Many of us who lurk on the fringes of maths, using it without quite understanding what we're doing, will be used to the idea that a function might have multiple results (we'll think of the square root function immediately - which is handled much further down in the article, under Multi-valued functions). But the 5th illustration on the right hand side of the page makes it very clear that a function can have only one member in the codomain for each member in the domain, illustrating it and adding the words: "...does not define a function. One reason is that 2 is the first element in more than one ordered pair, (2, B) and (2, C), of this set" (my emphasis). I'm strongly inclined to think that Proxagonal's edit was helpful; it prevents people like me from reading the initial sentences of the lead while remaining stuck in what I suspect is a very common misconception. I'm pretty sure that >99% of non-mathematicians would see no reason why a square root isn't an example of a thoroughly boring, nothing-special function, no different to x^2 (to be honest, a lot of readers live in a world where "function" means "thing with the format =something() in Excel"). I'm not sure what should be done about this? Elemimele (talk) 18:29, 1 January 2022 (UTC)
cDMNHi Jochen, maybe you can have a look at Draft:Constraint_Decision_Model_and_Notation ? It's also about knowledge representation. Pcarbonn (talk) 17:40, 4 February 2022 (UTC)
Moved Context Sensitive Grammar Example
∄Hi, there is a notable nightclub that is called ∄. I wanted to see that anyone who might be looking for it on Wikipedia can find it, which is why I had it in the 'see also' section of the Existential quantification article. Please can we discuss this? Victor Grigas (talk) 18:15, 29 March 2022 (UTC)
Edits on "Mathematical induction"I posted my explanation on the Talk:Mathematical induction page. I agree with part of your reversion but not all. I hope we can have a discussion of points of disagreement on the Talk:Mathematical induction page. Zaslav (talk) 21:32, 10 April 2022 (UTC) Modal collapseI propose to restore the redlink to modal collapse; there seem to be a number of papers that have been published on the topic, and it is discussed in several books: see this Google Scholar search and this Google Books search for some examples. — The Anome (talk) 20:29, 25 April 2022 (UTC)
Nationality in biographic articles
There is a discussion about birth country and nationality of Igor Stagljar. The discussion is found at User talk:Cola 63, who is the main contributor. Imo, Cola 63 is wrong in that people can choose (the name of) their birth country at will, and moreover hasn't given any evidence for the claims about Stagljar's preferences (unless both are identical). I need some external help in mediating this conflict, allthemore as I'm not an expert in Wikipedia's biography policies. Many thanks in advance! - Jochen Burghardt (talk) 10:02, 6 June 2022 (UTC)
Logic OptimizationHey Jochen. I didn't mean that factorization was used in Logic Optimization, I meant that logic optimization is a form of factorization. I find it's good form to link a specific form of knowledge to a broader, more ancient, and thoroughly reviewded form of that knowledge.--TZubiri (talk) 01:21, 20 June 2022 (UTC)
Well I was probably naive in thinking that x and not x being reduced to true is both a factorization and a logic optimization, but I suppose there's cases where a circuit representing an unfactored expression might be faster. Although, for the constraint of reducing the amount of components in a circuit, which is recognized as correlated to reduced execution time, I think factorization would be synonymous. At any rate, since it elicited restraint, it would require a source at this point. TZubiri (talk) 18:12, 20 June 2022 (UTC)
"Narrowing (computer science)" listed at Redirects for discussionAn editor has identified a potential problem with the redirect Narrowing (computer science) and has thus listed it for discussion. This discussion will occur at Wikipedia:Redirects for discussion/Log/2022 September 19#Narrowing (computer science) until a consensus is reached, and anyone, including you, is welcome to contribute to the discussion. Mdewman6 (talk) 21:24, 19 September 2022 (UTC) Continuing research on cardinality?Regarding the
Valid vs certainReading through "Radical Behaviorism: The Philosophy and the Science" right now. Dr. Chiesa goes in depth on the topics of deductive and inductive reasoning. I noticed you changed the inductive reasoning wiki back to *certain* after I made a change to *valid* in regard to the sentence "If the premises are correct, the conclusion of a deductive argument is...". Everything that I'm reading says that sentence should be ending with valid and not certain. What's the thought process behind certain? 2601:804:8403:C820:D8:24DB:84DA:3411 (talk) 01:11, 6 November 2022 (UTC)
ArbCom 2022 Elections voter messageHello! Voting in the 2022 Arbitration Committee elections is now open until 23:59 (UTC) on Monday, 12 December 2022. All eligible users are allowed to vote. Users with alternate accounts may only vote once. The Arbitration Committee is the panel of editors responsible for conducting the Wikipedia arbitration process. It has the authority to impose binding solutions to disputes between editors, primarily for serious conduct disputes the community has been unable to resolve. This includes the authority to impose site bans, topic bans, editing restrictions, and other measures needed to maintain our editing environment. The arbitration policy describes the Committee's roles and responsibilities in greater detail. If you wish to participate in the 2022 election, please review the candidates and submit your choices on the voting page. If you no longer wish to receive these messages, you may add Rules editing in advanced Rule Based SystemsHello! I noticed that you chose to delete my note about the advanced capabilities of Business Rules Engines for adding and editing rules. I believe that the current statement "they still had a formal syntax where a misplaced comma or other character could cause havoc as with any other computer language" maybe true for the 70s-80s, but it neglects the significant advances made in the late 90s and later. The tools for rules editing, reviewed in the reference I added, provide easy prompts and selection bars to avoid the need of writing rules in "source code". I recommend returning the deleted note, or some improved version of it, otherwise the description remains insufficient. שפוי (talk) 17:13, 15 December 2022 (UTC)
LL parser C# code sampleJochen, I believe I 'reasonably addresses some aspect of those concerns' that the code sample is too complex. As opposed to the C++ code, the C# is about entirely readable as proper English. Instead of programming constructs like switch statements, the lookup table is a verbatim copy of that table from the text and the rules and symbols are strings and characters and readily recognizable. In the C++ code otoh there are needles everywhere such as the stupid enum prefixes, shouting uppercase identifiers, abbreviations like ss, pointers with stars and whatnot, etc etc etc. For non-programmers especially, that C++ is a huge hurdle because you have to parse every little few characters carefully. The reason I wrote this C# is that the text surrounding the C++ sample and the C++ code itself are not as digestible as you apparently assume and I believe my C# has none of these problems. 2A02:A45E:1569:1:30EB:ABCC:7DF4:2369 (talk) 15:38, 15 January 2023 (UTC)
Pumping lemma for context-free languagesLet , with . If is CF and contains a nonempty word , then by pumping lemma, there exists such that , thus contains an arithmetic progression (not finite arithmetic progression). pony in a strange land (talk) 16:44, 19 February 2023 (UTC)
Short DescriptionHello. I saw you reverted my edit to the short description on Proof by contradiction. I totally agree that the previous version was more descriptive, but that's simply not the purpose of the short description. It's intended use is more along the lines of quick disambiguation of search results, not to summarize or define the article's subject. That's what the lead is for. See the guidelines on WP:SHORTDESC, specifically WP:SDNOTDEF. Even something like "Concept in Mathematics" would be appropriate, as indicated under miscellaneous in the Examples section. Donko XI (talk) 18:52, 24 February 2023 (UTC)
"Meru Prastara" listed at Redirects for discussionThe redirect Meru Prastara has been listed at redirects for discussion to determine whether its use and function meets the redirect guidelines. Anyone, including you, is welcome to comment on this redirect at Wikipedia:Redirects for discussion/Log/2023 May 8 § Meru Prastara until a consensus is reached. Pichpich (talk) 22:59, 8 May 2023 (UTC) reverted edit"Undid revision 1164690965 by Epachamo (talk): misleading: Literal (computer programming) refers to (multi-character-)identifier for values, while terminal symbols are almost always considered to have length one)" This is not quite correct. Terminal symbols are often multi-character. Think of a lexical analyzer in a compiler. Terminal symbols include things like "if", "then", "for", "function", etc. As the article states, terminal symbols are Lexical items, which are more often than not more than one character. Epachamo (talk) 05:20, 12 July 2023 (UTC)
Why delete Model link?Good morning Jochen. In the Model (logic) article you have deleted the link to model. Could you explain your reasoning please? 2A00:23C6:54D3:DA01:884B:665D:F8BB:F43E (talk) 06:30, 5 September 2023 (UTC)
Outdated statementsHello, thank you for your feedback on the C (programming language). The two statements I considered likely to become outdated were:
If I understand correctly, these statements may not be true in the future. Therefore I updated them according to MOS:SINCE using the {{as of}} template. Lightbloom (talk) 11:59, 9 September 2023 (UTC)
Your changes to Set (mathematics)You undid my new image to the page, saying that the image does not represent the concept of a set. However, it does (as a base logical fact). In fact, it illustrates the concept in a clearer way than the previous image. The brackets in set notation contain the elements of the set, and the elements are clearly delineated from one another using the commas. In my mind, when I visualize a set with discrete elements, I visualize the notation using brackets and commas. For students of mathematics that understand basic groupings in the real world, the previous image has less meaning than the image with notation: The existence of a set does not depend on items in the set being different than each other, or even that there should be more than one element. 96.227.223.203 (talk) 18:55, 20 September 2023 (UTC)
Change to "Big O notation"My edit in Big O notation was "Finding the median value for a list of sorted numbers" as an example for O(1). You reverted that, with the reason "finding the median of n numbers needs O(n) time, not O(1)". Please note the word sorted is in my change. If the list is sorted, finding the median is O(1). Note that there is a topic on the talk page for that article "Determining if a binary number is even or odd changed to finding median". SlowJog (talk) 21:56, 29 October 2023 (UTC)
Undone contribHey, Wondering why you reverted my contrib? Oneequalsequalsone (talk) 19:54, 30 October 2023 (UTC)
November 2023You currently appear to be engaged in an edit war according to the reverts you have made on C (programming language). This means that you are repeatedly changing content back to how you think it should be although other editors disagree. Users are expected to collaborate with others, to avoid editing disruptively, and to try to reach a consensus, rather than repeatedly undoing other users' edits once it is known that there is a disagreement. Points to note:
If you find yourself in an editing dispute, use the article's talk page to discuss controversial changes and work towards a version that represents consensus among editors. You can post a request for help at an appropriate noticeboard or seek dispute resolution. In some cases, it may be appropriate to request temporary page protection. If you engage in an edit war, you may be blocked from editing. —DIYeditor (talk) 13:12, 8 November 2023 (UTC) A discussion was opened on the talk page per WP:BRD. Please do not edit war to restore you preferred version and follow Bold, Revert, Discuss. Please do not use edit summaries to carry out a conversation about disputed content. —DIYeditor (talk) 13:13, 8 November 2023 (UTC)
QuestionOut of curiosity, how could malloc be implemented in a language that merely has arrays but not does allow arrays to be treated as pointers to arrays or the memory location (or even size?) of said arrays to be modified in code? You say "every" language that support arrays are you sure about that? —DIYeditor (talk) 18:00, 9 November 2023 (UTC)
ThanksMany thanks, Jochen, for your improvements to my recent edits on the abductive logic programming page. They made me realise that I needed to expand on the negation as failure solution, which I have now done. They also showed me how to make nicer inline formating for Prolog text, which I will carry over to other edits. Also a belated thanks for noticing and correcting the bad example of a Prolog program several months ago on the declarative programming page. Your correction got me started on my current campaign to improve the coverage of logic programming on Wikipedia.Robert Kowalski (talk) 09:22, 24 November 2023 (UTC) ArbCom 2023 Elections voter messageHello! Voting in the 2023 Arbitration Committee elections is now open until 23:59 (UTC) on Monday, 11 December 2023. All eligible users are allowed to vote. Users with alternate accounts may only vote once. The Arbitration Committee is the panel of editors responsible for conducting the Wikipedia arbitration process. It has the authority to impose binding solutions to disputes between editors, primarily for serious conduct disputes the community has been unable to resolve. This includes the authority to impose site bans, topic bans, editing restrictions, and other measures needed to maintain our editing environment. The arbitration policy describes the Committee's roles and responsibilities in greater detail. If you wish to participate in the 2023 election, please review the candidates and submit your choices on the voting page. If you no longer wish to receive these messages, you may add EnglishIn answer to the question you asked in this edit summary, yes, your version is certainly more natural English. JBW (talk) 21:46, 7 January 2024 (UTC) Nomination of Fresh variable for deletionA discussion is taking place as to whether the article Fresh variable is suitable for inclusion in Wikipedia according to Wikipedia's policies and guidelines or whether it should be deleted.
The article will be discussed at Wikipedia:Articles for deletion/Fresh variable until a consensus is reached, and anyone, including you, is welcome to contribute to the discussion. The nomination will explain the policies and guidelines which are of concern. The discussion focuses on high-quality evidence and our policies and guidelines. Users may edit the article during the discussion, including to improve the article to address concerns raised in the discussion. However, do not remove the article-for-deletion notice from the top of the article until the discussion has finished.signed, Rosguill talk 16:58, 19 January 2024 (UTC) Universal instantiationWhich occurrences did i miss here? https://en.wikipedia.org/w/index.php?title=Universal_instantiation&diff=prev&oldid=1198904870 Oneequalsequalsone (talk) 22:37, 25 January 2024 (UTC)
SubcategoriesI don't understand your edit summary for this edit. Category:Wellfoundedness is certainly not an immediate subcategory of Category:Binary relations, nor as far as I can see is it a subcategory further down the category tree, but of course please correct me if I have missed a connection. JBW (talk) 19:54, 31 January 2024 (UTC)
Question about rationale for revertHi, I wanted to ask your rationale for the revert of my edit. I made the edit under the impression that it was more consistent with the rest of the article, as some other formulas used ≥ for this purpose. Theanswertolifetheuniverseandeverything (talk) 10:36, 15 February 2024 (UTC)
Francis c. McMathmodified photo. O Why did you crop the photo of my great uncle I uploaded many years ago? 70.50.152.163 (talk) 11:10, 20 February 2024 (UTC)
Revert at Function (mathematics)Thanks for your revert, I assume it was a temporary error, since whatever the problem was, it seems to be fixed. Thanks, Cremastra (talk) 19:43, 11 April 2024 (UTC) your revert [8]Hi, es geht wohl auch auf Deutsch oder? phase transition hat einen sehr viel allgemeineren Aspekt, als als bloss den physikalisch-chemischen, den Du unterstellst, nachzulesen z.B. auch hier: Evolution_of_a_random_network. Ich würde ja dementsprechend vorschlagen, Deine Rückgängigmachung rückgängig zu machen. What do you think? -- Kku (talk) 15:38, 28 April 2024 (UTC)
Hello Jochen Burghardt, noticing your revert, you made me curious . Do these files fit into this article? If positive, they could be added to the same category on Commons. Thank you so much for your time. Lotje (talk) 04:17, 4 August 2024 (UTC)
Formal power seriesYou reverted my use of the term "algebra" for formal power series, to "arithmetic". I don't care that much, but I would like to know why you think "arithmetic" is better than "algebra". I'm not aware of anyone using "arithmetic" for polynomial algebra. (When I manipulate f.p.s. I think I'm doing "algebra".) You might expand my understanding by explaining this. Zaslav (talk) 22:26, 14 September 2024 (UTC)
Your revert of a minor typographical editHi Jochen, You reverted the following edit I made: [10], which added a space to the construct "An operator is truth- (or falsity-)preserving if its value is truth (falsity) whenever all of its arguments are truth (falsity)." For the life of me, I could not find any guidance on this exact constellation of punctuation in any of the style guides I have, nor online. But to my eye as a native English speaker and former technical writer, the space seems necessary — not because it looks good, but because not having it looks even worse. If the parentheses were not there, there definitely would not be a space. But it is extremely unusual to have both part of a hyphenated compound word and a conjunction within a parenthetical prefix. Even if there is no formal rule against it, it's certainly a very ugly construct to begin with, since it looks like a typo at first glance. (I am also a fluent speaker of German, and unlike in English, I feel like that usage (no space) is somewhat common in German and doesn't look as "weird", likely because German does not use many open compounds. As someone who works full-time in an environment where I use hear, read, and write both German and English on a daily basis, including frequent communication with non-native speakers/writers of English, I am keenly aware of when German influences creep into English writing and punctuation. :P ) Anyway, I do not want to engage in an edit war over two options which are both bad, so I simply rewrote it to avoid the mid-sentence parentheses altogether. It's a bit wordier, but clearer. If you don't mind, please take a look to ensure the edit has not introduced an unwanted change in the meaning, since I am not an expert in the subject matter as such. Grüsse aus Zürich, — tooki (talk) 19:59, 15 September 2024 (UTC)
Gödel numberingHi Jochen. Thank you for reverting my change. It was only after my change that I noticed that there are not prime numbers in the table, but odd numbers, and that Gödel numbers are constructed differently than I thought. Although I found the numbering in another source (but it was not an scientific paper), I was not sure it is correct and that it was not copied from Wikipedia. Next time I'll think more before correcting what I'm not sure is wrong. Kolarp (talk) 15:53, 16 October 2024 (UTC) Invitation to participate in a researchHello, The Wikimedia Foundation is conducting a survey of Wikipedians to better understand what draws administrators to contribute to Wikipedia, and what affects administrator retention. We will use this research to improve experiences for Wikipedians, and address common problems and needs. We have identified you as a good candidate for this research, and would greatly appreciate your participation in this anonymous survey. You do not have to be an Administrator to participate. The survey should take around 10-15 minutes to complete. You may read more about the study on its Meta page and view its privacy statement . Please find our contact on the project Meta page if you have any questions or concerns. Kind Regards, BGerdemann (WMF) (talk) 19:27, 23 October 2024 (UTC) Reminder to participate in Wikipedia researchHello, I recently invited you to take a survey about administration on Wikipedia. If you haven’t yet had a chance, there is still time to participate– we’d truly appreciate your feedback. The survey is anonymous and should take about 10-15 minutes to complete. You may read more about the study on its Meta page and view its privacy statement. Take the survey here. Kind Regards, BGerdemann (WMF) (talk) 00:41, 13 November 2024 (UTC) ArbCom 2024 Elections voter messageHello! Voting in the 2024 Arbitration Committee elections is now open until 23:59 (UTC) on Monday, 2 December 2024. All eligible users are allowed to vote. Users with alternate accounts may only vote once. The Arbitration Committee is the panel of editors responsible for conducting the Wikipedia arbitration process. It has the authority to impose binding solutions to disputes between editors, primarily for serious conduct disputes the community has been unable to resolve. This includes the authority to impose site bans, topic bans, editing restrictions, and other measures needed to maintain our editing environment. The arbitration policy describes the Committee's roles and responsibilities in greater detail. If you wish to participate in the 2024 election, please review the candidates and submit your choices on the voting page. If you no longer wish to receive these messages, you may add |