| Entry | Value |
|---|---|
| Name | FINITE_TRANSITIVITY_CHAIN |
| Conclusion | !r s. FINITE s /\ (!x. ~r x x) /\ (!x y z. r x y /\ r y z ==> r x z) /\ (!x. x IN s ==> (?y. y IN s /\ r x y)) ==> s = {} |
| Constructive Proof | No |
| Axiom | !t. t \/ ~t (\a. a = (\b. (\c. c) = (\c. c))) (\d. (\e. d e) = d) |
| Classical Lemmas | |
| Constructive Lemmas | |
| Contained Package | set-finite-thm |
| Comment | Standard HOL library retrieved from OpenTheory |