implicant (234B)
1 # Implicant 2 3 https://en.wikipedia.org/wiki/Implicant 4 5 For a [Boolean_function], an implicant is a [term] which [implies] the function, i.e., suffices to make it true 6 7 - [prime_implicant] 8 - [shortest_implicant] 9 10 Up: [boolean_function]