The problem is the following:
Let $(T_n)_{n\leq1}$ a succession of continuous integrable, i.i.d. random variables and let $T=T_1+T_2+...T_n$. Calculate
a)$\mathbb{E}({T_1|T})$
b)$\mathbb{E}({T|T_1)}$
Which for a) i got that $\mathbb{E}({T_1|T})$=$T\over n$
But b) i got the following result which is pretty simple.
$\mathbb{E}({T|T_1})$=$\mathbb{E}(T_1|T_1)$+ $\mathbb{E}(T_2|T_1)$ +$\mathbb{E}(T_3|T_1)$...
$T_1$+$\mathbb{E}(T_2|T_1)$ +$\mathbb{E}(T_3|T_1)+...+\mathbb{E}({T_n|T_1})$
But because of all the are iid, they're the same
$\mathbb{E}({T|T_1})= n*T_1$
Being this easy lead me to think i was wrong, but in some way the result makes sense. Any advice or confirm that this is ok
No; i.i.d. means independent and identically distributed.
Independence entails $\forall k\in\{2..n\}:\mathsf E(T_k\mid T_1)=\mathsf E(T_k)$.
Identical distribution entails $\forall k\in\{1..n\}~.\forall j\in\{1..n\}~:\mathsf E(T_k)=\mathsf E(T_j)$
However $\mathsf E(T_1\mid T_1)=T_1$ but it is not generally true that $T_1=\mathsf E(T_1)$.
So all that may be said is that: $$\mathsf E(T\mid T_1)=T_1+(n-1)\mathsf E(T_2)$$