It is stated at the Wolfram Documentation Center (FullSimplify/Possible Issues) that:

Why and when this could happen? How to avoid it? Any patterns?
Edit:
As pointed out in the comments, this question is a duplicate.
It is stated at the Wolfram Documentation Center (FullSimplify/Possible Issues) that:

Why and when this could happen? How to avoid it? Any patterns?
Edit:
As pointed out in the comments, this question is a duplicate.
FullSimplify[(1 - b^2)/c^2, c^2 + b^2 == 1]. – Artes Dec 02 '14 at 13:54FullSimplify[(1 - abx^2)/aby^2, abx^2 + aby^2 == 1]andFullSimplify[(1 - aby^2)/abx^2, abx^2 + aby^2 == 1]. The first example gives 1 becauseabxis "before"aby(if you sort them alphabetically) ... – SquareOne Dec 02 '14 at 14:10