Recent content by SSequence

  1. S

    How to show R*S(U+TR*S)* is equivalent to (R+SU*T)SU*?

    I think this multiple use of ##+## is very common. Now I don't know whether the newer texts use this or not, but at least in the older texts that was the case. For example, if the alphabet is ##\Sigma=\{a,b\}##, an expression like ##(a+b).a^{+}## would mean the following language...
  2. S

    How to show R*S(U+TR*S)* is equivalent to (R+SU*T)SU*?

    I don't know, but I am having difficulty seeing how ##(R+SU^*T)SU^*## can really be a correct expression? I mean consider any string accepted by the automaton you posted such that it contains at least 2 or more ##R##'s. For example, consider the string ##RRS##. It is accepted by the automaton...
  3. S

    Undergrad Does Artemov's "S-consistency" really revive the Hilbert Program?

    Yeah well if we just want to look at it in a very high level way, it seems that "perhaps" it can be summarized into what we can call "part vs. whole" or "internal vs. external" issue. What we have is a predicate ##F(i)## which can be expressed as a ##PA## formula. So, we will have ##F(0)##...
  4. S

    Undergrad Does Artemov's "S-consistency" really revive the Hilbert Program?

    So having spent some time (looking at various resources too), this is that partial understanding of it that I can manage. Note that this is just my (incomplete) understanding/interpretation of it (as it currently stands) and I don't know to what extent it does or doesn't represent the actual...
  5. S

    Undergrad The reason for lambda calculus being universal

    I was looking at stevendaryl's informative posts related to this from few years back. It occurs to me that there is at least one way to think of associating a collections of sets [each set being subset of ##\mathbb{N}##] with ##PA##. One way is to look at all predicates of form ##P(x)## where...
  6. S

    Graduate Second-order arithmetic

    I don't know anything about second-order, so I can't comment much on points related to that. However, it is worth mentioning that "second-order-arithmetic" can also often refer to a first order theory (often written as ##\mathrm{Z}_2##).
  7. S

    Undergrad The reason for lambda calculus being universal

    I don't know, for example, how closely the version of "untyped" lambda calculus [as, for example, described in notes linked in post#8] corresponds to the original one. Nevertheless, years ago I remember reading an interview. I don't remember it exactly, but this is what I re-call. Kleene...
  8. S

    High School A simple trigonometry problem: Put eight coins around a central coin

    I think I would add one point here. It seems useful to describe it since it has not been mentioned directly in the thread yet. Consider two circles ##C_1## and ##C_2## of radii ##r_1## and ##r_2## with their centers at points ##(x_1,y_1)## and ##(x_2,y_2)## respectively. Then the following...
  9. S

    Is the sequence (0,0,1,0,0,0,0,1,1,1,..) a valid subsequence?

    Yeah you are right about that. This is the natural precise definition when one is using semi-formal prose as commonly used in math texts. Post#10 also mentioned this definition. I was just thinking about extra restriction of not using a sequence such as ##\{n_k\}## directly and then only relying...
  10. S

    Is the sequence (0,0,1,0,0,0,0,1,1,1,..) a valid subsequence?

    I was thinking about the logical definition of sub-sequence using quantification on ##\mathbb{N}## alone. We are given sequences ##\{a_m\}## and ##\{b_n\}## and we want to determine whether the sequence ##\{b_n\}## is a sub-sequence of ##\{a_m\}## or not. Yesterday I was thinking about it and...
  11. S

    High School Set Theory Question -- Which one is correct?

    Not sure I should bump the thread for a small point. But I think I kind of get how the symbol ##:## seems pretty reasonable for use in logical statements (or representing predicates etc.). Though for longer expressions, personally I think it might be easier to use brackets (at least for me)...
  12. S

    High School Set Theory Question -- Which one is correct?

    I would write: ##\forall x \in \mathbb{Z} \, \exists y \in \mathbb{Z} \,\, [ x>y ] ## ##\forall x \in \mathbb{Z} \, \exists y \in \mathbb{Z} \,\, ( x>y ) ## It is also OK to write something like: ##\forall x \in \mathbb{Z} \, [\, \exists y \in \mathbb{Z} \,\, ( x>y ) ] ## ##\forall x \in...
  13. S

    High School Are Implication and Equivalence Interchangeable in Logic?

    Here are some of my thoughts on this topic. I have to say that I am not satisfied about my understanding of this (that is, looking at elementary equations from perspective of logic). There are number of things that can be confusing for me in this. Honestly, this is one of the reasons (amongst...
  14. S

    Undergrad Logical representation of prime numbers

    I was thinking about expressing the formula ##Prime:\mathbb{N} \rightarrow \{0,1\}## using ##\forall## instead of ##\exists## (although post#16 already does it). Continuing from post#17, I will again assume quantification over ##\mathbb{N}## in this post. One way just seems to be using the...
  15. S

    Undergrad Tennis Probabilities Challenge

    I did some calculations based on relations that I mentioned in post#9. Let ##p## be the probability of the player serving winning a point. Then we get the following: prob. of P1 winning from state (40,0) = ##S(40,0) \times p## = ##p^4## prob. of P1 winning from state (40,15) = ##S(40,15) \times...