3rd level of normalization is basically to remove the redundancy of data & to preserve the functional dependencies.for a relation with set of FDs 'F' its in 3rd NF wrt closure of F if satisfies anyone of the following 3 conditions:-
1) A -> B should be the trivial FD.
2) for any FD A -> B A should be the super key of relation.
3) for any FD A -> B (B-A) should be contained in the candidate key of relation.