Chatbot math/Gemini/24.03/Surreal numbers

From Wikiversity
Jump to navigation Jump to search

Call me stupid, but I had trouble understanding Wikipedia's Surreal numbers. So I skimmed a couple of articles until I could sort of guess what they were, asking Gemini whenever I had a question. It turns out that Gemini is quite versed on the topic, although for some reason, it struggled with the word "birthday" when I asked how many birthdays it takes to construct 13/31 from 0. Gemini's response was:

Unfortunately, the concept of "birthdays" doesn't directly translate to constructing surreal numbers. Birthdays typically refer to increments of 1 year, which represents a specific type of positive number within the surreal number system.

Gemini went on to give me an example that confused me. When I rephrased the question, Gemini "apologized" about the birthday misunderstanding and gave me a cogent answer.



I didn't record the ensuing conversation, but was satisfied with Gemini's answers, and eventually uncovered what might have been the misconception that was blocking my effort to comprehend the Wikipedia article. The emphasis on might have been is essential because it is entirely possible for a chatbot to create a misconception that leaves the human believing they understand something when they don't. Chatbot tutors come with a risk!

This is the question that either cleared things up (or falsely appeared to clear things up) in my mind:

Question: Is it possible to construct a surreal tree starting with 0, where the first number greater than 0 is pi?

Gemini's answer[edit | edit source]

Yes, it is possible to construct a surreal tree starting with 0 where the first number greater than 0 is pi.
Surreal trees are defined with two branches for each node: a left branch containing numbers less than the node's value and a right branch containing numbers greater than the node's value.  Here's how we can construct such a tree:
# Start with a root node containing the value 0.
# Since pi is greater than 0, assign it to the right child of the root node.
# Complete the tree by assigning negative infinity to the left child of the root node. This ensures any number less than 0 is "smaller" than 0 in the surreal tree.
Here's a breakdown of the tree structure:
      0
     / \
  -∞   π (or any other number greater than 0)
This structure adheres to the surreal tree definition where the left branch contains a value less than the root (negative infinity in this case) and the right branch contains a value greater than the root (pi).
Comments by the human being coached by Gimini[edit | edit source]

I don't know if it the typesetting skills of the chatbot, or the flexibility of the WMF visual editor, but the fact that this tree was correctly rendered in wikitext is quite welcome.--Guy vandegrift (discusscontribs) 13:55, 3 April 2024 (UTC)

Gemini's response[edit | edit source]

Here's how to prove 1 + 1 = 2 using surreal numbers in Conway notation:

  1. Representing the numbers:
  • 1: As mentioned earlier, 1 is { 0 | }.
  • Another 1: Since we're adding 1 to itself, we can again use { 0 | } to represent another 1.
  1. Adding surreal numbers:

Addition of surreal numbers involves considering elements from both left and right sets.

  • Left set (result): We need to consider all elements that are less than both individual ones (1 and 1). Since there are no elements less than 1 (empty left set), the resulting left set is also empty.
  • Right set (result): Here, things get interesting. We need to consider elements greater than both individual ones (both { 0 | }). In this case, any number greater than 0 (which is included in the right set of both 1s) will also be greater than the sum (2). So, the right set remains empty to maintain the well-formedness of the surreal number (no element in the right set can be less than or equal to an element in the left set).
  1. Putting it together:

Combining the empty left and right sets, we get the result of adding 1 and 1: { | }.

  1. Equivalence to 2:

This notation ({ | }) represents the surreal number 2 in Conway notation. Here's why:

  • There are no elements smaller than 2 (empty left set).
  • Any number greater than 0 (including 1) is also greater than 2 due to the empty right set.

Therefore, 1 + 1 (represented as { | }) is equivalent to 2 in the surreal number system.