I have following statements:
- Everybody having a musical ear is able to sing properly
- Nobody is a real musician if they can't electrify their audience
- Nobody who does not have a musical ear can electrify their audience
- Nobody, except a real musician, can compose a symphony
And need to answer this question:
Which properties does a person have who has composed a symphony?
I formalized these statements as follow
- $M\implies S$
- $R\implies E$
- $E\implies M$
- $C\implies R$
And then concluded that if a person composed a symphony, they have all properties ($R, E, M, S$).
My questions are: is my formalization correct? How can I mathematically correctly write my conclusion? (Since C implies R, and R implies E (...), a person who has composed a symphony satisfies all implied properties)
Yes, your formalisations are correct, if a little rough.
To be more precise, I would use predicates. For example, $$\forall x(Mx\to Sx)$$ for 1.