Definition of a Tree.

A tree is a connected graph containing no cycles. 4 

A forest is a graph containing no cycles. Note that this means that a connected forest is a tree.

in-context