Let A and B be Types, and f : A -> B and g : B -> A be functions inverse to each other. In other words A and B are isomorphic types.
- Is it true that one cannot prove that
A <> B? - Can I safely add the axiom that
A = B? - Is this axiom compatible with the other axioms of the standard library of Coq? And, if yes, why isn't it in the standard library?