What is is called when a conditional and its converse are true and they are written as a single true statement?
It is an if and only if (often shortened to iff) is usually
written as p <=> q. This is also known as Equivalence. If you
have a conditional p => q and it's converse q => p we can
then connect them with an & we have: p => q & q => p.
So, in essence, Equivalence is just a shortened version of p =>
q & q => p .