I'm working on negations and there's a certain sentence I've negated which Fitch tells me is incorrect, but I can't see why, so I thought I'd get some second opinions. Here's the problem and my attempt at a solution.
Find a sentence tautologically equivalent to the negation of following:
A → (B ↔ ¬C)
Step 1: Notice that (B ↔ ¬C) is tautologically equivalent to ¬B ∨ ¬C
Step 2: Notice that ¬B ∨ ¬C is tautologically equivalent to ¬(C ∧ B)
Step 3: Substitute above sentence into first sentence, getting A → ¬(C ∧ B)
Step 4: The negation of this is equal to A → (C ∧ B)
Is this correct? If not, then why not?