The discussion revolves around the possibility of creating an injective multivariable function, specifically for inputs a, b, c in real numbers, that yields a unique output. Participants suggest using functions such as g(a, g(b, c)) for injectivity, but note that these can be complex and require infinite precision. There is a debate on whether using a string representation of the input set would be more efficient than passing entire labels, as it could potentially reduce time complexity. Examples of functions from rational numbers to rational numbers are mentioned as simpler alternatives, though their computational utility is questioned. The conversation highlights the challenges of maintaining efficiency and uniqueness in function design for computational purposes.