Metamath Proof Explorer


Theorem frege111d

Description: If either A and C are the same or C follows A in the transitive closure of Rand B is the successor to C , then either A and B are the same or A follows B or B and A in the transitive closure of R . Similar to Proposition 111 of Frege1879 p. 75. Compare with frege111 . (Contributed by RP, 15-Jul-2020)

Ref Expression
Hypotheses frege111d.r
|- ( ph -> R e. _V )
frege111d.a
|- ( ph -> A e. _V )
frege111d.b
|- ( ph -> B e. _V )
frege111d.c
|- ( ph -> C e. _V )
frege111d.ac
|- ( ph -> ( A ( t+ ` R ) C \/ A = C ) )
frege111d.cb
|- ( ph -> C R B )
Assertion frege111d
|- ( ph -> ( A ( t+ ` R ) B \/ A = B \/ B ( t+ ` R ) A ) )

Proof

Step Hyp Ref Expression
1 frege111d.r
 |-  ( ph -> R e. _V )
2 frege111d.a
 |-  ( ph -> A e. _V )
3 frege111d.b
 |-  ( ph -> B e. _V )
4 frege111d.c
 |-  ( ph -> C e. _V )
5 frege111d.ac
 |-  ( ph -> ( A ( t+ ` R ) C \/ A = C ) )
6 frege111d.cb
 |-  ( ph -> C R B )
7 1 2 3 4 5 6 frege108d
 |-  ( ph -> ( A ( t+ ` R ) B \/ A = B ) )
8 7 frege114d
 |-  ( ph -> ( A ( t+ ` R ) B \/ A = B \/ B ( t+ ` R ) A ) )