The equation $$c(n, k) = c(n, n-k)$$ represents a fundamental property of binomial coefficients, indicating that the number of ways to choose $k$ elements from a set of $n$ is equal to the number of ways to choose $n-k$ elements from the same set. This property illustrates the symmetry in combinatorial selection, emphasizing that selecting a subset and its complement yield the same count. Understanding this relationship helps simplify calculations in combinatorics and reinforces the concept of duality in choosing subsets.