What is Ambiguous Grammar

Duration: 4 min

This video lesson is available to enrolled students.

Enroll to watch — ISRO Scientist/Engineer 'SC'

AI Summary

An AI-generated summary of this video lecture.

The lecture focuses on the concept of ambiguous grammar within the context of formal languages and automata theory. The instructor begins by presenting a formal definition on a slide titled "Ambiguous grammar". He explains that a grammar G is considered ambiguous if there exists more than one derivation tree for any given input string. This is further clarified by the condition that if there exist more than one Leftmost Derivation Tree (LMDT) or Rightmost Derivation Tree (RMDT), the grammar is ambiguous. The specific grammar provided for analysis is S -> aS/Sa/a. Throughout the initial segment, the instructor actively engages with the text, underlining critical phrases such as "ambiguous", "derivation tree", "any input string", "LMDT", and "RMDT" to emphasize their importance in the definition.

Chapters

  1. 0:00 2:00 00:00-02:00

    The video opens with a static slide displaying the title "Ambiguous grammar" and a detailed definition. The text reads: "The grammar G is said to be ambiguous if there more than one derivation tree for any input string i.e. if there exist more than one LMDT or RMDT, the grammar is said to be ambiguous." Below the definition, the grammar rule S -> aS/Sa/a is listed. The instructor, visible in the bottom right corner, begins his explanation. He uses a digital pen to underline specific terms on the slide, including "ambiguous", "derivation tree", "any input string", "LMDT", and "RMDT". This visual highlighting serves to break down the complex definition into manageable components for the students. He verbally reiterates that the existence of multiple trees for a single string is the core criterion for ambiguity.

  2. 2:00 4:20 02:00-04:20

    The instructor transitions to a practical demonstration by drawing derivation trees on the whiteboard to prove the ambiguity of the given grammar. He selects the input string aaa as his example. He first draws a tree where the root S expands to a and S (using the rule S -> aS), then the child S expands to a and S again, and finally the last S becomes a. This results in the string aaa. Immediately after, he draws a second, distinct tree structure for the same string aaa. In this second tree, the root S expands to S and a (using S -> Sa), followed by the left S expanding to S and a, and finally the remaining S becoming a. He points out that while both trees yield the identical string aaa, their structural arrangement is different. He underlines "LMDT" and "RMDT" on the slide again to reinforce that these multiple structures represent different derivation paths, thereby confirming the grammar is ambiguous.

The lecture effectively bridges the gap between abstract definitions and concrete examples. It starts by establishing the theoretical criteria for ambiguity—specifically the existence of multiple derivation trees or derivation sequences (LMDT/RMDT) for a single string. It then immediately applies this theory to the grammar S -> aS/Sa/a. By constructing two distinct derivation trees for the string aaa, the instructor visually demonstrates that the grammar allows for multiple interpretations of the same input. This progression from definition to visual proof ensures that students understand that ambiguity is not just a textual property but a structural one related to how a string is parsed.