Processing math: 78%
Skip to main content

Posts

Showing posts from 2022

Function Automata: A Technique to Solve Finite State Automata Problems

Here I will describe a strategy or technique to solve some finite state automata problems. This strategy was first taught to us by my Theory of Computation Professor. The term 'Function Automata' is given to me since we use function-like structures in this.     Suppose you are given a language that is a regular set L. So there exists a DFA for L, LD=(Q,Σ,δ,q1,F) where Q is the set of states, Σ is the set of alphabets, δ is the transition function, S is the starting state and f is the set of final states. Now let Q={q1,q2,,qn where nN. Now we will do a kind of subset construction but every new state will have n states of Q but they can repeat. So (q1,q1,,q1n times) is a state of the new automata. Now, what is the meaning of these new states? Let f=(qk1,qk2,,qkn) be a new state where qki's are not necessary to be diff...

Equicontinuity on a Compact Metric Set implies Uniform Equicontinuity

Equicontinuity : A collection F of real-valued functions on a metric space X is equicontinuous at the point xX provided for every ϵ>0,  δ>0 such that  fF and yX d(x,y)<δ|f(x)f(y)|<ϵThe collection F is said to be equicontinuous on X provided it is equicontinuous at every point in X Uniform Equicontinuity :  A equicontinuous collection F of real-valued functions on a metric space X is uniformly equicontinuous if for every ϵ>0,  δ>0 such that  fF and x,yX d(x,y)<δ|f(x)f(y)|<ϵ Just like we know that a continuous function on a compact set is uniformly continuous here we are showing that for a collection of functions the same ϵδ pair works. Now coming to the proof, since F is equi...

Cesaro Summability implies Abel Summability

 Let (an) be a sequence of real numbers. n=0an be a series. Let sn=nk=0akThen the sequence (an) is Cesaro Summable  with Cesaro Sum sR if limLet f(x)=\sum\limits_{k=0}^{\infty}a_nx^n be power series. Then the sequence is Abel Summable  if the power series f(x) converges with a radius of convergence |x|<1.  You can see that if s_n\to L as n\to \infty then \sigma_n\to s as n\to \infty i.e. convergence of the series implies Cesaro Summability We will prove Abel Summability is much stronger than Cesaro summability i.e. if a series is Cesaro Summable then it is Abel Summable.  So assume a_n is Cesaro summable. Hence \lim_{n\to\infty}\frac{\sigma_n}{n+1}=\lim_{n\to\infty}\frac{1}{n+1}\sum_{k=0}^n s_n=LHence the sequence \left( \frac{\sigma_n}{n+1}\right) is Abel summable...