This document discusses multivalued dependencies (MVDs) and fourth normal form (4NF). It defines MVDs and provides an example. MVDs allow swapping attribute values between tuples that agree on certain attributes. The document contrasts MVDs with functional dependencies and discusses how MVDs can imply redundancy that BCNF does not address. 4NF is introduced as a stronger normal form that considers MVDs during decomposition. Examples illustrate decomposing a relation to 4NF using MVDs. The document also discusses using a tableau method to reason about inferences between functional dependencies and MVDs.