To determine whether three side lengths \( a \), \( b \), and \( c \) can form a triangle, the following triangle inequalities must be satisfied:
- \( a < b + c \)
- \( b < a + c \)
- \( c < a + b \)
So, for your statements, it would be:
- \( a < b + c \)
- \( a > b - c \)
However, the second part should actually be phrased to reflect the triangle inequality rule:
- \( a + b > c \)
In summary, the correct inequalities derived from the triangle inequality are:
- \( a < b + c \)
- \( b < a + c \)
- \( c < a + b \)