ELI5: Explain Like I'm 5

Material conditional

A material conditional is like an if-then statement. It has a condition (the "if" part) and a result of what will happen if the condition is met (the "then" part). For example, "If it rains, then I will stay inside" is a material conditional. It means if it rains, I will stay inside-- no matter what.