Intermediate clue
If this is true, that must also be true
Also known in the clue library as Conditional (If … then …).
- Clue pattern
- If A=B, then C=D.
- What to mark first
- Store the consequence and trigger it only when the if-part becomes true.
- Common mistake
- Placing the result immediately before the condition is confirmed.
- Mini-example
- If Mina is the baker, she lives in the red house.
- Print-book tip
- Underline the trigger part and keep the consequence nearby as a reminder.