Given two languages $L1$ and $L2$, such that $L2$ is NP-Hard under polytime (many-one or Turing) reduction. Let $L=L1\cap L2$.
1- Is it true that if $L2$ is polytime (many-one or Turing) reducible to a third language $L3$, then $L$ is polytime reducible to $L1\cap L3$ ?
2- If $L \in$ P, what can it be concluded about the complexity of $L1$ ?
Thank you for your answers.
1: No. For example, let X be an EXP-hard language, and let L=L1=L2={0x: x∈X} and L3={1x: x∈X}. Then,
2: Nothing. Let X be an arbitrary language and Y be an NP-hard language. Let L1={0x: x∈X} and L2={1y: y∈Y}. Although L1∩L2 is the empty set and therefore trivially belongs to P, and L2 is indeed NP-hard, this does not tell anything about the complexity of L1.