I did the truth table of the below logic:
((p ∨ q) → r) → ((p → r) ∨ (q → r))

However I didn't quite understand what semantically entailed form the empty set of premises? What that mean exactly?
As far as i understand, Whatever P I pick, the conclusion should always be true. So in this case, is it semantically entailed form the empty set of premises?
I think it is not because
((p ∨ q) → r) <> p
in case p is T q is T and r is false