let k be Nat; :: thesis: for a, b, c being Element of NAT st 1 <= a & 2 <= b & not k < a - 1 & not ( a <= k & k <=(a + b)- 3 ) & not k =(a + b)- 2 & not (a + b)- 2 < k holds k = a - 1 let a, b, c be Element of NAT ; :: thesis: ( 1 <= a & 2 <= b & not k < a - 1 & not ( a <= k & k <=(a + b)- 3 ) & not k =(a + b)- 2 & not (a + b)- 2 < k implies k = a - 1 ) assume that A1:
1 <= a
and A2:
2 <= b
and A3:
a - 1 <= k
and A4:
( a > k or k >(a + b)- 3 )
and A5:
k <>(a + b)- 2
and A6:
k <=(a + b)- 2
; :: thesis: k = a - 1 A7:
a - 1 is Element of NATbyA1, INT_1:5;