Operations on Regular Languages

Поделиться
HTML-код
  • Опубликовано: 7 фев 2025
  • TOC: Operations on Regular Languages in Theory of Computation.
    Topics Discussed:
    1. Union operation on regular languages.
    2. Concatenation operation on regular languages.
    3. Star operation on regular languages.
    4. Theorems on Union and Concatenation.
    Full Course on TOC: goo.gl/f4CmJw
    Follow Neso Academy on Instagram: @nesoacademy (bit.ly/2XP63OE)
    Follow me on Instagram: @jaiz_itech (bit.ly/2M3xyOa)
    Contribute: www.nesoacademy...
    Memberships: bit.ly/2U7YSPI
    Books: www.nesoacademy...
    Website ► www.nesoacademy...
    Forum ► forum.nesoacad...
    Facebook ► goo.gl/Nt0PmB
    Twitter ► / nesoacademy
    Music:
    Axol x Alex Skrindo - You [NCS Release]
    #TheoryOfComputation #TOCByNeso #RegularLanguages #AutomataTheory

Комментарии •

  • @starzone9843
    @starzone9843 5 лет назад +226

    Sir, i am binge watching your videos.. i have already watched 14 of them, your way of explanation beats our professors. Keep it up 👍🏻👍🏻👍🏻👍🏻 big fan👍🏻

    • @marxman1010
      @marxman1010 3 года назад +4

      Better than other automata online courses, surprisingly articulate.

    • @praviveekray1907
      @praviveekray1907 2 года назад

      ​@Radar123 to 🔥

    • @kartikforwork
      @kartikforwork Год назад +2

      but this is 9th feku

    • @prashantpaliwal2286
      @prashantpaliwal2286 Год назад +9

      Thanks man, along with automata i am also improving my grammar or vocab from comment section. Today I learned the word -
      binge-watching.

    • @captainstark5496
      @captainstark5496 11 месяцев назад

      This teacher's professor is my professor

  • @Furious_footballs
    @Furious_footballs 11 месяцев назад +11

    Surely I will donate some money that I could afford when I get my first month salary........Hats off for your sincere hard work and this is my first comment on RUclips.

  • @shariquatkhan
    @shariquatkhan 7 лет назад +89

    I wish you were my college automata teacher😍 Taught so well. Thank you☺

  • @yt_souvik
    @yt_souvik 2 года назад +9

    I finished this lecture just now. Please upload those two theorem proofs in Another video, it will be helpful for us.

  • @omkarmarbhal
    @omkarmarbhal 8 лет назад +4

    Best Tuts Ever........!!!!

  • @ThePhlox99
    @ThePhlox99 5 лет назад +101

    Theorem: The class of regular languages is closed under union and intersection. That
    is, if L1 and L2 are regular languages, the so are L1 ∪ L2 and L1 ∩ L2.
    Proof Lets start with the union. For simplicity, let us assume that L1 and L2
    are languages over the same alphabet Σ.
    Since L1 is regular, there exists a DFA
    M1 = (Q1, Σ, δ1, q1, F1) which recognizes L1.
    Similarly, there exists a DFA M2 =
    (Q2, Σ, δ2, q2, F2) which recognizes L2.
    To prove that L1∪L2 is regular, we will construct a DFA M∪ which recognizes L1∪L2 =
    {w|w ∈ L1 or w ∈ L2}.
    The idea: M∪ = (Q, Σ, δ, q0, F) simulates a parallel execution of M1 and M2. M∪ is
    defined as follows:
    - Q = Q1 × Q2;
    - Σ is the same;
    - δ((q1, q2), a) = (δ(q1, a), δ(q2, a));
    - q0 = (q1, q2);
    - F = {(r1, r2) | r1 ∈ F1 or r2 ∈ F2}
    To prove correctness we need to show that w ∈ L1 ∪ L2 if and only if M∪ accepts w.
    This, in turn, follows from the fact that (r0, r1, . . . , rn) is a computation of M1 on w, and
    (t0, t1, . . . , tn) is a computation of M2 on w, if and only if ((r0, t0),(r1, t1), . . . ,(rn, tn))
    is a computation of M∪ on w.

  • @MSneberger
    @MSneberger 6 лет назад +22

    For proof that Regular Languages are closed under Union Operation see Theorem 1.25 on page 45 of Sipser's textbook. For proof that Regular Languages are closed under Concatenation Operation see Theorem 1.26 of Sipser's textbook on page 47.

    • @alan2211
      @alan2211 5 лет назад +1

      Sipser no make sense.

  • @tharunkumar8430
    @tharunkumar8430 Год назад +1

    Your videos pretty great SIR ..😃
    Guy's do follow this channel is very useful to gain knowledge easily...
    👍👍

  • @flovous
    @flovous 2 года назад +1

    Thank you for the content, as always. Very easy to follow and understand

  • @SphinxzNZ
    @SphinxzNZ 2 года назад

    Thank you Neso Academy I watched some of FSM videos are very Interesting and Entertain to Learn for my Computer Science Career! Cheers UP

  • @diptamanguha155
    @diptamanguha155 7 лет назад +8

    Sir..your videos are great.These helped me a lot.Will it be possible for you to upload videos on C programming,data structures and algorithm?

  • @gedelasivakrishna
    @gedelasivakrishna 3 месяца назад +1

    Thankyou !!

  • @kasozivincent107
    @kasozivincent107 5 лет назад +8

    Hello. I think u messed up the Kleene star operation. It is not just a concatenation of all elements of A. It contains strings of 0 lengths, 1, 2, and so on. So I guess they should even be separated by commas. I suggest it would be better to use union notation. A mathematical definition would suffix for this, if L = {a,b}, L* = {@, a, b, aa, ab, ba, bb, aaa, ...} not just a concatenation of symbols from the alphabet that L is defined. {bbabababbabaabababa} for example is just an element of L*

  • @ChoralMasterPiece15
    @ChoralMasterPiece15 Год назад +1

    please upload a video on proofs of the theorms at last

  • @mercyoroc8721
    @mercyoroc8721 2 года назад +1

    Thank you so much to explaining us 😍😍

  • @alitcher4425
    @alitcher4425 2 года назад +1

    Id like proofs of those 2 theorems please. Thank you for this video as well sir!!!

  • @AnonymousDeveloper1
    @AnonymousDeveloper1 8 лет назад +18

    Hello, question not specific to current subject but I must ask you:
    Will you record data structures and algorithms tutorial series in the future?

    • @AnonymousDeveloper1
      @AnonymousDeveloper1 8 лет назад +5

      Wow, nice! I would like to see this series because you are great.

    • @shivamdubey7599
      @shivamdubey7599 7 лет назад +3

      Please bring up the algorithm part as quick as you can. It would be very kind of you.

    • @Aba9846
      @Aba9846 6 лет назад +1

      Awesome! Where can we find these videos?

  • @jeetdas4799
    @jeetdas4799 7 лет назад +1

    Helps me alot....tnk u sir ji

  • @adiyc2909
    @adiyc2909 4 года назад +3

    Thank you ,sir . Very easily understandable . But can you please provide the proofs of the theorems also ?

  • @fnaticbwipo1222
    @fnaticbwipo1222 Год назад

    for proof of the following theorems I will use the fact that regular languages are those that can be described by regular expression, let's say we have 2 regular languages A and B, and their regex be p and q, then concatenation of those languages can be described by pq (first part will describe string from A and second part string from B), as for union we can use | operator for regular expressions and describe language by (p | q) since union contains strings that are present in both languages.

  • @jaiashutosh2181
    @jaiashutosh2181 11 месяцев назад +1

    for union purpose dont you think we should mention and like x belongs to a and x belongs to b. please correct me if i am wrong.

  • @Ana-el3gk
    @Ana-el3gk 4 года назад +1

    Amazing! thank you

  • @sasswithdivyanshi
    @sasswithdivyanshi 4 года назад +3

    This is so well explained ❤️❤️❤️❤️❤️❤️❤️

  • @divyaagarwal3091
    @divyaagarwal3091 3 года назад

    Thank you so much sir

  • @fcreany9147
    @fcreany9147 5 лет назад +3

    Should the AUB and A•B included the Epsilon ?
    Such that
    AUB ={ε,pq ,r,t,uv}
    A•B={pqt,pquv,rt,ruv, ε,pq(=pqε) ,r,u,t}

    • @NSHAIKAMEENA
      @NSHAIKAMEENA 4 года назад

      No

    • @hygieia5672
      @hygieia5672 Год назад

      For anyone wondering about this in the future, and to be more helpful than just "No", only A* can contain epsilon because in the definition it says there are k elements of A where k can be any positive number including zero. k being zero is how you get epsilon aka no elements at all.

  • @Kshirabdi.Tanaya
    @Kshirabdi.Tanaya 2 года назад +1

    Sir please make a video on theorems.🙏🏻

  • @dillipkumarsahoo5017
    @dillipkumarsahoo5017 3 года назад

    Sir please make a video of proving the
    all theorems of regular languages

  • @rumiNITPatna
    @rumiNITPatna 21 день назад

    thank u sir

  • @dulldelusion
    @dulldelusion Год назад +1

    Sir predicted "RRR" Film before it was a thing...

  • @trywellwashington7506
    @trywellwashington7506 4 года назад +1

    concatenation: cartesian prod, order of elements in pair immaterial

  • @saidurgaprasad5172
    @saidurgaprasad5172 2 года назад

    Thanks you sir

  • @devmahad
    @devmahad Год назад

    Union, Concatenation & star.

  • @technicalinfochannel66
    @technicalinfochannel66 5 лет назад +2

    dear sir kindly explain the theorem of class of regular language is closed under the "kalena" star operation

    • @aydict
      @aydict 5 лет назад

      kleene*

  • @roshannalawade7389
    @roshannalawade7389 8 лет назад +59

    sir give me the proof of this

  • @muhammadashfaq8032
    @muhammadashfaq8032 2 года назад +1

    Love from muzaffer garh Pakistan

  • @jsbbatth8667
    @jsbbatth8667 3 года назад

    Please make a video on proof of the theorems

  • @apporvaarya
    @apporvaarya 5 лет назад

    nice concept

  • @rohitpandey4
    @rohitpandey4 3 года назад

    Sure sir can you make a video for Proof of Theorem1 and Theorem2

  • @shivrajkhose7875
    @shivrajkhose7875 7 лет назад +1

    please upload videos of turing machine,recursive and recursively enumerable language

  • @ankitjain2398
    @ankitjain2398 6 лет назад +3

    Sir please record videos on Computer Networks of CS branch

  • @dhanushsivajaya1356
    @dhanushsivajaya1356 4 года назад

    Thankyou sir

  • @AhamedKabeer-wn1jb
    @AhamedKabeer-wn1jb 4 года назад

    THANK YOU..

  • @pushplataraina51
    @pushplataraina51 7 лет назад +10

    hi sir,
    i want
    proof of theorems

  • @adhishagammanpila
    @adhishagammanpila 6 лет назад

    Really appreciate if you could do the proof too

  • @anirudhyasarkhel8247
    @anirudhyasarkhel8247 7 лет назад +4

    Sir please provide proof for those 2 theorems, imp for exam

  • @shinigamiryuk4183
    @shinigamiryuk4183 3 года назад

    my teacher plays your videos in lectures

  • @neiljohn2637
    @neiljohn2637 3 года назад +1

    Level 9 reached @!

  • @akshunkc6884
    @akshunkc6884 7 лет назад +4

    hi sir nice TOC series...plz also upload profs of these theorems...?
    thanks in advance...

  • @richierabbit2733
    @richierabbit2733 7 лет назад +1

    please please make vedios on data structures

  • @sourjadhar9332
    @sourjadhar9332 2 года назад +1

    The star one is also called kleen closure .

  • @uditisinha357
    @uditisinha357 2 года назад

    what is the significance of putting k => 0 for A*?

  • @imhsk1037
    @imhsk1037 5 лет назад

    pls clarify our doubts

  • @UniversalUnicorn
    @UniversalUnicorn 11 месяцев назад

    5:35/5:57 : 🦭🦭

  • @nebiyumesfin9620
    @nebiyumesfin9620 4 года назад

    Set of regular languages over a given alphabet is not closed under
    a) union b) complementation
    c) intersection d) none of the above

  • @sathirajumadhavarapu3065
    @sathirajumadhavarapu3065 5 лет назад +2

    sir, could you please explain proof of two theorems

  • @fizzsfizz7617
    @fizzsfizz7617 7 лет назад

    Video was awesome but You should provide proof to complete topic

  • @Uttamkeshri726
    @Uttamkeshri726 4 года назад

    In A* prq also be there

  • @chandanpatra3850
    @chandanpatra3850 7 лет назад +1

    sir can I use this answer for closure properties of regular sets.

  • @knvssandeepbolisetti5008
    @knvssandeepbolisetti5008 7 лет назад +3

    Sir pls give the proof for theorems

  • @continnum_radhe-radhe
    @continnum_radhe-radhe Год назад +1

    ❤❤❤

  • @teenanandwani8823
    @teenanandwani8823 6 лет назад

    Sir please explain Kleen's theorem...

  • @kishankanabar6620
    @kishankanabar6620 6 лет назад

    sir i can find one ambiguity over here.When you are declaring definition of star,i.e. A*={x1x2x3...xk:k>=0 and all xi belongs to A}.So when k=0,what would be the concatenating string?and if you are saying it is a null string then again ambiguity arise because as you said all xi,including x0 should belong to A,but that is not in the actual case.Please make it clear.

    • @vivekkumar-xc8vq
      @vivekkumar-xc8vq 6 лет назад

      Kishan Kanabar Hey... Are you not aware of the fact that all sets have a null element i.e. null element belongs to each and every set....

  • @risingsingh3424
    @risingsingh3424 5 лет назад +1

    How to visualise practically the concept of regular languages

  • @satwikyalamarthi1162
    @satwikyalamarthi1162 7 лет назад +15

    We want proof...... Can you please explain

  • @RNCSSakshamBhatia
    @RNCSSakshamBhatia 3 года назад

    If possible please give the proof of theorems.

  • @Ankit-we8ym
    @Ankit-we8ym 8 лет назад +2

    dear sir are you also teaching any other subjects for cse students

  • @moazzamali5995
    @moazzamali5995 4 года назад

    Sir plz..show some prove. Of this theorem

  • @Lavnder-k7x
    @Lavnder-k7x 3 дня назад +1

    Proof please sir

  • @akshaykhachi8565
    @akshaykhachi8565 4 года назад

    If L={ab, c}...what will be L^3....??

  • @Montserratx
    @Montserratx 4 года назад

    Can you explain to me this example, please?
    A*={a*,b*,a*,b*}

  • @durgarajeswaritalluri4124
    @durgarajeswaritalluri4124 6 лет назад +1

    sir will pqpqr is also in A* ??

  • @gajulanagamani8312
    @gajulanagamani8312 5 лет назад

    sir explaine the proof about two theorems

  • @saptarshiroy3943
    @saptarshiroy3943 2 года назад

    Sir, can you provide the proof of Regular language expression?

  • @ishmitabasu9623
    @ishmitabasu9623 6 лет назад

    Can i please get a proof of the two theoram?

  • @saraswatibepari8233
    @saraswatibepari8233 3 года назад

    Sir , give us the prove of this 2 theorem ... please

  • @ronikseth6742
    @ronikseth6742 6 лет назад

    sir i want regular language's many types of problem with solution for better understand.thank you.

  • @thirumenipharma2612
    @thirumenipharma2612 3 года назад

    what about (A+B)*

  • @CyrusXIII
    @CyrusXIII 3 года назад

    Thank you :)

    • @shankarreddy4674
      @shankarreddy4674 3 года назад

      What is it mean every one commenting like this

  • @Amartya1607
    @Amartya1607 21 день назад

    theorem proofs?

  • @bhishmapitamah3681
    @bhishmapitamah3681 4 года назад

    5:52 your device is fine

  • @ashisraha9263
    @ashisraha9263 2 года назад

    Sir I need proves of two theorem of regular languages. If you send me then I will be thankful to you.

  • @laxmiwodeyar3113
    @laxmiwodeyar3113 6 лет назад

    Sir please do proo

  • @VikashSingh-sq2yy
    @VikashSingh-sq2yy 3 года назад

    Sir please give the proof of the theorem.

  • @barathkumarsr9890
    @barathkumarsr9890 3 года назад

    Please prove the theorem 1& 2 sir

  • @pedarayududola
    @pedarayududola 7 лет назад

    what is regular language

  • @sambhavjain9382
    @sambhavjain9382 5 лет назад

    can we have the proofs please?

  • @pranaysahariah6193
    @pranaysahariah6193 5 лет назад

    Proof of the therom sir pls

  • @msm8416
    @msm8416 6 лет назад

    Proof for Theorem 1,Theorem 2 plz

  • @vlogsnepal9550
    @vlogsnepal9550 6 лет назад

    sir proof please on union operation

  • @shaganpreetkaur1397
    @shaganpreetkaur1397 7 лет назад

    thermos of regular languages expain sir

  • @naveenraju3540
    @naveenraju3540 4 года назад

    sir proofs please

  • @SanjeevKumar-td4bj
    @SanjeevKumar-td4bj 6 лет назад

    sir please upload proof of this video

  • @vishalsaxena4869
    @vishalsaxena4869 7 лет назад +4

    need proof

  • @khushiahuja82
    @khushiahuja82 9 месяцев назад

    sir bta do proof!!!!

  • @swadheenta.957VBTS
    @swadheenta.957VBTS 6 месяцев назад

    💜💜

  • @saideep9808
    @saideep9808 4 года назад

    sir we want proof

  • @15tefera
    @15tefera 6 лет назад

    Sir, I want bob please

  • @sanathramesh7254
    @sanathramesh7254 6 лет назад

    Proof please

  • @DnyaneshwarPanchaldsp
    @DnyaneshwarPanchaldsp 5 лет назад

    💐💐💐💐👌

  • @sudiptacoachingcentre4118
    @sudiptacoachingcentre4118 2 года назад

    Want the proof