In his book Compactness and contradiction, Terence Tao writes:
The material implication “If A, then B” (or “A implies B”) can be thought of as the assertion “B is at least as true as A” (or equivalently, “A is at most as true as B”). This perspective sheds light on several facts about the material implication:
(1) [...]
(6) Disjunction elimination. Given “If A, then C” and “If B, then C”, we can deduce “If (A or B), then C”, since if C is at least as true as A, and at least as true as B, then it is at least as true as either A or B.
(7) [..]
What’s the point of thinking of an implication $A \implies B$ as asserting that $B$ is at least as true as $A$ in order to understand the disjunction elimination? In know that “$A$ or $B$” has the biggest truth value of the two truth values of $A$ and $B$. Thus if $C$ is at least as true as $A$ and also at least as true as $B$, then “$A$ or $B$” is at least as true as $C$ (since “$A$ or $B$” has the same truth value as $A$ or as $B$). But why does this shed light on the disjunction elimination? How does the viewpoint of Terence Tao help me understand the disjunction elimination?
Pretend $A,B,C$ are numbers and $A\Rightarrow B$ means $A\leq B$ (this is not some arbitrary idea; there is a good reason for this analogy).
Then:
translates to:
$$A\leq C \text{ and } B\leq C \Rightarrow \max(A,B) \leq C$$
which is true by the definition of $\max$.