The discussion centers on the universality of the Fredkin gate, specifically in constructing a NOR gate using two Fredkin gates. Initially, there was confusion regarding the inputs, particularly which inputs to use for the NOR operation. The correct implementation involves using the top input of the first Fredkin gate as input A and the top input of the second gate as input B. By setting the bottom inputs of the first gate (I1 and I2) to 1 and 0, respectively, the output is manipulated to achieve the desired NOR functionality. The process ensures that if both inputs A and B are 0, the output is true, aligning with the NOR gate's behavior. Ultimately, it is confirmed that only two Fredkin gates are required to construct a NOR gate effectively.