Below is an example which shows Entailment using language of logic and connectives.

ABA -> B
TTT
TFF
FTT
FFT

Given A -> B is true. Then new table looks like,

ABA -> B
TTT
FTT
FFT

Given A is true. Then new table is,

ABA -> B
TTT

So, B is necessarily be true.

We can say that, A and A -> B entail B.

Reference

  1. The language of Logic