I'm stuck on what to put for step 7. Thank you!
- Horned(c) → (Elusive(c) ∧ Dangerous(c))
- (Elusive(c) ∨ Mythical(c)) → Rare(c)
Mammal(c) → ¬Rare(c)
- Horned(c)
- Mammal(c)
- ¬Rare(c) (→ Elim 5, 3)
- ?
- ⊥ (Rule ?)
9.¬Mammal(c) (¬Intro 5-8)
- Horned(c)
Goal 10. Horned(c) → ¬Mammal(c)
You need more than just 1 more step, but you are almost there:
$Elusive(c) \land Dangerous(c) \: (\rightarrow Elim 1,4)$
$Elusive(c) \: (\land Elim \: 7)$
$Elusive(c) \lor Mythical(c) \: (\lor Intro \: 8)$
$Rare(c) \: (\rightarrow Elim \: 2,9)$
$\bot \: (\bot Intro \: 6, 10)$